Loading Tool

Explorer IconExplorer

Memory Pool

27,049 transactions
27.73 vMB
0.07105868 BTC
Random Selection Loading Transactions
Max Size: 132.72/200 MB

Candidate Block

Mining Attempt bf8b609f7e5a43bb6050cf7a0a19d8c35219aac10c052a172e119dcdfb688b38
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 40bcf314f622b10b490e55739a9cd68e035f1fa1509f926bd4bd38c0a2e32a54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,650
Size: 1.00 vMB
Total Fees: 0.01823138 BTC
Feerates: 150.73 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (464,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,138 450,138 0000000000000000024388d4d89fc0d6f15e504b85f2eeb412b75a27a9581285 2,180 1.00/1.00 vMB 105
450,137 450,137 000000000000000002330924d64e73aab42585cb2d64d9c953fc18c52717c080 2,038 1.00/1.00 vMB 59
450,136 450,136 00000000000000000255a887392fafd1625cc779478d0e45f43c2b51f081d88d 2,402 1.00/1.00 vMB 94
450,135 450,135 000000000000000002818517f93ca56091e344681eee856fa12f2d5b257a071e 2,717 1.00/1.00 vMB 64
450,134 450,134 00000000000000000147f98bfdeab8c44944854f570da3e460acecfd97971e0d 2,831 1.00/1.00 vMB 90
450,133 450,133 0000000000000000020f77e8ff3b60a1e22188d8f318005271d0ac9192033786 2,416 1.00/1.00 vMB 107
450,132 450,132 0000000000000000022f9c74fb10f3cda3266e1d9d558bac8f867043b2aaf610 2,780 1.00/1.00 vMB 75
450,131 450,131 000000000000000001b3bebcd8a88c25984c4e6d45c3b56f78dd18ee42f0cfb0 2,574 1.00/1.00 vMB 100
450,130 450,130 000000000000000000ba89fbb74953b36ab29366964cd315b5f29796a56831be 2,325 1.00/1.00 vMB 86
450,129 450,129 00000000000000000185fc55ab002f28ba96ac4df716e4e19d95ae3bd212cdd4 2,337 1.00/1.00 vMB 118
450,128 450,128 0000000000000000027c8b2a554031214394400ad44edb33e2b0f9b4bca4154b 2,535 1.00/1.00 vMB 104
450,127 450,127 000000000000000002194c02013c9176c698f80c99072e4575d1123892977433 2,704 1.00/1.00 vMB 71
450,126 450,126 000000000000000001b60a9d38830879a693ca84d5cec9d5c7f02cffc498a3a0 2,191 1.00/1.00 vMB 80
450,125 450,125 00000000000000000081516d75a2d684dd8f4b4f3e598fd095a85ce979df553e 2,557 1.00/1.00 vMB 103
450,124 450,124 000000000000000000ffe0eb1a4782561983690e2340c545570513baf989f36c 2,142 1.00/1.00 vMB 81
450,123 450,123 000000000000000000a25352f72cf1580a4ce2ad05af71fea2926db92eec4355 1,805 1.00/1.00 vMB 89
450,122 450,122 000000000000000000c63a3bffb7b74ff133d96fabb7fec9209c404ae6fe3d8a 1,469 1.00/1.00 vMB 96
450,121 450,121 000000000000000002baaed807eed009cc73598f3ffa3a06910c0ece0c560cfe 2,421 1.00/1.00 vMB 128
450,120 450,120 00000000000000000028023728f16be679e9c958adeb243530ed2490d897121f 2,373 1.00/1.00 vMB 87
450,119 450,119 0000000000000000005afadaf841440d94e1713082a962848a978c52e8adf197 2,356 1.00/1.00 vMB 69
450,118 450,118 000000000000000000d048a21a0527927b46b1806db8e93aaedecf39dfb9c296 2,583 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.45 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: 610.85 GB
    • Received: 10.75 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.