Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,036 transactions (1.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,623 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,106 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,622 (883,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,507 27,507 0000000099c29e2c65cc94de2214ff7c80c87e37bee48201a8d48f8669783a3d 0.00 MB 1 0
27,506 27,506 0000000055944c3ce54bc23826e147d4507dbae1b742e7080f8defbf3a584c76 0.00 MB 1 0
27,505 27,505 000000009639b92b20d0d3955dc8048233d159a41e19efef7995d53f9620ecaf 0.00 MB 1 0
27,504 27,504 00000000547d0a5af8636b5f115769481ce551b25cbaac88c0dccc82413e3ef3 0.00 MB 1 0
27,503 27,503 00000000bb8cbe71600f7b81cf65b0cfa8d4e1608d3c627010b19faa50cf2864 0.00 MB 1 0
27,502 27,502 00000000dd4a6e4956dc8015905351aec5492672ccf8e9c21e3d3d334fac72fc 0.00 MB 1 0
27,501 27,501 000000002baf632f35408d4bcb68b9d5d738b902ce866b91fc731c76e8da5c5a 0.00 MB 1 0
27,500 27,500 0000000065b390d0bbc02c9c2c38c7268163213e6cb347ff1bc0883239a8ab4d 0.00 MB 1 0
27,499 27,499 00000000a7062ea312717aea09287547f98c27e987573f3aea1743173f76c8b0 0.00 MB 1 0
27,498 27,498 0000000009c32439520c52cfca7ccb7b4a21156ad69375cdbd83a8326eb3d5a0 0.00 MB 1 0
27,497 27,497 00000000248af69faa1d82d025ba6e9de91bb510957064c0ab3e6de47ba06fa6 0.00 MB 1 0
27,496 27,496 00000000a1b09252a9fc6c81dc0b2393f0fc4989cc8535520a2da2c3cba84a1b 0.00 MB 1 0
27,495 27,495 0000000082707569e11093eaa929a64f543111d2b3740fe1802b9e2cc7426822 0.00 MB 1 0
27,494 27,494 000000004a27ef89267021ad9ec49469b9019e41a3d9decfe1f5bac54992d543 0.00 MB 1 0
27,493 27,493 0000000066223f66ce724c3f151f401ef98e17fa18c0df3d63dac4ae67e193eb 0.00 MB 1 0
27,492 27,492 00000000a1952ece8b5aa20779126c06685c7ed5d35cb4529da895c63dfbbeb6 0.00 MB 1 0
27,491 27,491 00000000149e5908dc3b384876a80784e842cc59d9e1aa77a95c10b9870d3ce8 0.00 MB 1 0
27,490 27,490 0000000065d9b721124564dd026925a9374b2fbede07fafbd274ad23928df732 0.00 MB 1 0
27,489 27,489 0000000089096494b5661a09824221834b8073f478466bb2c061cf7977f13eef 0.00 MB 1 0
27,488 27,488 0000000031c52b8f8e1b9b67948968d376afd95208e3923567e50cd95a1287fa 0.00 MB 1 0
27,487 27,487 00000000ee69150fd9353e4b3bfaa243b5f35facb14c79787886455c3d3313a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.88 GB sent, 121.16 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.