Loading Tool

Explorer IconExplorer

Memory Pool

81,407 transactions
30.28 vMB
0.07539432 BTC
Random Selection Loading Transactions
Max Size: 185.91/200 MB

Candidate Block

Mining Attempt b815338735ffd5a25f452fb17e80af34c172c0871d010467aceea9b6ff8664f8
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0db1e637d43ac8eb065ad8380d4f5b36ab144a4cbdbf04fa0a2180b39d135521
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,895
Size: 1.00 vMB
Total Fees: 0.00814822 BTC
Feerates: 150.77 > 0.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (752,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,178 163,178 0000000000000618745d27147ba9715a04ed014bc4fd775d4a2419cad9765953 88 0.03/1.00 vMB 56
163,177 163,177 0000000000000267597ca2b5e3ca2718b7a0507394ef43c4bed4854e1b8c1858 4 0.00/1.00 vMB 0
163,176 163,176 0000000000000082f342b3e675b5f7cf4e44d51dcc5c47161de693c47c1f9755 8 0.00/1.00 vMB 795
163,175 163,175 000000000000049b4bf62c1f576e23a66b01515625ad9c6051ddfc07148bd2e7 26 0.01/1.00 vMB 142
163,174 163,174 0000000000000c4231c2bcf1d9b2ed4dbc0bcc92f2b72f91111ce6337d2a5764 7 0.00/1.00 vMB 13
163,173 163,173 0000000000000b90c991b97d9f959c0959f398cf84cf2190902c91f287b72399 2 0.00/1.00 vMB 114
163,172 163,172 0000000000000d030b58f476f025bb9bf01d03e4e3f636786f448716428adeff 12 0.00/1.00 vMB 0
163,171 163,171 0000000000000c11c2d29ed4cf5fa22ab93d9fea79b193bd90215fae6a506eb9 47 0.02/1.00 vMB 230
163,170 163,170 0000000000000b435d5ed43a58251570b928e957bf3cb6a359e88914034a04a5 54 0.01/1.00 vMB 6
163,169 163,169 0000000000000b357c11b6fb916b37561c27a60e5a8c3bbc59f737d53d70727d 44 0.03/1.00 vMB 71
163,168 163,168 0000000000000b3c6b491f0c5ef91f2ae0cfaa03833df89924fadfb7040cd117 111 0.04/1.00 vMB 47
163,167 163,167 000000000000036ef00f515685fe2e80375dd53df449f156e511a70f681b33a9 14 0.01/1.00 vMB 46
163,166 163,166 0000000000000275d4ea2f312835b0f3a87c5dde00339294d52576a32e008810 6 0.00/1.00 vMB 13
163,165 163,165 00000000000006e286776de7434fc7e533f438c79e84f5a784ac342944df1931 12 0.00/1.00 vMB 287
163,164 163,164 0000000000000d31b31ac53e4025c63d759117e5060373c202c19d5d043b7e39 83 0.03/1.00 vMB 31
163,163 163,163 000000000000042836a56b3a988121acf0b7ae26a0c5333bb38ca206f189e961 32 0.03/1.00 vMB 43
163,162 163,162 00000000000003857a7e91dc53cb27ae76f6efe44384659ef45d5abf471066f2 5 0.01/1.00 vMB 1,015
163,161 163,161 0000000000000b12310ce43f238381af9d7b6cdd1242557e4da4908ca94bfb9c 3 0.00/1.00 vMB 0
163,160 163,160 0000000000000b6817a442960709e67ab8d1844f8ea3afef3f8e2df7e0900a22 9 0.07/1.00 vMB 52
163,159 163,159 0000000000000575c5a05ad536bded1c7c7d1b9c4a31b7fbc399f823168f4794 11 0.00/1.00 vMB 50
163,158 163,158 0000000000000383a5d322bc4840bac7538c73b5988dd28b1807b842aaa7ee53 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.71 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.