Loading Tool

Explorer IconExplorer

Memory Pool

76,927 transactions
28.57 vMB
0.06338828 BTC
Random Selection Loading Transactions
Max Size: 173.41/200 MB

Candidate Block

Mining Attempt 9db8446e114a4fd43c85261239d1ce60d2d0c5a8f176e9c4f977cbcdd6db8778
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 40d7f18a0d369a6ca06bb327c2568859d8935990e654948a8ff9c8192735d6d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,862
Size: 1.00 vMB
Total Fees: 0.00415586 BTC
Feerates: 100.28 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (466,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,577 448,577 00000000000000000184cb5cd24edb1990055652899f95437dedcfa2c4eeec6b 932 0.49/1.00 vMB 63
448,576 448,576 000000000000000000ea5c57c8eb6b548c10ea4cbb5f542eb155fc41d4ae98d6 537 0.23/1.00 vMB 80
448,575 448,575 00000000000000000153689ac9b7602a6552ceec8dbf7a446fa3e06a90050478 1,673 1.00/1.00 vMB 60
448,574 448,574 00000000000000000318717862719c6961a3b1cc40a610b124e027421c8165b5 2,380 0.99/1.00 vMB 84
448,573 448,573 0000000000000000017008d12aaef6435cb51084fc29f906a524fef613d60424 1,744 1.00/1.00 vMB 52
448,572 448,572 00000000000000000011943706918f73f17d0b718594dfd3e70c7ad3470602a9 1,154 0.79/1.00 vMB 76
448,571 448,571 000000000000000000610d6e216ea6bbbe0f7c3e43a5a7e992903ddf21a8ee90 1,256 0.56/1.00 vMB 73
448,570 448,570 000000000000000000ffb4f60deb9a53e60308ca33dcc23052acc7fb9765ec3a 2,443 1.00/1.00 vMB 96
448,569 448,569 0000000000000000025e97df4e0a3e851ca25e2a4624266eacfcbe115a75237d 439 0.20/1.00 vMB 80
448,568 448,568 00000000000000000253ee295b216741113374fbfc81b0f81cbcc47b2bcb0af2 485 0.25/1.00 vMB 59
448,567 448,567 000000000000000002fad72ebaed1ea897a905bbee9f5b3c64069f015f51c8a2 2,747 1.00/1.00 vMB 93
448,566 448,566 0000000000000000030a5fca3e3a29ab0b0e3c155ffec1a5036e5b01f39254df 814 0.49/1.00 vMB 62
448,565 448,565 000000000000000001a2ed4fb953d3fa2e04151da6c4281b762dcb9695555ee4 589 0.98/1.00 vMB 12
448,564 448,564 000000000000000000dd62770f407844f85a3876489b3c301f2e5aa722e79e4f 2,348 1.00/1.00 vMB 81
448,563 448,563 00000000000000000042e846df5b6ad35548ba77321e8a787af3361c5ba3caa1 1,536 1.00/1.00 vMB 49
448,562 448,562 000000000000000000dd112628b26535cb756bb17c4e83aaa57d6dda676d2cd0 2,358 1.00/1.00 vMB 96
448,561 448,561 0000000000000000032a455858230c9e701913c7995098dde819fc767b50adc7 2,221 1.00/1.00 vMB 89
448,560 448,560 00000000000000000325ecc6034c9e1d2d21bc5a3a95e894f6f7282587af49f8 577 1.00/1.00 vMB 30
448,559 448,559 0000000000000000013af9264266574a878bf8fcb7d29df43196094c95cddb33 1,427 1.00/1.00 vMB 25
448,558 448,558 0000000000000000026fb9fe29a0cca20e9907172cff11b1a143d1c5f968049a 1 0.00/1.00 vMB 0
448,557 448,557 00000000000000000028efda8290d53b995e4e67127787c0da2231ee025659ef 1,390 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.