Loading Tool

Explorer IconExplorer

Memory Pool

52,326 transactions
30.42 vMB
0.26806543 BTC
Random Selection Loading Transactions
Max Size: 160.57/200 MB

Candidate Block

Mining Attempt e94cce40748f128024607599ece7b3e34e3629e905265f07c1b3735a2dbac0f5
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 0b507b34563bf0e06c33cbfc4f8b0f0b44d44a8d9ce1b9ca27dc2f78119e3246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,722
Size: 1.00 vMB
Total Fees: 0.08434862 BTC
Feerates: 229.15 > 8.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (202,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,514 712,514 000000000000000000025d8ec288aad2a6765175c0e8ac7c185f5bdddc16d278 215 0.05/1.00 vMB 20
712,513 712,513 000000000000000000025fa02dbf1476c24792110a256949c6f248508eb108fa 1,011 0.50/1.00 vMB 11
712,512 712,512 00000000000000000003f1d688175787ff1a999e9057630382da3aa66aee5b75 2,214 1.00/1.00 vMB 10
712,511 712,511 0000000000000000000ac7078899a90d294fe7d615b7a158f0d20e0b3027b15e 2,662 1.00/1.00 vMB 15
712,510 712,510 00000000000000000001a9fc0d097d65f06d57c918abf922f14993bd7d02ecbd 1,884 0.99/1.00 vMB 11
712,509 712,509 00000000000000000001bc4acee7487f77b301e3aebd4bf14faa02922a72a414 387 0.17/1.00 vMB 9
712,508 712,508 00000000000000000008310bce4d77942756e6360784033339239a9c5560032e 2,438 1.00/1.00 vMB 12
712,507 712,507 000000000000000000027d07c32cf8d1f83f78a3cf4d50514feff827616e40ed 1,388 0.57/1.00 vMB 11
712,506 712,506 00000000000000000001b5e5bfb9f7fcb7ee527cb0a131b102ec2aedc56b110a 973 0.48/1.00 vMB 12
712,505 712,505 0000000000000000000c003a7ef91db0537081573edadb14f0f295199f81b66b 476 0.21/1.00 vMB 11
712,504 712,504 0000000000000000000812bbbee7ee97a964b128790bda34f465596a67dd12e3 118 0.04/1.00 vMB 13
712,503 712,503 000000000000000000019cc402cbfbe0ad73a7f8e1e35121b07f21cf503cf958 2,069 0.86/1.00 vMB 7
712,502 712,502 0000000000000000000c4a14a44761458b3826d5013cc4c0999d54ca9f452334 2,337 1.00/1.00 vMB 9
712,501 712,501 00000000000000000000bb6423a488ab93d1ac7f26a38b647261169fd11dd0ad 2,856 1.00/1.00 vMB 22
712,500 712,500 000000000000000000002f84c0d43bb3201a22a24d0f202e563bc7fd7861ae6b 948 0.62/1.00 vMB 6
712,499 712,499 00000000000000000008e7aaff8016ed181f06d8f64a5894a9c54d43848093e0 1,643 0.98/1.00 vMB 7
712,498 712,498 00000000000000000002b5b44bbdcc4208c70eef2bae53d2671f36a89fee404b 2,387 1.00/1.00 vMB 11
712,497 712,497 0000000000000000000c57d37f082e52144b4f880f29ec570fee8e913c1fe73a 1,280 0.71/1.00 vMB 5
712,496 712,496 0000000000000000000b87bd632fba82c0277890f3f61b2b2c3a0cbe567b63f5 2,281 1.00/1.00 vMB 16
712,495 712,495 0000000000000000000c63b45510b3ebb6d44934e91fb82b82003ea306a66cb9 872 0.44/1.00 vMB 10
712,494 712,494 00000000000000000000bdda7d7210e235b36f79e56d337dca3a63d0e07cb17c 22 0.01/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

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