Loading Tool

Explorer IconExplorer

Memory Pool

78,960 transactions
29.45 vMB
0.06720381 BTC
Random Selection Loading Transactions
Max Size: 177.25/200 MB

Candidate Block

Mining Attempt 02f42be07534005a10566bfb893dd2e301054b8addb97ae293ccc59faa7a50e4
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b7c5af03fa14f022225e3171ca0e462d013851c4c57ba2008364a3317f1fc929
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,391
Size: 1.00 vMB
Total Fees: 0.00747070 BTC
Feerates: 150.77 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (355,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,824 559,824 0000000000000000002160e8f23e6f358489cfe0105e1408b780484ff64fddf7 972 1.00/1.00 vMB 3
559,823 559,823 0000000000000000002bfe51e59610b74795bb9088b3c8dd599412d0b4bfa283 1,987 1.00/1.00 vMB 6
559,822 559,822 0000000000000000002c2c2fd54c5bf29361994d0eabf29c1f5a7c655def490e 2,740 1.00/1.00 vMB 13
559,821 559,821 000000000000000000176137d1da3e666ca902acaa8b9b989adb6436ac4942c3 1,530 1.00/1.00 vMB 17
559,820 559,820 0000000000000000001670ed0d0359b3e8d1215e56dcb9829c8134fa766e128b 1,852 1.00/1.00 vMB 2
559,819 559,819 00000000000000000000a0de62676fb07998d90c9190166d09402442c644f346 1,298 1.00/1.00 vMB 6
559,818 559,818 00000000000000000018ef923e214149018bf6f4a4a4ca1ad14089ed34a93546 1,526 1.00/1.00 vMB 4
559,817 559,817 0000000000000000000ff1bc23d9f1495576d6466cc8d7bc05a7d3710a158aef 2,586 1.00/1.00 vMB 15
559,816 559,816 00000000000000000008f3ffddba8a2bd5f4eec45fc74351580217ca7452e33f 2,543 1.00/1.00 vMB 21
559,815 559,815 000000000000000000297301280675524113841b264bc35736f5b1101e687f47 3,294 1.00/1.00 vMB 18
559,814 559,814 0000000000000000002453093d75a9e906bfbe67ae87b058e97f294076f1b48a 1,358 1.00/1.00 vMB 6
559,813 559,813 000000000000000000039c76d31d552492f521737f0a8a4c4511e81a205fb677 2,410 1.00/1.00 vMB 29
559,812 559,812 000000000000000000050f398ed32a2aa6c55d0a7d92387cd2ac15bd8ed95ba5 1,804 1.00/1.00 vMB 7
559,811 559,811 0000000000000000002395473cf5b268bd0a9e9929eb24eb0bbc2787e4edd20d 1,312 1.00/1.00 vMB 5
559,810 559,810 00000000000000000014c39c0e8181f242a68ded2ae1c48aba839c70b659652e 2,848 1.00/1.00 vMB 10
559,809 559,809 00000000000000000029bfea4a037d8dbf3106a52283d7297eda758aa975b200 3,066 1.00/1.00 vMB 8
559,808 559,808 0000000000000000000886f6203e0b30e509d10c311ea9e0a542fbd92da34a97 3,111 1.00/1.00 vMB 9
559,807 559,807 0000000000000000002ebb8365c4a90b4e53517537a86e6032b3966fe0a84cee 2,833 1.00/1.00 vMB 22
559,806 559,806 0000000000000000002f0bc9901fe09f34803e5fbbc91844e6add06252b7a561 3,216 1.00/1.00 vMB 32
559,805 559,805 0000000000000000001cb1f8422bd35ae29717c8700448b701f5f0cf7b44aaf5 3,193 1.00/1.00 vMB 35
559,804 559,804 000000000000000000157ba096498eaaf0922ddf2ab4b0d7da99b4a9eca99ae4 3,254 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.29 GB
    • Received: 14.96 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.