Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,387 transactions (4.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,583 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,865 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,582 (838,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
71,414 71,414 0000000000673089b2df2824678ca43f9e3540409892ab6d36b886cba22dce67 0.00 MB 1 0
71,413 71,413 00000000009fc2685dc5108d2924c716a3337301b8424c475852ceadd5eea7ec 0.00 MB 4 0
71,412 71,412 00000000000baaa11fd8c4243ba748a2d669ccdd90621aeb37c6a8fa20957d4f 0.00 MB 1 0
71,411 71,411 00000000005ee18f869bd4dcb5101f94647f49a22eb58a3e3d0b40846f1746e7 0.00 MB 2 0
71,410 71,410 000000000045ee906c031b068d830a71dd665205baa5bfd3870f527826979009 0.00 MB 1 0
71,409 71,409 0000000000da7457be94a08961ab59eb3c530484b615bd11b7193e1af0b81e42 0.00 MB 1 0
71,408 71,408 00000000000ba8bb4a91433c9084999b057b0a8400bd12965f3b593715260796 0.00 MB 2 0
71,407 71,407 0000000001036d30f43122d05c36927ca03b62a1d6d0d92490675b2668bc5bd9 0.00 MB 1 0
71,406 71,406 0000000000f2eeb6a32cccf1b10511e9df69b3dd9707963b8d613b9c4c5d284d 0.00 MB 1 0
71,405 71,405 00000000004017e5c289e710b5ecb35bf635b2959f20501cfcee76b361494461 0.00 MB 1 0
71,404 71,404 0000000000cb43f0aad46cd577e9e063c05d3fbfdc63e176a43c634d6cad3010 0.00 MB 1 0
71,403 71,403 0000000000fe6a81a09f0419fb63ac3d410ab1c68b046ada9a9995248ac1b492 0.00 MB 1 0
71,402 71,402 000000000090129da80e681bf446121fb531ce0d3916cef5e444caf3428030c0 0.00 MB 2 3,861
71,401 71,401 000000000007cad6a109ebb8f33c3e2729f7cb59a210ba1fc1b4a29169c27601 0.00 MB 1 0
71,400 71,400 00000000008071d8c627946d15262a4d1cc86c0d2e82f6d6313778cf2158f2d4 0.00 MB 1 0
71,399 71,399 00000000003eb7ba00da00d67469facbc6d26226c343764ec7cd2537c6771ce4 0.00 MB 1 0
71,398 71,398 000000000013fe2ca554d80daaa92460f51ba0e87cab2cc483b0984b7e850ae3 0.00 MB 3 0
71,397 71,397 00000000010266ed7cc75c6597113db24456142930369f2fe28518fadc626c5f 0.00 MB 2 0
71,396 71,396 000000000006576f02ef78d8a5de620e388ef9f8d8a419aed575de76025cfabc 0.00 MB 1 0
71,395 71,395 0000000000e81abec9cfafe04a735e8bdf0d4343467e8b02f1cf4ddfcbd2e314 0.00 MB 1 0
71,394 71,394 0000000000c565f4d75c7c59f609b6a335f807d8ac30d08477961c732752f619 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.63 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,094.20 GB sent, 111.49 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.