Loading Tool

Explorer IconExplorer

Memory Pool

78,794 transactions
29.25 vMB
0.07913287 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt eaa3a9ae2e980607b88a8558565963636086b572062e5aaa49b053098e9b88b5
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 7461ccfbd440c2c7893f81938bbeaf2809a5926aeac67179b1501786eea27ec4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.01971374 BTC
Feerates: 150.77 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (158,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,579 756,579 000000000000000000054915c9d985d3ac803a88449c6b9acb778baf565a8581 3,082 1.00/1.00 vMB 11
756,578 756,578 000000000000000000071f21c6a7ddc4210924efd6abb68cdc25a95dbb0c7099 2,593 0.84/1.00 vMB 11
756,577 756,577 000000000000000000025c88382cda43a8846b8b2b6875bc9746a6f4d2992a2f 1,983 0.70/1.00 vMB 11
756,576 756,576 00000000000000000001cfb0214a169d206a1c7b52fb7d83c4229b1ca8476aac 423 0.17/1.00 vMB 8
756,575 756,575 0000000000000000000103fdb68e8bca780a1a455c58790010d09247c5a17876 413 0.13/1.00 vMB 9
756,574 756,574 00000000000000000001ee3a072ca969ab7a0ad0d13892aa2efdc2aa5e2966ce 1,062 0.73/1.00 vMB 6
756,573 756,573 000000000000000000051afd6d2642230917496b89187d5e271d64a3a29b4e35 960 0.34/1.00 vMB 10
756,572 756,572 00000000000000000007fc8d2765faf32c3964c9c408601560e61deaa55f0066 64 0.01/1.00 vMB 7
756,571 756,571 00000000000000000004d72f5a34af997f474e9261632c41b51a495bda80fc26 1,220 0.57/1.00 vMB 6
756,570 756,570 00000000000000000004363676ffdd26354bcb70540ba172e5659a45a46cddb0 2,996 1.00/1.00 vMB 12
756,569 756,569 00000000000000000003f8a6d5eece444ac80c1ac6986a279075c4cce347775e 2,051 1.00/1.00 vMB 6
756,568 756,568 0000000000000000000604e2510e7477bc72b080102f8a1a83e91269f73952ad 2,054 1.00/1.00 vMB 14
756,567 756,567 0000000000000000000089a5e94f58f607e3c25040a83e99e4f6d6d959439639 2,554 1.00/1.00 vMB 11
756,566 756,566 00000000000000000006b78dfe14cb887c4eebae3b57a5abb8367d46b190f1b8 683 1.00/1.00 vMB 12
756,565 756,565 000000000000000000081ee8ea84f371dfe42a94913fa7a5b42a182a42a088aa 1,300 1.00/1.00 vMB 16
756,564 756,564 000000000000000000065fa90c3b6390f04d396c604ea3eee1ff6dab65b519f9 1,772 0.86/1.00 vMB 10
756,563 756,563 00000000000000000002c04aadf65451346ea1fde871f5fa458c717f1e2a2404 223 0.09/1.00 vMB 10
756,562 756,562 00000000000000000002e2d13447d0a36a6354a9268921bbbe5c366165a9919c 461 0.31/1.00 vMB 10
756,561 756,561 00000000000000000003462e31209f8f6d24c5816f81775a6b3b333723816d3c 953 0.73/1.00 vMB 2
756,560 756,560 00000000000000000004a5f28ab4c2b5c83c8b51a6af27e2412b00ead6f9704d 742 1.00/1.00 vMB 4
756,559 756,559 0000000000000000000137648d98ef82a1f695f842c709e2c59ea5f8f9ce47ca 2,184 1.00/1.00 vMB 12
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.75 GB
    • Received: 15.56 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.