Loading Tool

Explorer IconExplorer

Memory Pool

76,989 transactions
28.57 vMB
0.10046277 BTC
Random Selection Loading Transactions
Max Size: 172.77/200 MB

Candidate Block

Mining Attempt fe2a97af8ae09e783766705de7879c1b21f2a1bbc413def802d7c0bcc8c8f452
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d247686f9ab6378ba8f9854081f5edb324fc35e89a1a82f8debeb1b54f275e7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,453
Size: 1.00 vMB
Total Fees: 0.03517894 BTC
Feerates: 150.80 > 3.53 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (764,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,679 150,679 000000000000033f6b2d1b0dc417535834f93420fbabfb9db226c4556838022d 36 0.02/1.00 vMB 104
150,678 150,678 00000000000006dbc25698cc1524a1db59680a17302b75586956b5d23d4145b2 33 0.01/1.00 vMB 182
150,677 150,677 00000000000002a886332fc46b95b49704cf032fee8811c693cd469551639dc7 9 0.00/1.00 vMB 68
150,676 150,676 000000000000092a0bde8021edb503ed6850632b9d78c9a23706c57a69e84395 26 0.01/1.00 vMB 54
150,675 150,675 00000000000008ca5f06fa7ab34a4a23466c3ae6583ba4682c18840ce8bf89e6 1 0.00/1.00 vMB 0
150,674 150,674 00000000000002b433186cd30e36a8a5bce76d048d11a421fff0a8b915c53a3d 30 0.01/1.00 vMB 82
150,673 150,673 00000000000001df0a6b924042d32b54370dba8a0b994dea47f9326aaddadeec 16 0.01/1.00 vMB 92
150,672 150,672 00000000000001e98b74efd98bc307684f805fe8b36d1d1792d66b314b9b454c 115 0.04/1.00 vMB 60
150,671 150,671 0000000000000b4d722a26c939b84f3f0a077f085032bd24e8b87117ed9b4cb9 14 0.01/1.00 vMB 16
150,670 150,670 00000000000005899fd8c8c2183f42cef4f52c0b13385ee6f64753bf86759a0d 22 0.01/1.00 vMB 324
150,669 150,669 000000000000047868fdc921bda9e5e7c789b4f0ba099c3f7ccc8a4e15d08186 105 0.03/1.00 vMB 79
150,668 150,668 00000000000006c9ea4a359e39d86561a48ff03fb27cdf12a58e310e5fd81c66 92 0.05/1.00 vMB 106
150,667 150,667 00000000000001e415a914c6cb2e6d4052a9f090e661e78347c26f433db204fe 7 0.00/1.00 vMB 101
150,666 150,666 00000000000008076f4f3827ab0d2f723eb3699d103a1b6c2f3ca05d2ec1cc02 3 0.00/1.00 vMB 0
150,665 150,665 0000000000000795a9308635b7d4d6ff2c01d1eff2943d209f87bb9319abbdaa 2 0.00/1.00 vMB 0
150,664 150,664 000000000000077d583e54950688ba80e09f52c8a7172ac7b02402b015d2fe9d 2 0.00/1.00 vMB 0
150,663 150,663 0000000000000b6b5fd08c2c1b524b2a35ff6a2b22d7a9dd221643e0c53237b8 8 0.00/1.00 vMB 49
150,662 150,662 0000000000000abd357b466aeb2f33993350c98cb9887d0451b5af4cf30e5c90 14 0.00/1.00 vMB 278
150,661 150,661 00000000000002c777261e7c1b02ca67c6db27591cf1583ed03e9611dbdba857 135 0.04/1.00 vMB 121
150,660 150,660 000000000000067afc7691f7c2354181a3b3894d61471f7bbb5ee756b57b7338 33 0.01/1.00 vMB 143
150,659 150,659 00000000000001f5038b7891d92333e7c372f81102ff64af2feef9750bdaed0c 40 0.01/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.63 GB
    • Received: 17.21 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.