Loading Tool

Explorer IconExplorer

Memory Pool

42,875 transactions
26.84 vMB
0.05771106 BTC
Random Selection Loading Transactions
Max Size: 141.25/200 MB

Candidate Block

Mining Attempt 311bc5e68dca336cea8a3a9c8463e538e080cf7092ddc4b12a0ea83d34182d55
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 6e6490f361646ac3736fe5115e36504ef30d447ccfbf4d4eae64bb27117c4ee1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00784489 BTC
Feerates: 60.16 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (136,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,134 778,134 0000000000000000000509b5d3de88185d9df8d606a0e66271b9ca50b13b7ae5 3,083 1.00/1.00 vMB 37
778,133 778,133 000000000000000000031d32d30acd3da8026ddaf2641f5f65fb7ca0ccd8c04e 3,518 1.00/1.00 vMB 24
778,132 778,132 00000000000000000006c3fe9b1e46a04ee7298776ca165a24c39924ea64807b 2,957 1.00/1.00 vMB 20
778,131 778,131 00000000000000000005315107cbd7b03254dad3f997e11b17b0939a4d83d0cd 2,917 1.00/1.00 vMB 11
778,130 778,130 00000000000000000006a9a869773faf1dd4197dd820df54287724d8ab47c774 2,440 1.00/1.00 vMB 21
778,129 778,129 0000000000000000000588aa4b5d24da2f70b659d6834934079fcf307d9500ef 2,588 1.00/1.00 vMB 14
778,128 778,128 00000000000000000001da49b0ef3be1b32287a5be8d20af5d7983927b65b23e 808 1.00/1.00 vMB 2
778,127 778,127 0000000000000000000355babf2d6794f80f60c94f856122cbba379e2d2b7f89 3,138 1.00/1.00 vMB 9
778,126 778,126 0000000000000000000080752cbb2a218460303f7fa102beddd67312aa9628b7 3,023 1.00/1.00 vMB 13
778,125 778,125 00000000000000000003d7ff82ec466a7e5bb52a3a9ecdf98b9ff395270aa2a4 3,671 1.00/1.00 vMB 14
778,124 778,124 000000000000000000016382e835b3426770aac98bc4ba5eb5f44836ecaa02fe 3,409 1.00/1.00 vMB 28
778,123 778,123 00000000000000000002b9464458110525144b537df5f2133483b0223c1f790a 277 1.00/1.00 vMB 1
778,122 778,122 00000000000000000002a97fdbcddff7ad072df9b1474c44949b10093e74d627 1,926 1.00/1.00 vMB 5
778,121 778,121 00000000000000000006d84d47cf369d0134b49f8b09683f72540117ac5bf15f 2,833 1.00/1.00 vMB 10
778,120 778,120 000000000000000000055b53f6d511206fedc6f8b68a8854c8f0865b2f34f4da 3,148 1.00/1.00 vMB 22
778,119 778,119 00000000000000000000934ec345f7bebe8378288ea8e02081f700a1cfa2abb3 1,595 1.00/1.00 vMB 3
778,118 778,118 00000000000000000004f8dbfb5990ff7f2eff282cfa57d9e051c81e3e7c5f65 2,144 1.00/1.00 vMB 12
778,117 778,117 00000000000000000002c074159703062a1cc10220ed16f5f4334167f8933acf 1,652 1.00/1.00 vMB 13
778,116 778,116 0000000000000000000477df283cac9c0dd963e8a82f2ae2650ac3362a9cd1d0 1,802 1.00/1.00 vMB 15
778,115 778,115 00000000000000000006eb7bec72b08d5f3e3f761bce8fdc93b40e30b3655932 1,103 1.00/1.00 vMB 2
778,114 778,114 000000000000000000054d987501a6f5a774ec9d002e1fa09da84c87d56465e7 2,993 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.27 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.