Loading Tool

Explorer IconExplorer

Memory Pool

76,276 transactions
28.43 vMB
0.06583054 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt 7727f45957a0d4eb89c1c96859c1f65d8573488a196253162e0ab83e8e4e2e76
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root c6da7b94b28e4dcde8bdae7e625f6e43569fdffccf5d65662999d098732c8feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,439
Size: 1.00 vMB
Total Fees: 0.00698906 BTC
Feerates: 71.79 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (429,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,570 485,570 000000000000000000538ffe0581b504526dc3d300ffdc28f09522807c518fd4 381 0.75/1.00 vMB 26
485,569 485,569 000000000000000000f1efbf0100e897752bb97826184d722035a1d7cce630b6 1,653 1.00/1.00 vMB 9
485,568 485,568 000000000000000000c8f48f73938298969d41ce9acb4fea8e33f70d2d7ec685 2,080 1.00/1.00 vMB 18
485,567 485,567 0000000000000000003f8183ac5822171eb4a3e232bab27a1a950e92ab17494e 1,920 0.95/1.00 vMB 81
485,566 485,566 000000000000000000fac85c214964819fb1fc0f12ba30c7c89a4e7ac20e2d16 1,850 1.00/1.00 vMB 108
485,565 485,565 000000000000000000416a03e23f1f58b6775130f2c0844f4d99bfdfbd2539f0 1,845 0.99/1.00 vMB 124
485,564 485,564 00000000000000000021dd0de04e79209048f3093d731e04d0310c6d2392757f 1,660 1.00/1.00 vMB 157
485,563 485,563 0000000000000000012bdd07866df758179e7dbec7f44978407489f77383dfb5 1,690 1.00/1.00 vMB 154
485,562 485,562 000000000000000000823ad6cd202aa4ba15d2c7d253f6b62f5d66cd84acec93 1,654 0.99/1.00 vMB 170
485,561 485,561 0000000000000000008ca909133b5f3992adb10eaf5d3589838721e20898a550 846 0.39/1.00 vMB 81
485,560 485,560 000000000000000000e13ca5b963171b100d83722bda678b1fb831008e1027a2 911 0.38/1.00 vMB 113
485,559 485,559 00000000000000000054528d7979436b793ce99c375e2078c4a410a59b3b9f2e 1,172 0.56/1.00 vMB 83
485,558 485,558 000000000000000000dc315a4c564d44a93fbc6d6ce67fdad627a6a8a7d48ac2 1,485 0.81/1.00 vMB 103
485,557 485,557 000000000000000000ea1d4a5ac28b236cc5803e6e4b5b40c91a4e7b74f5427c 83 0.06/1.00 vMB 50
485,556 485,556 00000000000000000092d0e4777f8a73c7528be3b43b4100bc3da63a6b8bb085 1,140 0.57/1.00 vMB 54
485,555 485,555 0000000000000000006389549dbdb260606f8ab154b29e80de492726bed9c630 1,740 1.00/1.00 vMB 61
485,554 485,554 0000000000000000001ae1e66ed842250708a7f6994db3a84bcb67f82f1d152f 1,948 0.99/1.00 vMB 163
485,553 485,553 0000000000000000008e0238b5f1d76499792e42dfb159aa7289aca60e8ee33f 1,548 0.80/1.00 vMB 46
485,552 485,552 0000000000000000007154c1830ad81fccc892705967a39059690f94b281f6e8 1,373 0.99/1.00 vMB 148
485,551 485,551 00000000000000000001abb90bfdfb6e25a93bb1b6ee63d53362dfb0d6f98240 2,334 0.94/1.00 vMB 58
485,550 485,550 000000000000000000f5e0047444f040ff789a8f61fc35cef81984d89675cde7 1,502 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.