Loading Tool

Explorer IconExplorer

Memory Pool

79,380 transactions
29.49 vMB
0.09168618 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 7cf413eba09933e813d4cad47731cc26b7deb2b83ef3f66652591ab1e30b21cc
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5397fcb9d2033fe2ecb5fb341a1df4808d49ebe6d4a7490522acd2fa29fec536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.02962446 BTC
Feerates: 301.60 > 2.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (263,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,129 651,129 00000000000000000004f2e0406066423ef36adfb1f359b81296440c132ca925 3,238 1.00/1.00 vMB 114
651,128 651,128 0000000000000000000171bd6487e0108343929ed8b7d9e246cd4a41c9b8d4a9 3,117 1.00/1.00 vMB 101
651,127 651,127 0000000000000000000315d9e3d740c62eda642a778e45e0e5a1583a50cb9b91 2,735 1.00/1.00 vMB 73
651,126 651,126 00000000000000000007aaf9463bca8fee5e467fd5c833b5f39c4c23b05c2377 2,760 1.00/1.00 vMB 57
651,125 651,125 0000000000000000000d75f622e90f3174cf2e45acedd552339f37044a478324 2,324 1.00/1.00 vMB 25
651,124 651,124 00000000000000000004bf3910a5da1d930c8316f27e7985abef2522605980c4 2,139 1.00/1.00 vMB 99
651,123 651,123 000000000000000000070649fe1660bbb38d6f7cae9bc39f62a4d1287f2e4ead 2,430 1.00/1.00 vMB 31
651,122 651,122 0000000000000000000d4a1d14c884496bad746171a743a5dcef1ba5bfdd5532 2,471 1.00/1.00 vMB 46
651,121 651,121 000000000000000000089f73d2a6220b2e83c3c65287a934391297cc545c58f2 2,828 1.00/1.00 vMB 97
651,120 651,120 000000000000000000088d8e616e21a8d083e8e8a89e52c9dfd51b9f04f06dc9 3,131 1.00/1.00 vMB 113
651,119 651,119 00000000000000000006c43b82fc4afaa7bc1b2fca38ffa478ca12c3a94f9c04 1,987 1.00/1.00 vMB 38
651,118 651,118 0000000000000000000b6f2810320408e2cb6d0acd86efcfd5bce590b7310caa 2,714 1.00/1.00 vMB 72
651,117 651,117 0000000000000000000430f5aff22e01f2df0de92ab35e80b8e1ceb61ef08319 1,489 1.00/1.00 vMB 35
651,116 651,116 0000000000000000000e6884406069a3c17668e6ef330106e155be2ecd89238c 1,717 1.00/1.00 vMB 38
651,115 651,115 000000000000000000093832a4b120a9df55acd837dc8ab8608aff356792ee5a 526 1.00/1.00 vMB 7
651,114 651,114 00000000000000000008f8eb23ca8854df20703804a8ff22cfd024fac64ec70d 1,681 1.00/1.00 vMB 67
651,113 651,113 00000000000000000005342c0196b3841246002354ee62a09c43e294d7f4ceb9 2,446 1.00/1.00 vMB 41
651,112 651,112 00000000000000000008424d3ce08e94b986312368f5b1417fa25132f53a00fa 3,032 1.00/1.00 vMB 99
651,111 651,111 00000000000000000006eaab04b2ee44f2e8d543fee93c8858647433dc317f33 892 1.00/1.00 vMB 28
651,110 651,110 00000000000000000000ed0cb06e2c22978cb08ca0b118f8e20fa0cfe44c0cca 1,232 1.00/1.00 vMB 15
651,109 651,109 00000000000000000003a664e96160d0b7867c6ee0f5c4c3f8f28da17bf06a5c 2,033 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.