Loading Tool

Explorer IconExplorer

Memory Pool

74,972 transactions
29.22 vMB
0.07588452 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt b97ec25d66a3342be925f1afbb996c972b8c5b9a7da15e51f1302605a558731b
Version 20000000
Previous Block 00000000000000000001e0799bfdd965039da614a51ef9e83f2560f19b18d699
Merkle Root c1205cc12bf10addf3e2318b165c3feac8e756b4fbc498bdebf417e24dd342b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.01070546 BTC
Feerates: 57.74 > 1.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,438 (673,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,628 241,628 000000000000004e2f91e6da7ef16808ece53c48751ab42788fb5307e9d7f2f3 112 0.06/1.00 vMB 121
241,627 241,627 000000000000001db90d3a6a2b9aa944452ac1cb750dccc68236ce9ebaea57a4 114 0.06/1.00 vMB 166
241,626 241,626 00000000000000a9baadf30e9a00d3a4386d0de1582f6b409f59f765d0717f69 262 0.16/1.00 vMB 113
241,625 241,625 00000000000000b067492f5cb41b3ceba35626734575db0d3a3f47d7cbf2853b 370 0.15/1.00 vMB 190
241,624 241,624 0000000000000106fa51c5d275be52db2e7b80574e4b556dd5bfcabff8201307 134 0.08/1.00 vMB 112
241,623 241,623 000000000000000c4186b7ddd558fc529e4f4b9a6699468e97c36f545822f740 207 0.12/1.00 vMB 81
241,622 241,622 00000000000000b0ec543bdcb237d640c6beacc2891fa2bc87ec66dd1fa1e70f 4 0.00/1.00 vMB 86
241,621 241,621 00000000000000948f9305dc9e5276def415cf477bb038338554019e3ee5872f 427 0.22/1.00 vMB 143
241,620 241,620 000000000000001feeaf627ab12f8a2732c0fa0e7d4ba2d8a7ddb6dbab264c2e 328 0.12/1.00 vMB 174
241,619 241,619 00000000000000ef539e52baac6dc6b3c8eecd32cbf3a36c0cff8fe0c9779c94 302 0.16/1.00 vMB 127
241,618 241,618 00000000000000b41dac0f613c428d5db13d0cce0bd4d7ce79101e8438245080 360 0.16/1.00 vMB 181
241,617 241,617 00000000000000aa8ba6990ce132a09aeddc889bd9ed038a1c0a8b4e51b9ac32 86 0.03/1.00 vMB 109
241,616 241,616 000000000000003c6d5060df00dc95d2dac1dee7974a757573d9433d6ff04f6b 311 0.09/1.00 vMB 12
241,615 241,615 00000000000000d01fabd0214c7dc3c60cb59d5ee45b33357b98de29ac8f814e 140 0.06/1.00 vMB 169
241,614 241,614 00000000000000b28acd85db35d7642d5a60fdb7592f73f9fe1f55f75c86e3a8 67 0.06/1.00 vMB 67
241,613 241,613 00000000000000d4dabd8638220d46c5f91dd310bc146a80c29a2d8406d71fa3 396 0.24/1.00 vMB 99
241,612 241,612 000000000000005371ad2ac01b104f236be6b041eda9ca5806c84dc8a7b5cea8 256 0.13/1.00 vMB 150
241,611 241,611 000000000000009a9f4e73f59f21b83680a4193521e0cc80254a2a93af7d2c03 335 0.16/1.00 vMB 174
241,610 241,610 0000000000000052b0b5a189df1519bb673c264bb50abe77a8a7ae1fa7c25390 251 0.15/1.00 vMB 120
241,609 241,609 00000000000000e53f1bc66bb1ae1a3ad91c424696cd7ece3c8aac20d6a130c0 441 0.25/1.00 vMB 119
241,608 241,608 00000000000000ca69308dba8c4e079cafca12a29ae6330b41f8fa49197f8892 719 0.25/1.00 vMB 199
Previous 10 blocks ↓
Total Size: 783.15 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: 745.93 GB
    • Received: 18.73 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.