Loading Tool

Explorer IconExplorer

Memory Pool

76,198 transactions
28.44 vMB
0.07041672 BTC
Random Selection Loading Transactions
Max Size: 172.30/200 MB

Candidate Block

Mining Attempt 6ab2eafb914076ad9a377f0b2f46a25d0aa2a7c2c4b775bc5ebd321aaa031a75
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 7e7f56e6f3c2845ffbc76b210518afbd1645653427b4bdc0a90c0da304e4be1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.01157180 BTC
Feerates: 178.73 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (239,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,959 675,959 000000000000000000077a30ca13854927a56ffb52cb8b97a7f90aa31e13a153 2,540 1.00/1.00 vMB 80
675,958 675,958 000000000000000000049881dcb98425fa06aebcca67a8f69105ca9bfb01c3b5 2,348 1.00/1.00 vMB 84
675,957 675,957 000000000000000000032901a68007dbc013e93e5baeb00e84c2eb131f9f5c76 3,292 1.00/1.00 vMB 119
675,956 675,956 00000000000000000004473edf58ea909e9de52943f5446a1e3eebaa935d2806 2,070 1.00/1.00 vMB 81
675,955 675,955 0000000000000000000b2a3a9086a5a6b70a80deda4245a79ac2742ee820212b 2,798 1.00/1.00 vMB 70
675,954 675,954 000000000000000000034c4679a864424b0f1cd98f36efb660a885cd6bc4bfbf 2,893 1.00/1.00 vMB 87
675,953 675,953 000000000000000000031987161805dd004a07e7fff24ca65796611049ecbb79 2,758 1.00/1.00 vMB 77
675,952 675,952 00000000000000000000801a4344c48552178f178d2e7c099fa3571bbd8ccf36 3,230 1.00/1.00 vMB 97
675,951 675,951 000000000000000000027814f002ea3ab068f04c666b3269685caec26ee9c298 1,245 1.00/1.00 vMB 26
675,950 675,950 0000000000000000000c8ddba5c92af4cee68080c200d85483763bd5b976293c 1,763 1.00/1.00 vMB 17
675,949 675,949 00000000000000000003dfa6cc6c1685831285fd08d9f1ed4644646019c4709c 1,574 1.00/1.00 vMB 58
675,948 675,948 00000000000000000001451f55170d6e6ad6d5b75f744cd315faffa011eea6ac 1,360 1.00/1.00 vMB 75
675,947 675,947 0000000000000000000941d31be33b4fa480f8f2b34cb6903e78da2eb9492c0a 1,704 1.00/1.00 vMB 33
675,946 675,946 000000000000000000072e7ca1e6899a292aac6872f9c445d74bbfbb3521d60a 1,830 1.00/1.00 vMB 33
675,945 675,945 00000000000000000009960beb781f564b49f69c7f7ebd2eb9319d160f016c49 436 1.00/1.00 vMB 7
675,944 675,944 0000000000000000000747ddcba63d5f5c3655f36a8cee7301b4e4759ba233e6 2,907 1.00/1.00 vMB 26
675,943 675,943 000000000000000000048b0144030d844758c86fa46b0707c466e2b08fe24256 2,473 1.00/1.00 vMB 54
675,942 675,942 0000000000000000000cc7cc05d9e13eefc2db101b4d899e0009b6d8fa31d377 2,947 1.00/1.00 vMB 72
675,941 675,941 00000000000000000001a2c53784eae8f8dc80f2c01f28a0a127898f5c82caab 2,129 1.00/1.00 vMB 26
675,940 675,940 0000000000000000000ae31292eb72c3a073805ced144590bd57f91b74e22312 2,172 1.00/1.00 vMB 89
675,939 675,939 0000000000000000000a76df512f96c3956a7a103fd9a014587d3c44d75a9b98 1,908 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.