Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,483 transactions (2.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,131 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,616 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,130 (895,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,156 15,156 00000000b3593afa9fca5ffd3afa3e3dcde4a863aacd49a8ead3fbe19feb7e9a 0.00 MB 1 0
15,155 15,155 0000000073c5758e096f76616a9a41f831087b80c54cf1ade65ca9fcd0a6938f 0.00 MB 1 0
15,154 15,154 00000000e8561a8203cc0a9ce0a8daf40c279d4ebbfcebb9de98136f35f3af57 0.00 MB 1 0
15,153 15,153 000000001936e2b59a2e9dfc32689e7a38ab0302c9344e4d6de2b84d95650227 0.00 MB 1 0
15,152 15,152 00000000d164ffacbd5e9d7742111f009fd446cc79f909d1c36d35a00010bdc4 0.00 MB 1 0
15,151 15,151 00000000b175733dd431d53da44964421d9ef0a871ff6cd62ec007e9d7208270 0.00 MB 1 0
15,150 15,150 00000000bdbd67bd21be1390ddd874f2bf8f81d50a11a937b98768b20e467f39 0.00 MB 1 0
15,149 15,149 0000000053db1c5cc696f1a7188ad833799fb2498e757ddb29a646f67d60ac97 0.00 MB 1 0
15,148 15,148 00000000e04e6a65f18362683fd7ee2e6222f38ac16d8ed20690f9b7c4a7329e 0.00 MB 1 0
15,147 15,147 00000000e72232c7cc842cbe657cb77097b620610d13bd1cf395f86e371d0b23 0.00 MB 1 0
15,146 15,146 000000001d0595ac92698aa2d4c004d758d8e2fb6bb59a1c5557191ab7c20d29 0.00 MB 1 0
15,145 15,145 0000000029a263801cab21b68360e281c80206e9a50a39ec75cdcd2dd79dc32e 0.00 MB 1 0
15,144 15,144 00000000131d3584a4e1fcb41dda11ce6d403fcc95a6aa22b610c814c02a8d39 0.00 MB 1 0
15,143 15,143 0000000009702c60caed2d9e4d2f888ae0816c4a1402c5f1c46289ad71e5d748 0.00 MB 1 0
15,142 15,142 000000007185f991b6ff6aabebeab75d3db52ff2c7182549cc486f92601723fd 0.00 MB 1 0
15,141 15,141 00000000fe098672ceb2b8681741bfd5d7750d09a3dfbc383e228c96822e4fc6 0.00 MB 1 0
15,140 15,140 000000000cd68da7312b395d0e81ec1d0610efcbdc279e3f5b72239f8b744556 0.00 MB 1 0
15,139 15,139 0000000019061564954ca8f0b1f213663c1d5163113109771ca91d68afac548d 0.00 MB 1 0
15,138 15,138 000000009f1e9ccdff1f019ec72a0d93b3a2cf14c7f5598e47009e3293a0b249 0.00 MB 1 0
15,137 15,137 00000000e9c9be05c9a64d4023c8154e02ca597da720e261bea3703893985452 0.00 MB 1 0
15,136 15,136 00000000cb3111f5aa3fae5027654197e055776766e91ce0e7b96fa0772e3969 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,373.81 GB sent, 126.22 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.