Loading Tool

Explorer IconExplorer

Memory Pool

23,380 transactions
11.43 vMB
0.02487149 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.74/200 MB

Candidate Block

Mining Attempt e504605b5efa816a44e0c54255153c84c85775f6cfcc3c2449458f770fd1aa34
Version 20000000
Previous Block 00000000000000000000210bd24a30bff63bc2f4e26b25e0e396c3923acbf8cb
Merkle Root 5c694301eacba9f83b95b5c4e2cd16007b842fcb2f3086c64400e82d4d1c60f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,224
Size: 0.997881 1.00 vMB
Total Fees: 0.00603227 BTC
Feerates: 48.25 > 0.60 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,653 (647,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,686 265,686 00000000000000091beccc04437033057e614aa3fad7ca17c3d920ca23f99dd6 356 0.19/1.00 vMB 63
265,685 265,685 00000000000000071b68acc3ffc31860352f4983daf43b0ce1330ad767a20e1d 486 0.38/1.00 vMB 24
265,684 265,684 000000000000000b513c304f43b79465c08c6e521d6b9a49988dfc548a3191e7 421 0.25/1.00 vMB 137
265,683 265,683 0000000000000001c0053b0b2b88d1a66c05fd8f86bad5f14a7fa5ec6a09faeb 519 0.50/1.00 vMB 63
265,682 265,682 000000000000000935a48c85d3e4ac7bd120c0f420733d513b3bda2e82081e91 21 0.01/1.00 vMB 82
265,681 265,681 0000000000000000378947615ad02ca9ff94b8d9dc851abbc3868d4835720feb 225 0.15/1.00 vMB 50
265,680 265,680 0000000000000005e2defede477f600682df16d35c08ebe325096ba146aa95f2 99 0.15/1.00 vMB 28
265,679 265,679 00000000000000023a4c54f00571ddbd25039fd67236105aab0e6c16a3618794 237 0.15/1.00 vMB 88
265,678 265,678 0000000000000006c03e3f5f56decd063b674ce89718f09f8f0bb72bdba65bda 181 0.09/1.00 vMB 60
265,677 265,677 00000000000000029a5d344ea8ae823f24bd81d60e33ee2e8792f794ae559dec 625 0.44/1.00 vMB 62
265,676 265,676 00000000000000019eb547c2b610f078ab0540f56309ca9c3325002102067ab5 241 0.10/1.00 vMB 95
265,675 265,675 0000000000000009c22a29c23d1371b74eba83887dae99a6824c9014fc65b59a 132 0.07/1.00 vMB 47
265,674 265,674 00000000000000072089a0adae2b921c93f3d707c1180b7dae1b63ef03e0dd78 670 0.28/1.00 vMB 109
265,673 265,673 000000000000000ef0c19a4847e5c5f5097fe8397d2f361de88d172ddda07588 719 0.26/1.00 vMB 182
265,672 265,672 00000000000000074438b06c3c2c55e2c6aecd72a7079dd9cd595adaa77e7380 16 0.01/1.00 vMB 40
265,671 265,671 00000000000000087cc002e69ba2fe2c3e093b1a3705ba259becfee55777815b 357 0.14/1.00 vMB 118
265,670 265,670 000000000000000f101af970586963aadf934dfd043fd8f19cc23ce7478618d4 97 0.06/1.00 vMB 20
265,669 265,669 0000000000000004bed61203007b92c4d07e8066ef3feaa4ac67a38cd29cf04b 257 0.16/1.00 vMB 123
265,668 265,668 000000000000000433d7645b726bb6f734643e9a7883c40459d903bd9fe76779 168 0.15/1.00 vMB 39
265,667 265,667 0000000000000002187246b45974f1feacbb3cdc57335b3b8f311181b5606aee 154 0.15/1.00 vMB 27
265,666 265,666 000000000000000f733d4d33d9d0b31acec6e4131795d41bc5bf5d8d70e99de2 187 0.11/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 780.00 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: 477.55 GB
    • Received: 3.09 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.