Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,452 transactions (0.51 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
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.51 vMB 1,437 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (892,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,351 18,351 000000003d2047b3efb753c3a830d70d12aa483a738ed0fc31d2278449a62103 0.00 MB 1 0
18,350 18,350 00000000bcd6baeae8f0f321dc8d0d9127a059c7fe30019f35e4c299d0b8b988 0.00 MB 1 0
18,349 18,349 00000000bee7b3288c510f98e3bafaf04544b39d8970eef190bc5d27647390d2 0.00 MB 1 0
18,348 18,348 000000001cc5aa173ec6a960f944b4be16d9de42907b0e57e3a63fb2a3148e5e 0.00 MB 1 0
18,347 18,347 00000000c58d5868330b35f21d9d1a8a0e5b7e615ea70e6cddf5726a02d25bf5 0.00 MB 1 0
18,346 18,346 00000000bdb0454f151b72cee6d93fcddc4dfd3d23eeff614c9fa8af8f7bcdbb 0.00 MB 1 0
18,345 18,345 000000006f3caaba5827ea300772dfeb87c7ddd848ceae810219ee9d7b38c7fe 0.00 MB 1 0
18,344 18,344 0000000036ac3deb79d738c7ba736255ca96f2fdeff32d41133fc3105a11a9a6 0.00 MB 1 0
18,343 18,343 00000000cd01b59744fde4da6077e2d128a198d508c97d3e54965b0d0edc9ad4 0.00 MB 1 0
18,342 18,342 000000002d961338135ac97779b478646e3aea0a78706f236da6bcb93fa8494a 0.00 MB 1 0
18,341 18,341 000000004bfe32783e36732817e148c553e30b544d4a9617a53d337684c5f7ff 0.00 MB 1 0
18,340 18,340 00000000c618eae512fb2ba3837d0829883b1705289b5619bd0c13919a774076 0.00 MB 1 0
18,339 18,339 000000005876e72ef787349e60a46155651d71354df6ef10bfb5b836c7426ed7 0.00 MB 1 0
18,338 18,338 000000005adbefeeffe9df65903284339425ddebccbefaa343116ef70c80048b 0.00 MB 1 0
18,337 18,337 000000004518c8fe04fe61b518bf404a17a889d1d66b9771f2b726e594042adf 0.00 MB 1 0
18,336 18,336 00000000e8ae1e7b1c4c590b06839bd1ad78784d3846cf70355390b9abfd3c80 0.00 MB 1 0
18,335 18,335 00000000457b2360074515137393c484fe31b5639f6683d072455d681e96432e 0.00 MB 1 0
18,334 18,334 0000000069f78f71213d0bf2732eb8e77a2da3fddbb5e87d2eb4874e0ced40ef 0.00 MB 1 0
18,333 18,333 00000000ffdfe5c62679db8724bd7f5c0b97636b0269a676a5149c0c2e148381 0.00 MB 1 0
18,332 18,332 000000006573fc6da27563a15c561b3ee7663708ca67c11e0ed8603376549fd9 0.00 MB 1 0
18,331 18,331 00000000bc9d1b851fe0e7446d46f9c0310810b7c4b048f71fe8d9c4674137d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.