Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,104 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,206 000000000000000000022cb30000000000000000000000000000000000000000 0.84 vMB 2,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,205 (823,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,525 86,525 00000000000b91c88b724017d4497661ee3a2caa4e339a39d1afed0abf409a83 0.00 MB 3 0
86,524 86,524 000000000003925e7860a1249848406e384f09251f2cfac490427aaab074ffc4 0.00 MB 6 0
86,523 86,523 00000000001ffcf70b6cbe437915ac49a8a264e14769e3bd6cbee0468277fb6a 0.00 MB 5 0
86,522 86,522 00000000000ef0135fe98a5a102fbabf1006abcf3d6f4ac5065372d0ffa7ae2e 0.00 MB 2 0
86,521 86,521 0000000000275c9afc5ffdacd5158add3e65662b9bde884ac7386299e7dda883 0.00 MB 4 0
86,520 86,520 00000000001bca4931df29540b6c39d9b2578c562942f6852452675ea7c036b8 0.00 MB 5 0
86,519 86,519 000000000015f99f018f562ff93080e20d56fba52f8f928ab3bd82902aaf11c5 0.00 MB 2 0
86,518 86,518 000000000028dac31d710ead0de145cbeb4316f896f017945c684a472f8f4b3f 0.00 MB 1 0
86,517 86,517 00000000002a25f0fc0b0edfada4a92751cee09c6ee3908a5cb13d1e14690587 0.00 MB 5 0
86,516 86,516 00000000000b1059a6eccf61f8905a7f27b8699a58ee35f3869945e51a7f14d2 0.00 MB 1 0
86,515 86,515 000000000018b3bcea8c615ca0a57d07055bc51026e566d78aac70cc531882d8 0.00 MB 5 0
86,514 86,514 00000000002268f275fa2d7e675d7764423b88491e3b4eaa92d91dda71583377 0.00 MB 1 0
86,513 86,513 00000000001fa0645e203b00ca09cd342db909ed0a17b863f952ba4c705e40b3 0.00 MB 3 0
86,512 86,512 00000000001d86a1fd4d5c2ef42792891cd377134f33a7a7c55dcddfcc5b7e06 0.00 MB 10 0
86,511 86,511 00000000001f788331709fec6d96e8a7596c1d2da57fdc1b8078631fb0426def 0.01 MB 6 0
86,510 86,510 00000000001f8f178bfb345c3d2defdd5059a4f280cf9bfe371e30bbf11ce5ec 0.00 MB 4 0
86,509 86,509 00000000002cd80add23027cda46470aa1730f30051f9f76ab13daacad49c42f 0.00 MB 5 0
86,508 86,508 0000000000088da6e6105ca2604beec7717b9251be2a8d8fa045e2f357a57c61 0.00 MB 2 0
86,507 86,507 000000000026b4e487a0e0b82b853d49d854e03ed9dc5033609b2b3b589389db 0.00 MB 2 0
86,506 86,506 00000000002a807c9f09670d953845bcb6499122f08182fed52ba9ff35c3c987 0.00 MB 2 0
86,505 86,505 000000000029ac38274899fff8000a063c120b830cb6244064587b13dcf4f7cd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,195.91 GB sent, 117.45 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.