Loading Tool

Explorer IconExplorer

Memory Pool

36,556 transactions
25.85 vMB
0.07464564 BTC
Random Selection Loading Transactions
Max Size: 132.78/200 MB

Candidate Block

Mining Attempt 421fe8cefb260709de7e2e66d6c60a421bc6558bcd8a6b06ad3ae7a6d86b79f2
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 77d0c95d8627bfb2f8474231b072079e05de2b72c081ff214bdad47e8eb9cf5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,305
Size: 1.00 vMB
Total Fees: 0.02760199 BTC
Feerates: 502.65 > 2.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (457,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,841 457,841 0000000000000000004e0ebb3f4929745de94c400da84aa8509ba41b5f73fa06 829 1.00/1.00 vMB 173
457,840 457,840 0000000000000000001cd61017be74b2bac0cd9b2b0110dff9a124976e36d27f 1,474 1.00/1.00 vMB 208
457,839 457,839 000000000000000000d83954e4ef1672669a53bfe44d116f69bfddd1f78ae838 1,007 1.00/1.00 vMB 201
457,838 457,838 000000000000000000e4bb26d4817b41085aa77ee23d657e13dce55e6f2f3bbd 2,128 1.00/1.00 vMB 366
457,837 457,837 00000000000000000182f54fcf856ff6bb6360d271fec37c0b2ffdf7cb824703 2,319 1.00/1.00 vMB 207
457,836 457,836 000000000000000001c0855972bff967f45ca1d839eaad754b40a3d321973762 1,575 0.68/1.00 vMB 188
457,835 457,835 000000000000000000f607b770ff7ab8702fd3540e3f2780dbf5e0cad38b2285 165 0.09/1.00 vMB 130
457,834 457,834 000000000000000001d733940bc28665ce12f4c3ded1de2e950ddf181e7c01e9 94 0.23/1.00 vMB 19
457,833 457,833 000000000000000001e454b3e0e7bacdd4415ed3bd9aa726a7f3e40566e27423 1,883 1.00/1.00 vMB 125
457,832 457,832 000000000000000001aa20f05e443456a5a25213776fa5439e7bb35731ebe4a8 2,023 1.00/1.00 vMB 149
457,831 457,831 000000000000000000aefef3fc67e02d0beebfe403f05085b6ddcb4d499aee52 2,421 1.00/1.00 vMB 201
457,830 457,830 0000000000000000009bcbeba6a1f8c6ee99624e9ef3310280d63554f444c120 1,597 0.84/1.00 vMB 107
457,829 457,829 00000000000000000231e90e22b1d5e7b430121c7519a150bb48a1a641bcccaf 2,101 1.00/1.00 vMB 163
457,828 457,828 0000000000000000019fc79d2aecf8e33dede4de39254b46059dbf4f1fd003ff 1,949 1.00/1.00 vMB 174
457,827 457,827 000000000000000000ed22e151d2b6b2da1f56bbb1d5b1d63548d8487029a65f 293 1.00/1.00 vMB 18
457,826 457,826 00000000000000000030f48c55e8f7e8b01545ea8c1f9a321d5c3a7a6c030bae 2,003 1.00/1.00 vMB 96
457,825 457,825 000000000000000001d824f3923e40c0569bf677dbd40f6472457556677b6458 1,988 1.00/1.00 vMB 139
457,824 457,824 00000000000000000211775cb8cbdb890baeb7f073052ccf0c9fdbef80327310 1,673 1.00/1.00 vMB 117
457,823 457,823 000000000000000001688cb8c78b65ea3e9066fd0cd3410ca74e3d23ae3664a9 2,310 1.00/1.00 vMB 171
457,822 457,822 0000000000000000020846764b91a0a210f61fa4f4081d31efb364f2a97ea992 2,398 1.00/1.00 vMB 137
457,821 457,821 0000000000000000024bed7f51aca23be6d37d7034927cd7dfa0b759e90c36d6 375 0.17/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.