Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,204 transactions (0.45 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,765 000000000000000000022b910000000000000000000000000000000000000000 0.44 vMB 1,175 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,764 (97,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
814,124 814,124 0000000000000000000188e72f86a8c3a1bb068a9136051d2bc7eeb6378a3ed3 1.53 MB 3,675 27
814,123 814,123 000000000000000000035a5ca8f284947e5a957ce076bb627e0545d4ff462cbe 1.89 MB 3,827 13
814,122 814,122 000000000000000000033ed422b6c3b69a622561c32094991e5b5b4dd8bf614c 1.74 MB 2,352 5
814,121 814,121 000000000000000000036646c18a9181d0f7526ba0c56a130a7fb8558be27705 1.85 MB 3,728 7
814,120 814,120 00000000000000000002588c094f3fd9aad102118f19dd6d0dd70ff87e36ae47 1.57 MB 3,593 10
814,119 814,119 00000000000000000003effd6d2a1ba904ba786f8f9c6c31fa9d4a2d5048302b 1.61 MB 2,752 15
814,118 814,118 00000000000000000002cb6b97a1290f26299255dbf9d91c393aa5c32760d804 1.71 MB 2,013 10
814,117 814,117 00000000000000000000f48716e2e2f5dd9ef760a7469fd5cf7de3bb3036eb54 1.05 MB 409 5
814,116 814,116 0000000000000000000002e1f4be01bd70275422419f9597f05490c398b361af 1.63 MB 3,417 13
814,115 814,115 0000000000000000000076e172feccc4894ac4c246833c52d89f0c15ed1b6563 1.80 MB 4,489 5
814,114 814,114 00000000000000000002785619643fc5f66fbcc619eb58e34e1524d12741b9f3 1.49 MB 3,066 22
814,113 814,113 00000000000000000001c32d3f3fdc514cb1b253f95ce618ab8405ad54612044 1.57 MB 3,641 10
814,112 814,112 000000000000000000026b3d1d5cbdde7ca962cf6c3f053298cac1c904e8cd1b 1.45 MB 2,591 19
814,111 814,111 00000000000000000000968c4cb332f7a6c9c663f5ed91ef2c62391cfa23fb8e 1.50 MB 2,587 5
814,110 814,110 000000000000000000005fbfaa59f5f521e877b8b0504237fd967f860006fee8 1.55 MB 2,697 7
814,109 814,109 00000000000000000003ab93b5b01fa8f76c80aede4e43ff702b2a2d96a67674 1.81 MB 2,658 7
814,108 814,108 0000000000000000000220d5cca7a393dc854543653df65a47719ad80967ce30 1.65 MB 3,666 20
814,107 814,107 0000000000000000000242d8460833b4c28753d0dc7b862395092bac16ee0897 1.74 MB 2,954 17
814,106 814,106 000000000000000000007304043c021da5f6d13ce5e6d751ad6e76da1e2232f2 1.75 MB 4,190 14
814,105 814,105 00000000000000000003240f1925b53e26de77bb0c94d392b1fdb18d1448b2a3 1.84 MB 2,225 8
814,104 814,104 000000000000000000040b914f321a4672675a25c159238c66b80ba2b8c6ac2a 1.56 MB 2,894 17
Previous 10 blocks ↓
Total Size: 776.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,430.30 GB sent, 131.80 GB received

Notes

  • This page updates every 5 seconds.
  • 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.