Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,088 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,098 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,081 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,097 (840,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,528 69,528 00000000001c0022209fc56ea199297202acf71cfe31021be8838adbba86fd1f 0.00 MB 6 0
69,527 69,527 0000000000320e2212d2e068a2e37925e66b67bc375a4edda2686854c2b20e72 0.00 MB 2 0
69,526 69,526 0000000000931c5238f7ae0a42842c77cd63d2f4d39986186d9bd173cb376ecc 0.00 MB 4 0
69,525 69,525 000000000128b5666231fd83155375b0edfc6d26a3282c3bbf1066c5b29f654c 0.00 MB 2 0
69,524 69,524 0000000000a16ed7850aef78ce54c69640db96ca794213235b1c2cd88dae521f 0.00 MB 2 0
69,523 69,523 00000000005fc3fb82e364a23820c7c7d278663026d4d7ff4aad3497e2848296 0.00 MB 1 0
69,522 69,522 0000000000464706058ea864eb1778726fe8631bbca6b770f1fa06989c6b756d 0.00 MB 1 0
69,521 69,521 0000000000f688eaa5762181c03f6a09d249b5a7b7ae271b8027553981d32cd1 0.00 MB 1 0
69,520 69,520 0000000000b85612700cbb4e4c06d34c8d90aaf67e6c297cf821d8ba1c808652 0.00 MB 5 0
69,519 69,519 00000000003c609e8644f503fd27b4ffef9453d341204758b10bf1cd0f7fa071 0.00 MB 2 0
69,518 69,518 000000000028fc2bf2c516dc27d80a30216a21422781555d3469d9b23db8a052 0.00 MB 4 0
69,517 69,517 00000000010b289dd545fb33d936bc37205644dc4db3e6fe5a29d4957d3480c8 0.00 MB 1 0
69,516 69,516 0000000000fe145020a1bd97c23503090b87a921710b86d37d0a3543de1e0030 0.00 MB 2 0
69,515 69,515 00000000011e855947279cad92c26e9877de4bd6917a1de5e08f76cea95e1294 0.00 MB 1 0
69,514 69,514 0000000000f320e050c67c5c6d2f62660f820be4ee0d80bbab72e819d108ec43 0.00 MB 2 0
69,513 69,513 00000000008a9fa551168102a766069e4d7f3461d94f34cce5177df260497053 0.00 MB 1 0
69,512 69,512 0000000000f66b1aeb4ea83750c76ba75e473bedb09e67bdea7ac4d356fb2d8f 0.00 MB 1 0
69,511 69,511 0000000000b54f74cca02014c50153f59fdebe76fe9032855e9c5dda8b4e95dc 0.00 MB 1 0
69,510 69,510 000000000015db50dad20ec85c3af1254958ab381042f2c55ede5aada28daca5 0.00 MB 1 0
69,509 69,509 00000000010442d3280e01efa5bf511f3bed2f0cec0900bffd8eda9e3a7580a7 0.00 MB 2 0
69,508 69,508 000000000128ae9704749c225a1a9a095ca99071d80fd0ee5a21869323ed4364 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.20 GB sent, 116.33 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.