Loading Tool

Explorer IconExplorer

Memory Pool

82,372 transactions
30.73 vMB
0.08459365 BTC
Random Selection Loading Transactions
Max Size: 188.08/200 MB

Candidate Block

Mining Attempt 48e91b1a5fe7d598b7a61125839674c69e53dec81fb6662ac20ae50795c0a235
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 0b0aa86590eae1284179adec690ba4de0626f1e051abfdfcecc339af893f573d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.01499783 BTC
Feerates: 114.09 > 1.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (264,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,710 650,710 0000000000000000000c481b1d04526a76b9747d301bed13c5541be812f3cc6a 2,103 1.00/1.00 vMB 79
650,709 650,709 000000000000000000087df0b9845b5c89fa5a6c27a9b30c2484d4428fd1c81d 2,572 1.00/1.00 vMB 89
650,708 650,708 0000000000000000000a39569832327bae429e9eabe527fead839a2ed2f54d70 2,330 1.00/1.00 vMB 80
650,707 650,707 00000000000000000005acbb5ae4e6f175310bc959ffb5d6c3b75dbce5ddbadf 2,740 1.00/1.00 vMB 88
650,706 650,706 0000000000000000000a2e8ce07ea369ca3cd65d1285dd1b28e78159402bd2b1 2,579 1.00/1.00 vMB 94
650,705 650,705 00000000000000000002dbd7d7d760a32db81a407c046ee69da24677ea1cb1ef 2,355 1.00/1.00 vMB 94
650,704 650,704 0000000000000000000331735429dae6aff6c279517ba28735bd2bac3fcb3346 2,836 1.00/1.00 vMB 89
650,703 650,703 0000000000000000000b8f882a03e93d0f878f423fc89c9986df0390eca0a01e 2,329 1.00/1.00 vMB 79
650,702 650,702 00000000000000000002179d5ce2bf830b53835d8b4ebd6d089220310a78a1a1 2,251 1.00/1.00 vMB 87
650,701 650,701 00000000000000000008ab6aa7e7e1b0dc705a0d74bf0cbf0de04c81e3b4402a 1,607 1.00/1.00 vMB 83
650,700 650,700 00000000000000000002451b9ac80aed49105a400edb9ec83e8ec29126d18166 3,052 1.00/1.00 vMB 104
650,699 650,699 00000000000000000000629445672be79b0c6d03366af2f8b38e1d45111f2723 1,932 1.00/1.00 vMB 86
650,698 650,698 00000000000000000000e57b30d189fd71522f636ce91d4da2f6a0fe25351683 2,398 1.00/1.00 vMB 87
650,697 650,697 0000000000000000000a47b68777785246fdf7f8c0aca79f71d4fb6ec31ca5f9 3,402 1.00/1.00 vMB 99
650,696 650,696 0000000000000000000e37ead66e9ebeef3dcc3ffdca2239d8c02dbe7ba24d26 2,423 1.00/1.00 vMB 85
650,695 650,695 0000000000000000000536c29f58aed0a298d894c0cf1c70ee8b9f4bb18009fd 3,248 1.00/1.00 vMB 99
650,694 650,694 00000000000000000008d3d6b3d3c9ba5a129131c9d3ee97b3c6d34941cb34b3 3,086 1.00/1.00 vMB 91
650,693 650,693 00000000000000000006b32e4bdb13e81cfe1b599b44cafff77511a20a7fa87d 2,877 1.00/1.00 vMB 78
650,692 650,692 0000000000000000000e84948eaacb9b03382782f16f2d8a354de69f2e5a2a68 2,944 1.00/1.00 vMB 75
650,691 650,691 00000000000000000008f52ae0f650e7d5fd921f23a6247547e5397f08f2f37e 2,700 1.00/1.00 vMB 85
650,690 650,690 00000000000000000008814ceb012a5f4098540f906db704447401c52002801f 2,545 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 783.02 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: 719.25 GB
    • Received: 18.02 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.