Loading Tool

Explorer IconExplorer

Memory Pool

79,300 transactions
29.47 vMB
0.06450581 BTC
Random Selection Loading Transactions
Max Size: 177.60/200 MB

Candidate Block

Mining Attempt 45c96325063a218e89a338c021af03a7c24f99df327da3ca9dbebbfb8402de61
Version 20000000
Previous Block 00000000000000000000a977f5834d7fca1f1b6b8e70ee339ba59bcdbf03c5f4
Merkle Root 89cec7c041ea5b4e01022c9812e44f46e480959cc7563a823248d80627e4fbb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,588
Size: 1.00 vMB
Total Fees: 0.00456801 BTC
Feerates: 50.48 > 0.46 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,984 (428,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,573 486,573 000000000000000000b8a9c6312639111c78ba172016eb17b34c9caa679afb43 1,939 0.86/1.00 vMB 105
486,572 486,572 000000000000000000e1d0e97dcfe2ddabef71e698454bce5c986b0f690e6cf3 1,868 0.90/1.00 vMB 89
486,571 486,571 000000000000000000a0fe59e55180e55945fa02d8ea7fc3f1d9d12ce57f79a0 2,066 0.89/1.00 vMB 84
486,570 486,570 0000000000000000004c2dc037d2449854878e1f226e31fe11ef842b497623c3 2,246 1.00/1.00 vMB 120
486,569 486,569 0000000000000000009b122b1b7fea035cb5265b834c09e19c9b1527c3aae39d 329 0.14/1.00 vMB 114
486,568 486,568 000000000000000000a4a8f850a872ee6c348084d4a80906bb0281b9fa01e87f 188 0.08/1.00 vMB 108
486,567 486,567 000000000000000000b68d43273da782fca3fe8efff0da4c6e32f25a40045701 1,838 0.74/1.00 vMB 86
486,566 486,566 000000000000000000d3a6b8d5ecce5922ffd5c5c46643b3fa16b1bd4e59d5f5 627 0.27/1.00 vMB 83
486,565 486,565 000000000000000000792b2226646ac14a6fce7e8e70404ebe6fd5db1a36cf24 815 0.54/1.00 vMB 71
486,564 486,564 000000000000000000e843f91a1299c723961030d70b57bd36c4e96ed74a10cb 321 0.14/1.00 vMB 135
486,563 486,563 0000000000000000008fabe2278300033aa791af6955d4be0f7460dae272cdcd 426 0.42/1.00 vMB 48
486,562 486,562 0000000000000000002733e9f5a15a5e58ee81e900f08c7816bf7aa2ad69e6d3 294 0.22/1.00 vMB 55
486,561 486,561 000000000000000000adb989ce3a6512d3ee81213820fa42d6acad7fb9543508 637 0.48/1.00 vMB 40
486,560 486,560 000000000000000000ec9deacd6fc0a72a54141f3c1487de4bb5b4f8eab6ce9b 1,766 0.94/1.00 vMB 92
486,559 486,559 000000000000000000bd7e36f70ba9a81ada3287c88f6636b419e3ac81bee8a7 634 0.28/1.00 vMB 115
486,558 486,558 000000000000000000aad32d667ee966cf93e67d64e1809fe7b52ba3f7daa688 1,566 0.75/1.00 vMB 80
486,557 486,557 0000000000000000009e7599fb5c5a48ef5c93789fbdd69c0a11a52ca2cbb5df 1,679 0.72/1.00 vMB 116
486,556 486,556 000000000000000000832a341f8e16a3b665b0304020837b63f3ac0837d2eaa1 960 0.36/1.00 vMB 74
486,555 486,555 00000000000000000068c6fd79c620bad3c1f3e784fcfac4c226f6ff51e8cd18 2,037 1.00/1.00 vMB 15
486,554 486,554 0000000000000000009389784b00a322cfc7815efe268dcb4255886e5d3c7a24 1,219 0.52/1.00 vMB 43
486,553 486,553 000000000000000000c483e5c52c485e5e55c576237ed21954b2255edb8e7340 1,906 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.36 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.00 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.