Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,695 transactions (1.58 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,915 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,914 (886,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,372 23,372 000000009241b2ce6aea6c61a26656eab4684dcbc90e587e5b72cda76faf8802 0.00 MB 1 0
23,371 23,371 000000004d9172755748fed654a95d08b79985194e42dd83c52c62de9ff65a29 0.00 MB 1 0
23,370 23,370 0000000060cb3103c9383be7291822f0237e86daa78a725bff8ee33c292a165a 0.00 MB 1 0
23,369 23,369 0000000006885eb30aa56b7edde60c3b43a445dbda057e62d3dcc2ed0b315d04 0.00 MB 1 0
23,368 23,368 000000009367a793c9319fe68ae331434f6ac5f7a0b85d7461ffd0dbb3229565 0.00 MB 1 0
23,367 23,367 000000000117f292512933b5839c7bfd21b21755fd32265f2caabdde7273159e 0.00 MB 1 0
23,366 23,366 000000002dc2409f424680f8be77116d384d0e5ca35190858d167ce273469e7d 0.00 MB 1 0
23,365 23,365 0000000018c8a73c5a3cfd8b200e81311b4852c5b9e17a08ca29e727e12b6138 0.00 MB 1 0
23,364 23,364 000000004cfdc4c87eb77fb57b6abf03f0cd9a04cbd1c66fcf46b155a9aaf78e 0.00 MB 1 0
23,363 23,363 0000000046f590126af3cbaadc7b8d70aa4f78010b23011bc559664943705d27 0.00 MB 1 0
23,362 23,362 0000000045a41fe2d0f6fa3bb033b9dfea26871e06280d036f87f8952f453127 0.00 MB 1 0
23,361 23,361 00000000fc8bd7ba29fdcefbb25828c2e6eb7f65bdcb4fd2cd27ae3439b62607 0.00 MB 1 0
23,360 23,360 00000000c74f7d2563c448124f1288a33b0d2458407ea710785006a24dc0a8d6 0.00 MB 1 0
23,359 23,359 000000002b3cc24920abc14f1df41fa36b22512c79c07f9c47e10dd2fab93bf8 0.00 MB 1 0
23,358 23,358 00000000d81a3c123cba2cdf9957491d507f4eacf53aee2437615efd3549e545 0.00 MB 1 0
23,357 23,357 000000005bf92083b977cf7b66e5d6b5aaae1c8e6fa362687a31c469ca2fa7ad 0.00 MB 1 0
23,356 23,356 00000000116bac879487980efd6dd01609e6e7cac6ea604d886b7537c243855e 0.00 MB 1 0
23,355 23,355 00000000cba7ce9947031d57401469ee0edff4177c58d77e159b5253bb1e6fe5 0.00 MB 1 0
23,354 23,354 00000000ef1ab2b810958f489a4b130d01167a536365523feed21505cad6693e 0.00 MB 1 0
23,353 23,353 000000002cbe1ac8f78a7e365f107a54cd9580c3158630cac0d5c83c8b35d2da 0.00 MB 1 0
23,352 23,352 0000000029fb4bb472c679ae96835b1d78a18bf8a02d5bd34696526446bf361c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.73 GB sent, 114.61 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.