Loading Tool

Explorer IconExplorer

Memory Pool

79,665 transactions
29.64 vMB
0.07310958 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt aa921bfffbedd85a961dd91fdb5709d3fcc86b90a0101841cd8381d696e2a5f4
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root b7598336b383563801d906d1cf191145bb3503ea84e8c4fa08c482523632f0ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.01289319 BTC
Feerates: 454.44 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (378,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,589 536,589 00000000000000000005651666d1b4a3d5f2860e260e79f7147f9c2199bb5e7d 1,934 1.00/1.00 vMB 18
536,588 536,588 0000000000000000001b52d5f2b9f3a8b485350b4d111ee0193c19f611dd4a7d 1,875 1.00/1.00 vMB 26
536,587 536,587 0000000000000000001955a78fdbf2bca7082f2910b7c0f1818c3b5ead89fba7 1,788 1.00/1.00 vMB 7
536,586 536,586 00000000000000000015953631d0476a9043258e25da23fa0968012dadc2709b 701 1.00/1.00 vMB 7
536,585 536,585 00000000000000000017de7273501ca6e0ee1dd2d1c1b42b6a905467b583a908 2,443 1.00/1.00 vMB 15
536,584 536,584 0000000000000000000b87ad8e3cc430621f6317dd3b7ce742830fee8605a68f 1,729 1.00/1.00 vMB 14
536,583 536,583 0000000000000000001f64595b380b4df85abe18605a81991c1bf4cc3fa4d00a 1,489 1.00/1.00 vMB 24
536,582 536,582 0000000000000000001806246c83b6dfab15a14867156bc1d52320607f700383 750 1.00/1.00 vMB 40
536,581 536,581 0000000000000000002ba203e641018c92b7176200c23f8bf57dfa8681aa008f 768 1.00/1.00 vMB 62
536,580 536,580 0000000000000000000b41891dad9de04dfa9518f1c5aa50924ed6fd7c53b692 1,403 1.00/1.00 vMB 12
536,579 536,579 00000000000000000014e5a06e6cd3b3fea7f923900141f6e3e329889585dff5 2,050 1.00/1.00 vMB 7
536,578 536,578 000000000000000000238ed6f3a4f42f0141a458d39037eb2dabc6b7a201f8f2 2,446 1.00/1.00 vMB 10
536,577 536,577 0000000000000000001d617934fff3a58f3dd9fdc75fb618dd97d03e3e21b616 1,956 1.00/1.00 vMB 22
536,576 536,576 0000000000000000001d876d74b5d9120c9b91fae4a706d44e3c90ff81f45571 2,101 0.97/1.00 vMB 12
536,575 536,575 00000000000000000013f59d8c258ed25e86d31cdc2e931dd1bba9fa944729c3 1,649 1.00/1.00 vMB 30
536,574 536,574 00000000000000000029904e7ae7eeffaf46b9b2a6b623afd39b8ee64d281a10 1,699 1.00/1.00 vMB 24
536,573 536,573 00000000000000000020964eef66ad735ddf0450d54bb108e7e48c4ae3784950 2,021 1.00/1.00 vMB 7
536,572 536,572 00000000000000000024be65dc24547bfbe480be450302c4257fab0b5c8d64a2 1,930 1.00/1.00 vMB 19
536,571 536,571 0000000000000000001568943572d138638a83597dab42eef4d820ae7144dd81 1,644 1.00/1.00 vMB 8
536,570 536,570 00000000000000000011bb9abbb60672576b9a248bbf555ac1f681150bc5574f 1,951 1.00/1.00 vMB 22
536,569 536,569 0000000000000000001aeb6c1dd51a9ca5482ceb01a42ea1b6868a22b3b30029 2,294 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.