Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,229 transactions (0.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,857 000000000000000000022b910000000000000000000000000000000000000000 0.46 vMB 1,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,856 (882,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,705 29,705 000000000f00a0b71ee6c0a31ca4940cb9a91242ec1de21d88f88a94efea6ad0 0.00 MB 1 0
29,704 29,704 00000000c7dccd7d8d0ff23fd2d29b3ac6ab2a0a5f97e11b23cf3efff28a870b 0.00 MB 2 0
29,703 29,703 000000005dbb4305b9f2a69080d20b603651352b3784534f3fd891efd6927242 0.00 MB 2 0
29,702 29,702 000000009c19c56859a666962d0b2bd5362d8b7cbf6da3e41d6fbc4309a3e06e 0.00 MB 1 0
29,701 29,701 0000000085aac465a7d915b87a946eb881759814e9d3099d7d7c60684a3275d8 0.00 MB 1 0
29,700 29,700 0000000009d72ee8b9185c5ab2d72b7dc24472202af49cfd0a4275a7266555fd 0.00 MB 1 0
29,699 29,699 000000008898b2507314912f6c651b711fb621060b4b6313f4365be804c40486 0.00 MB 1 0
29,698 29,698 00000000fedec0823cc1596d652f08152b8ed44443aee363c427f3e0d7852245 0.00 MB 1 0
29,697 29,697 00000000ab139e657c5d9319be338eb03e67afbdf16f468905a50a06603733ed 0.00 MB 1 0
29,696 29,696 000000005734806cce4f1f7c79dec5957d18aeea953052ea32b4aeb5babd1845 0.00 MB 1 0
29,695 29,695 0000000002263bdccfd27988bbf99f23ab1c2f0d8488e89a557116e521b384a7 0.00 MB 1 0
29,694 29,694 00000000b6c3eb3e48169bb32e6cebe9802a8ece28af385b22842d566a825d51 0.00 MB 1 0
29,693 29,693 0000000001c2515cc2f6aadc54340bc424fa8e41e8b8b758b9804d24669f41c1 0.00 MB 1 0
29,692 29,692 00000000656842fac29a0f66644d39d2444154781457c58070cc8e67fde94bb3 0.00 MB 1 0
29,691 29,691 00000000024108606d12cc00b250a116700a544f3215893d3d4ffa8e0ad00bd7 0.00 MB 1 0
29,690 29,690 00000000e77ad1e3fed8a212c76d44066f70c2c640489fab4c454d05bbca6e39 0.00 MB 1 0
29,689 29,689 00000000802363b1b316226975f082b093f650e00b227e2f5d21ebb698c31c99 0.00 MB 1 0
29,688 29,688 00000000ca20f804639168bb8f1bf48fce8602758bef63539003a0cbf2724f70 0.00 MB 1 0
29,687 29,687 0000000093e5750793177ba159259ed64f389586b0d5109753ea15386ace351c 0.00 MB 1 0
29,686 29,686 0000000075fa0270a4c8a446bbc773c07368c15536d270108f4e836756c68b85 0.00 MB 1 0
29,685 29,685 00000000a39230f9366197f592c6fb3da7c4e669aa9960272512baeb00336b5b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.83 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,469.22 GB sent, 132.65 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.