Loading Tool

Explorer IconExplorer

Memory Pool

6,962 transactions
3.02 vMB
0.01053365 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.10/200 MB

Candidate Block

Mining Attempt f0efc93c1d121aec3896f297a49d39690ff679a6b1db436c7b9815d7f43166f8
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root 2d2fcc1aadd3a5cdcd2963ad566e102d143e90b477b8c4e176494617a75e4634
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,000
Size: 1.00 vMB
Total Fees: 0.00818958 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (787,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,646 125,646 00000000000038ee92e0a126c98361e5bd38078b6e03cdcf4e77ff586e423883 19 0.00 vMB 0
125,645 125,645 0000000000001903e8b00725b3be01007fda1beb25cc2a581c12cf10434558c6 7 0.00 vMB 0
125,644 125,644 00000000000013f18a157b050e5e4ed1ce33bcfcf990eb07506332d88f41662f 10 0.00 vMB 665
125,643 125,643 0000000000003bdc3fdd968afd3d15134372ab4cd86c7ef7caccf356da231585 50 0.02 vMB 2,120
125,642 125,642 00000000000018706d6ca99418232f345c3d2740c188d71cf7e237fb25c70a58 25 0.02 vMB 368
125,641 125,641 00000000000004a6e625d96214723052088968e4c55249204e7471a369a176ff 12 0.00 vMB 0
125,640 125,640 0000000000001172c4b9e5e5b5214cf0a31b44e001592fb006f76e3793565d64 12 0.00 vMB 686
125,639 125,639 00000000000037f4dd7cd050be9ef288d4c1bbb98d23b789d8e331e42ece33b6 62 0.02 vMB 3,218
125,638 125,638 000000000000098e7d8056126009c79fc9341dd67fe48e702b6fb62d5eb4daa1 13 0.00 vMB 333
125,637 125,637 000000000000356104ca1acf9baf2deb8f0b3558b5f2cd6a3c1057940023dd17 12 0.00 vMB 360
125,636 125,636 000000000000256837e3048882138f83dcf707cb92f71abdf711a47b539bac10 14 0.00 vMB 866
125,635 125,635 00000000000011de9122bfe5b3f676a9492f62c00bc05256de24876bcf31c907 8 0.00 vMB 358
125,634 125,634 00000000000029e17a8ef2b0eb1baff55202dccab8f33844d03a84ad01bb9539 36 0.02 vMB 798
125,633 125,633 0000000000003c8746877cbd55588f8119f017472e67231098cbcaded802aa4f 10 0.00 vMB 673
125,632 125,632 0000000000000243ea5e8aefd4c68b06706f471c9148044b337d62b977815a28 11 0.00 vMB 0
125,631 125,631 0000000000002cc86eced7b1ba14de738c8d81083f056a120b151f16b7c865a7 5 0.01 vMB 529
125,630 125,630 0000000000002811b5b0ed503efa970a185f6ed233e0908aa5162fc35da0edc3 6 0.00 vMB 309
125,629 125,629 00000000000034576b6e4aa1aa67683ce2ef414c0f12d35b578185201727a0cd 10 0.00 vMB 345
125,628 125,628 00000000000004eb263bf065ad13741ef67f8ade6371dd332d7449543d745298 72 0.02 vMB 3,320
125,627 125,627 0000000000000fd175963ef2bc8cad6345091c828e663147ed276ba57551a04e 11 0.00 vMB 939
125,626 125,626 0000000000000fea0760232ba8bebbe0cc4b062d33da63ee4ac7b66652feaba8 10 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 365.03 GB
    • Received: 1.76 GB
  • Uptime:

Notes

  • 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.