Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,002 transactions (1.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,299 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 432 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,298 (75,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
835,458 835,458 000000000000000000018eeb9e639057c6368449671db3ceb200340f530c24c3 2.15 MB 1,180 12
835,457 835,457 000000000000000000031a9ccefbf347f42c74af1b20578b7d890e1798daa6ad 1.55 MB 1,805 12
835,456 835,456 000000000000000000012f68c7712a53027f6813b89ad332e2cbfa426c0c5900 1.79 MB 1,044 12
835,455 835,455 000000000000000000006e17fbc1c904a5478874a5e42cfc6aa11b638b778822 1.72 MB 2,293 18
835,454 835,454 0000000000000000000046436599f3f8872e7ccc791edc4879cf29f2a10f902d 2.32 MB 1,926 17
835,453 835,453 000000000000000000021bd30968ef3c15439eba2196d2b4042b38fc0d7b66ff 1.68 MB 2,320 19
835,452 835,452 0000000000000000000309c68b21047a6060d9d7afaa89a4dca6b1b9d456b149 1.89 MB 2,054 19
835,451 835,451 00000000000000000002e55bcfb95ad52d6bcde4d3164f1550f84fbe0e6f9263 1.58 MB 2,411 22
835,450 835,450 000000000000000000012c300fb6c2428ed81eac89b07a34a6d69be63dc4b787 3.24 MB 957 14
835,449 835,449 00000000000000000000876659c48d2e9cfcc057ed23f38839af00260b3747a2 1.65 MB 2,990 24
835,448 835,448 0000000000000000000104efc33b54aa7afb23cedd0f5bdf11e22d0c67f47cbd 2.09 MB 1,845 24
835,447 835,447 000000000000000000026cf1edc8373a5d4060450cf8bff3910aa07763142eb1 3.72 MB 336 12
835,446 835,446 00000000000000000001add7a178b3f538363dc66947926a0883ae79c9c6f71f 3.12 MB 1,454 14
835,445 835,445 0000000000000000000100e81f0cd7d69563d0ea3667edf1ceef66ffa3c9e4f2 1.60 MB 2,981 25
835,444 835,444 000000000000000000009f93907a0dd83c080d5585cc7ec82c076d45f6d7c872 3.72 MB 241 12
835,443 835,443 0000000000000000000293b2269b40353a7b83493fe37012549d9663f91a05b9 2.22 MB 2,434 19
835,442 835,442 000000000000000000033213065903a49344256e852d78cca906d72f78f3da03 0.00 MB 1 0
835,441 835,441 00000000000000000002075bc5b43cea75ee278bb31a8639c2e05ff72f5e9966 1.76 MB 2,855 27
835,440 835,440 000000000000000000009f58830142465d438ff1502bcd161d013059249c2a5a 3.44 MB 505 13
835,439 835,439 00000000000000000000d583e4b8633997fb416297d48fcfc81d6a7d82f28396 3.73 MB 227 11
835,438 835,438 0000000000000000000101944f2554a0073bb4aeac9acfe27e6f999cccf8da1f 2.63 MB 1,751 17
Previous 10 blocks ↓
Total Size: 775.80 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,398.66 GB sent, 127.83 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.