Loading Tool

Explorer IconExplorer

Memory Pool

81,031 transactions
30.28 vMB
0.07602312 BTC
Random Selection Loading Transactions
Max Size: 185.75/200 MB

Candidate Block

Mining Attempt 3f33287cebca1684f3586d1f576de5ed0c3676e6885c8545c6672581751bc20b
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 2da8fec72d30a09c8f6e8514e4427c99549da9d20ed1121f7c97b930ca6c6422
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.00869213 BTC
Feerates: 151.12 > 0.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (507,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,958 407,958 000000000000000005a1bb3391a2aa31b9091f54e35b932d9c6022e9c6a79266 3,190 1.00/1.00 vMB 57
407,957 407,957 0000000000000000030f5877ac9efcdfe2a5c9ea089acf02f9b035e9105652f8 1,859 1.00/1.00 vMB 30
407,956 407,956 000000000000000004f3d6cb42bf0fd639dcf33f1ef0d174c1c8bbd6a81c9ac4 650 0.53/1.00 vMB 21
407,955 407,955 0000000000000000014769d3a1fead3eb6b408254f8465f5e100d36cef4df62d 2,591 1.00/1.00 vMB 42
407,954 407,954 0000000000000000006829e2b203814d1a1258aefc6eab2cbb8aa2c20b6c4fa5 2,447 1.00/1.00 vMB 48
407,953 407,953 0000000000000000037cde0706af4eb8418a01929e6ff941088f3f8a79887e1c 653 0.60/1.00 vMB 34
407,952 407,952 0000000000000000013d7931ec7489927de67f697270d0fe7913a7f2120f74b8 2,646 0.99/1.00 vMB 49
407,951 407,951 000000000000000000a3036456874675044002d46d57b15caf46294f6527288f 46 0.02/1.00 vMB 37
407,950 407,950 0000000000000000002968ccefd4d782d94443ff79717e70b3fddafbae5b8b20 891 0.33/1.00 vMB 48
407,949 407,949 0000000000000000027c592f006f7f21f52c186703e693043bd21b7d21c045c2 1,081 0.51/1.00 vMB 35
407,948 407,948 000000000000000001f53861ffd12a1a3d09554ee042eb1102c6a2f0785e6482 329 0.21/1.00 vMB 36
407,947 407,947 0000000000000000000108fd3101079f416b380169e4831a747c954f9c492f50 1,379 0.72/1.00 vMB 37
407,946 407,946 000000000000000005f3c07aa12f568ca8114052b643af99cd5c62e3fab2d03b 551 0.83/1.00 vMB 15
407,945 407,945 00000000000000000275fa3a48e54c871131f583d16252207c5d81edef01f1d7 1,615 1.00/1.00 vMB 28
407,944 407,944 000000000000000003b38610eeaeb8dd8ce0c5ad1415f3d6a8f9ccfc9b6ab324 1,950 1.00/1.00 vMB 33
407,943 407,943 00000000000000000136157d1d005d07276380d0eaa06485e72b357bc0f81309 2,575 0.99/1.00 vMB 42
407,942 407,942 00000000000000000251ee1ba8f62a1925eb2fb0e1f7bc2fb7c0f1bbb4586e6f 707 0.35/1.00 vMB 31
407,941 407,941 00000000000000000610e2716b3b0969ae3fe8d5d366427c194bb2df26d828c1 1,984 1.00/1.00 vMB 33
407,940 407,940 0000000000000000034a355248c4f69a593df50fc8af72d583cdd22aec98d612 314 0.13/1.00 vMB 68
407,939 407,939 00000000000000000339d4d7fd7de3cc9495b336b8ef0333026576de8a1b7c53 1,151 0.58/1.00 vMB 36
407,938 407,938 000000000000000004b8d469154d329ddb1c27da292bc02b9621bc252a0f2e6f 1,689 0.85/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.