Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,344 transactions (3.38 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,211 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,210 (845,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,657 64,657 00000000089359968cc807d6a049c33e5e32950249eb8dabdee0d17027edcb29 0.00 MB 1 0
64,656 64,656 0000000000d18a5cef9ab09a0fa64e11926bd3a22002b744b7afb3151af737d8 0.00 MB 1 0
64,655 64,655 00000000009f5af603e01b1fc99974c74b8a67278cff7b86a6446388023e8e2e 0.00 MB 1 0
64,654 64,654 00000000088df9f4cc7a8a4565a9946befd7928778f2ecb66b05bb2b26a4073b 0.00 MB 1 0
64,653 64,653 0000000005a03d8c069fa1d99cee524021e45082a519e3dd17a5575bbfb9b86a 0.00 MB 1 0
64,652 64,652 0000000007f10d5e5bdb98787a3e7846c8bab62112294fb35dc35e0fa90af10f 0.00 MB 1 0
64,651 64,651 00000000067c50f05fe250833e80c5c6b6ef25ffcd6b13e8e38a052923558b97 0.00 MB 1 0
64,650 64,650 00000000006cceb12ae4613f186732b29ef5a8bc31e065326682c188c03c836c 0.00 MB 1 0
64,649 64,649 0000000003364a4c15e6e482d16a579db69b881ba30b859d9b0fc430157f9f58 0.00 MB 1 0
64,648 64,648 00000000020cd429d1ae1584e08fb37c32614526c02f9cd3fc1f722307fe97ea 0.00 MB 1 0
64,647 64,647 00000000051970938c567a40564e11725f6d65aceec0d259b6109ed6558f3f89 0.00 MB 1 0
64,646 64,646 0000000001c3c064a8ded0b6e672ec91a1db70038d7b3e7f55f6f370cc334563 0.00 MB 1 0
64,645 64,645 00000000049c561ba9ec153b9b3776aac6bcbed7e6b4d970a005e104be809b59 0.00 MB 1 0
64,644 64,644 00000000012e208bc8aa618935208e2b10e5def5da2a685f610542d487803d77 0.00 MB 1 0
64,643 64,643 00000000075f6cba943588bb0bb14156bcd64643749801d23ed6833020ea2889 0.00 MB 1 0
64,642 64,642 00000000012d6a39fde83926a032ef0a4830212f37d8ba18e82283172778b497 0.00 MB 1 0
64,641 64,641 000000000aad47184add3b240c4f454d86042cf9d98d6c878e43350feabc38ff 0.00 MB 1 0
64,640 64,640 000000000544a3df48e21534deb221d11417fe5a5b324e2fa6cd538299b4b6b9 0.00 MB 1 0
64,639 64,639 00000000079ae8a99249e8334adb43a3a8e32bd94daf644062fec39d7c83d69d 0.00 MB 3 0
64,638 64,638 00000000024708437f7a78449a9e98a5a2fec3e73c64696a31b6f7240fef9109 0.00 MB 1 0
64,637 64,637 00000000054ffba7a743b2af3648831eced589df5fc6426bac3cad0fdabd9b55 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.78 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,197.25 GB sent, 117.55 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.