Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,298 transactions (3.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,621 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (72,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,565 839,565 0000000000000000000108d4c4000f9ba9dd13dcb80e7d7829abe5037848bf75 1.99 MB 83 21
839,564 839,564 0000000000000000000120ccf0d2e1b17e4a0cd84ff0a6144de049ba0742e528 1.86 MB 1,000 27
839,563 839,563 00000000000000000001eccde1605de7f3fddf4fe4a6aca54fd9e2090af58ba8 2.08 MB 1,358 26
839,562 839,562 00000000000000000000e7ec8b354cd940f219259678f07e92006bdf45c55a28 2.03 MB 3,117 46
839,561 839,561 0000000000000000000166aebe4f4bf2fe3befa3a83c205ab9f68e62454c5ef9 2.16 MB 2,280 39
839,560 839,560 000000000000000000000bcfe43cc37d7203a207276ba3cb2626cc26ecc9860f 2.31 MB 2,298 26
839,559 839,559 000000000000000000031432b64b586ade2544b27776cddbe5cfb843db2c903e 2.00 MB 2,719 48
839,558 839,558 00000000000000000000e9787bf0a19d76b9b1b6e9ec6a8f00ca6be2a4b2ecc9 2.18 MB 2,179 41
839,557 839,557 0000000000000000000198188ec3b13882af6e6c1803aebaf1e2a86c98f1258b 2.15 MB 2,227 33
839,556 839,556 00000000000000000002a6f60651b3eb46dddf7afc493d566fc113045e8cd4b1 2.24 MB 2,373 52
839,555 839,555 000000000000000000019c22f3d5bf663d5eb46262c93c44d029bb46363d5b24 1.90 MB 2,683 70
839,554 839,554 00000000000000000001d40f53de7038e4a7ae3ab8e0664b1824e1fea2a860e5 3.97 MB 46 122
839,553 839,553 00000000000000000000aab106d33692b5db6939e10ebe3366874034ca255764 1.95 MB 2,099 27
839,552 839,552 0000000000000000000297a95cddba0fd8404fe3511237d4f16c5203da6c3571 1.91 MB 2,571 45
839,551 839,551 000000000000000000013809137a4e27058c5f3c8b92a054f149818d1cd8ad0e 1.80 MB 3,250 76
839,550 839,550 000000000000000000025e38b370cdbc4f7ed6c4a8792e4a5e6384732d990551 1.87 MB 1,775 32
839,549 839,549 000000000000000000018038cf4199d95773eae47dc6048b9b2b0566f038d0f3 1.94 MB 1,567 26
839,548 839,548 00000000000000000002fee234ba2c182d06d152a2a991ea0b179e408d63aa3b 1.65 MB 3,203 49
839,547 839,547 00000000000000000000a12664b0e7ccf04dead881d359193bf40056d3bb4bfe 1.95 MB 431 22
839,546 839,546 00000000000000000003097634182ba4b290220c65adbf24e319fe3784bb9d51 2.15 MB 2,081 40
839,545 839,545 00000000000000000001c019fc26e80b7159f2fa339716fc81b1505296632c0f 1.96 MB 2,089 38
Previous 10 blocks ↓
Total Size: 776.70 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,443.78 GB sent, 132.08 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.