Memory Pool Memory Pool Refreshing

16,528 transactions (4.02 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,207 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,020 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,206 (885,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,573 23,573 000000004fc26d1b021117c4aaf5c5df855bb32bc1777c4c5628840e74f7cf4e 0.00 MB 1 0
23,572 23,572 00000000d85bc8f441a83655634bb5ba8305bf195ff3e032e6ee7da094e3f634 0.00 MB 1 0
23,571 23,571 00000000efb8838523ce39b25bba2d49e9fe8affba1de8be51563d72b119c391 0.00 MB 1 0
23,570 23,570 000000002fb33268e2eaaf2682114cc6b20d3ea5e206532bf86fbff51847e76e 0.00 MB 1 0
23,569 23,569 00000000070f2374cb5d14dd789745dfb65275f7f3f7310c236576a7b3a08a38 0.00 MB 1 0
23,568 23,568 000000004f2de61c8899a98d084a6b0e80d151a7d7781293f02c79cb1ec4c8bc 0.00 MB 1 0
23,567 23,567 000000006473963be53004469266b5aa9543fc0b9a48d097544f1e55a9879504 0.00 MB 1 0
23,566 23,566 0000000000848e1cd6d19f23e0ef26c462403bb765a5d13c1b848ad115de60f0 0.00 MB 1 0
23,565 23,565 00000000fedd474ee594addc981abd3412cf88fa4f4289f9dd8c7516161bacb9 0.00 MB 1 0
23,564 23,564 00000000d20fc115bacdd9df8fdc25ac084a0917a14395d0bf8019b9f1a180de 0.00 MB 1 0
23,563 23,563 000000006566c0c4c567de30f252fcd088b4ae111384b94b9c17a6cd3cf63c42 0.00 MB 1 0
23,562 23,562 0000000084410d224ad6a6b56bc6a5730221dd556c686c1acb1ab8582d065e95 0.00 MB 1 0
23,561 23,561 0000000049c72cc5926164bba6ba232e297406b9d50953b98afff3d0078715aa 0.00 MB 1 0
23,560 23,560 00000000f2e39ec57d039bb23a8c746f871d3bd73d2bd6b4a53ed0ed35c657c4 0.00 MB 1 0
23,559 23,559 00000000a6538b82557a3f53ffc2b23e7c695fef880f0cd27b9181ce8534c317 0.00 MB 1 0
23,558 23,558 00000000977471dc3baea62e9fe83a15bd8ab279bf02a45a3bdfae72559a422f 0.00 MB 1 0
23,557 23,557 00000000b4c6f1187cf3708cefd87da995b3b168cab19a07c9a0a22875c0047f 0.00 MB 1 0
23,556 23,556 00000000466860572f5bde4d4342a63dce034677a6ca6eb5cee2905fdd725587 0.00 MB 1 0
23,555 23,555 0000000060ec03664d9eb31ed827a353d9a3f22fee630a406232446bb63015c0 0.00 MB 1 0
23,554 23,554 0000000035f867c0eae484bebda3844e0537a36cf0da59d24abb4c346d36d346 0.00 MB 1 0
23,553 23,553 00000000e3fb0f1afd9cc20518b41f52c7ce1c5b4e10209af10e61c2e702de80 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.92 GB

Node Information

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