Loading Tool

Explorer IconExplorer

Memory Pool

82,019 transactions
30.47 vMB
0.13143248 BTC
Random Selection Loading Transactions
Max Size: 183.62/200 MB

Candidate Block

Mining Attempt 7565fa609ca3f757bfaf9a8b234c3b6a58795c346c8957fdfb1c56f3b91d2afc
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 82eb9827621353cd92f3b8549d701e6d90858ef8044a0cc7126c0e940550d7f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,484
Size: 1.00 vMB
Total Fees: 0.06878775 BTC
Feerates: 203.60 > 6.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (493,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,857 421,857 000000000000000002732fb62d2ac748b816ae87de72c669cf4a898e938f39bf 1,397 1.00/1.00 vMB 28
421,856 421,856 00000000000000000424f83bfb012dd9704550c3a2e136fa2776bd5c46d7c947 1,617 1.00/1.00 vMB 29
421,855 421,855 000000000000000001467e34d49a01cb494c4da03547159cbf0333410f014cea 1,343 1.00/1.00 vMB 24
421,854 421,854 000000000000000003d663eb0bd1db0d569cadc927e4cb260f97de8755e633fc 1,962 1.00/1.00 vMB 36
421,853 421,853 00000000000000000204f89288d0a6c395ee21f5001768461d7068a59f11d062 2,404 1.00/1.00 vMB 54
421,852 421,852 000000000000000004f4246537f98230f9d07c5690e8f6aa86e2040f9226a0ab 2,944 1.00/1.00 vMB 91
421,851 421,851 00000000000000000416b34bd0910a6d525caa2da4ee65d6434cf92d319db938 2,363 1.00/1.00 vMB 55
421,850 421,850 000000000000000003c36daa698c33798bef9159f07a381a0c91c776d0e0d08c 1,913 1.00/1.00 vMB 53
421,849 421,849 000000000000000001e654e1b9673591c727444ea5c0d6cb482edcda4459478e 2,582 0.99/1.00 vMB 87
421,848 421,848 0000000000000000007780a3445b0a53bba48d5bcd35b79e3d966d4bb6911a6a 2,266 1.00/1.00 vMB 66
421,847 421,847 0000000000000000014fcc776f0a35f812d2c0877370b462332e09080a085cae 2,197 1.00/1.00 vMB 54
421,846 421,846 000000000000000003aee17373c01c0cf81a0ab7def6b53ea556b1b9e45f8756 2,332 0.99/1.00 vMB 64
421,845 421,845 000000000000000003bcaab781ebef3ef85d4cb1ad11bbe1ab614999447c2c8b 2,481 1.00/1.00 vMB 57
421,844 421,844 0000000000000000026bf8ca750d8eed3849ee3809e4ee315abb0ee089c9e01f 2,207 1.00/1.00 vMB 75
421,843 421,843 0000000000000000007f1e080f215cf30f44e3c9cd18b2dad064f7a801484596 2,667 1.00/1.00 vMB 83
421,842 421,842 0000000000000000005ee43342d67d6177e0ac3857409f53e0e9efbf29258dce 2,763 1.00/1.00 vMB 95
421,841 421,841 0000000000000000033a1ca27b5d4e2a079e9dca96b62071f53cdcad0d982ca1 2,016 1.00/1.00 vMB 51
421,840 421,840 00000000000000000017205f85801f91fbb255dd66332bb7d100031671f57906 2,570 1.00/1.00 vMB 71
421,839 421,839 000000000000000001912a3e75ac025fe1d0094c567e0732eac2fedc00c850a0 18 0.01/1.00 vMB 112
421,838 421,838 0000000000000000034700ae69ee61a9da4c8e5c20c3613678cafa81107e3ce5 2,515 1.00/1.00 vMB 103
421,837 421,837 000000000000000002cce24873147dd5edc9400c379b3412a1890987eaa263f0 1,984 0.93/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.