Loading Tool

Explorer IconExplorer

Memory Pool

41,845 transactions
26.74 vMB
0.05612677 BTC
Random Selection Loading Transactions
Max Size: 140.33/200 MB

Candidate Block

Mining Attempt a6cdf97e7b22cd49279641a21461ca7ba1e50fac3658e3252fbd92626bfe77d9
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (342,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,200 572,200 00000000000000000009d24ca524874f409fee2c2984991a08ff9acc0277c53b 1,928 1.00/1.00 vMB 32
572,199 572,199 00000000000000000002a6745c5cb0b29d15cd97b8b094c0c99bd5db02dcef8c 2,097 1.00/1.00 vMB 58
572,198 572,198 00000000000000000007812430537f25d5eb76592b19118cd53c47264592ddcb 2,109 1.00/1.00 vMB 64
572,197 572,197 000000000000000000091ff002bddf38a996f2edd837d881736a1ff10267303c 2,774 1.00/1.00 vMB 85
572,196 572,196 000000000000000000048705a50f46ac24d8da684c45a6a1e5dfa414fdc0c6fa 2,372 1.00/1.00 vMB 41
572,195 572,195 0000000000000000001c8ede1973f68bf15237d6516769563786d02380390526 773 1.00/1.00 vMB 55
572,194 572,194 0000000000000000002bad1ed6f14d28452dda24fe6bf0b642cf0dd3a06db61a 1,615 1.00/1.00 vMB 62
572,193 572,193 0000000000000000002a3c6ca2faf0fe6a69963904752f1d8ad0d93bc983998b 2,887 1.00/1.00 vMB 66
572,192 572,192 0000000000000000001f9d99591a475a340c64fd1fe78cc9305fbb7be740c670 2,665 1.00/1.00 vMB 69
572,191 572,191 00000000000000000022199bee1f2c7816b671add682d712ea222ad3e3f416ea 3,465 1.00/1.00 vMB 69
572,190 572,190 00000000000000000002a7fbbc2d36d2ee3e45836106ac52cb60ea9a9cc25aa6 2,866 1.00/1.00 vMB 96
572,189 572,189 0000000000000000000ff380351bba881411ec802a48da0cd0a75bde099c3932 2,378 1.00/1.00 vMB 44
572,188 572,188 0000000000000000000e53bc767b931522f82acdfdf3f0d83a314bd7e67308d2 3,146 1.00/1.00 vMB 56
572,187 572,187 0000000000000000002b5a5f1cc5e5601d0c8ff4eff524d4b791ee7ef98cfb65 2,178 1.00/1.00 vMB 48
572,186 572,186 00000000000000000016490dd078ebdaac62031be1ac8fc79f92ae8e14167b94 2,126 1.00/1.00 vMB 56
572,185 572,185 00000000000000000017341d7c4963d0c80d1d5555dd730c061a38fffe591061 2,592 1.00/1.00 vMB 30
572,184 572,184 0000000000000000002b6830e4bf930b7b02c2ba4da53eb12fe2127f134af325 2,148 1.00/1.00 vMB 54
572,183 572,183 00000000000000000019e732b5c481b3de551c20e539d2a747e17afd1f269a9a 3,215 1.00/1.00 vMB 65
572,182 572,182 0000000000000000002800a399c9d1d4b7d84a11d71f162064a4e1d7e9153237 3,143 1.00/1.00 vMB 70
572,181 572,181 0000000000000000001e5f9395431fc37313b4fae42ab08f6f2f0b34df049ca7 3,046 1.00/1.00 vMB 87
572,180 572,180 000000000000000000184f4136e6beb8e204505c4ba74ebfe78329af3ea86d97 2,623 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.