Loading Tool

Explorer IconExplorer

Memory Pool

86,454 transactions
32.45 vMB
0.11163934 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt 0287e9b6ba5c1b08e155ce0684f2cc24f1054589ff98da35a3de02f9d14d948f
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 4aadada336449c761f4739a1ecb5338ff490c58d0064b19718b5a4fde1e65b63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.03722926 BTC
Feerates: 218.18 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (514,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,419 400,419 000000000000000002a8d1ed0f1e2dfb5d10d7eec3c79257c59667cda7911a93 2,266 0.75/1.00 vMB 58
400,418 400,418 00000000000000000132e9b3e64563dcef16b37c5a7dae7a0f1867fe4dc4aaa3 1 0.00/1.00 vMB 0
400,417 400,417 0000000000000000001e3b30cec2b5774a757383d05e1c1cfe10d5c26496d4d6 2,197 0.75/1.00 vMB 50
400,416 400,416 0000000000000000034f85e25ab029d488f16b907f36fe1b796ccdfe57d6bc6e 2,636 1.00/1.00 vMB 57
400,415 400,415 000000000000000005ea2e890ad566b529738acadd9b1b401e372c1ff190d01c 1,147 0.75/1.00 vMB 27
400,414 400,414 000000000000000005f305dc29812b70a35bc65eec6fe5a9f7d03aad02b3fdb8 2,164 1.00/1.00 vMB 37
400,413 400,413 00000000000000000083a27601a7f59977f8e45ad01c2653810d71a539c9b797 2,896 1.00/1.00 vMB 41
400,412 400,412 000000000000000004f556db81529d3c727e0bfa20584c7112b0e66ae227e53e 2,542 0.93/1.00 vMB 62
400,411 400,411 000000000000000006740cac3625bc10fc09085bcb8b9dd18eab4981d4a66e41 1,125 0.46/1.00 vMB 41
400,410 400,410 0000000000000000019e9fad0ffb3b2798e9912010dbe6b2218f42f47c86afaa 510 1.00/1.00 vMB 6
400,409 400,409 000000000000000003ffdaec2ae0d13d241c80cc2e8e9def40ff05244ba4007c 692 0.74/1.00 vMB 15
400,408 400,408 0000000000000000031f9cea64310a83957d4283ad42cd75d800b235665962e3 1,753 0.93/1.00 vMB 36
400,407 400,407 0000000000000000028f12b9fba2f1380f37f8ef973df18b876605ebe67bedf4 2,370 0.93/1.00 vMB 46
400,406 400,406 0000000000000000041daf8e57743577c0acc23c69c5cb50c9bbad8dc1cb3bfb 890 0.75/1.00 vMB 24
400,405 400,405 000000000000000005d94714985f235c3b796c06b143dcdce2274174dd942860 1,092 0.75/1.00 vMB 26
400,404 400,404 000000000000000001b141de0af7e102a24d30991a7d7e22019b442adb3fa943 2,157 1.00/1.00 vMB 40
400,403 400,403 000000000000000005591dbe273a8fa1fdbb0b15cf07d222a28d6e1172d69b0b 1,732 1.00/1.00 vMB 26
400,402 400,402 000000000000000003772777b63fb309e1bae7fb539f8289abbbcdd310f43bcd 2,811 1.00/1.00 vMB 43
400,401 400,401 000000000000000004975abefb2faeec98fbf08bffcf7fd3a673f7ca0be35c22 2,794 0.93/1.00 vMB 53
400,400 400,400 0000000000000000060ab6bf830feb63ffbdffcd9d860e720652ea490aefcfa4 2,902 0.99/1.00 vMB 58
400,399 400,399 000000000000000005e3eea41c60cf579f1be55b7c8a1447e25cd9207b1070a3 2,261 0.75/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.