Loading Tool

Explorer IconExplorer

Memory Pool

42,045 transactions
26.77 vMB
0.06135682 BTC
Random Selection Loading Transactions
Max Size: 140.59/200 MB

Candidate Block

Mining Attempt 783b4bcd73132d674672650052a9b2645a908bd0e42fe6dd0c588cb6a9c96d98
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root 38a62f4506ee4bc073f4b24373a5f8dcfc46dfe4164b9854a59f3b6f841c4f8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.01174416 BTC
Feerates: 500.44 > 1.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (471,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,528 443,528 0000000000000000000c85050c0d48f5ff578fe91f551ba12fabe4c27a40fa47 2,805 1.00/1.00 vMB 93
443,527 443,527 0000000000000000017bfb05369377c7301b7d802ad8d95dcc7332aad80d16ba 2,174 1.00/1.00 vMB 114
443,526 443,526 0000000000000000035ef8136119325aa8eab7a972f853a30a551d7d970c5c3e 2,539 1.00/1.00 vMB 86
443,525 443,525 000000000000000003091e7fc24dad60321369d1c1f3025d7582363ebae9b7b8 2,409 1.00/1.00 vMB 82
443,524 443,524 000000000000000000937a5b9bf274a28537a45141f0c9b6bc6db93af3b9f03e 2,354 1.00/1.00 vMB 87
443,523 443,523 000000000000000001992126943a3f805b740b53388d9018eded54ea3f20cacb 3,101 1.00/1.00 vMB 113
443,522 443,522 000000000000000000b0605b95874c440f4b82d11f4fbee75cc515f764654ce4 2,189 1.00/1.00 vMB 54
443,521 443,521 0000000000000000034f70cc130ea893aafab726d97c99d155496ee2ac81b0bf 1,948 1.00/1.00 vMB 66
443,520 443,520 00000000000000000345d0c7890b2c81ab5139c6e83400e5bed00d23a1f8d239 2,269 1.00/1.00 vMB 62
443,519 443,519 000000000000000000b3ff31d54e9e83515ee18360c7dc59e30697d083c745ff 2,598 1.00/1.00 vMB 90
443,518 443,518 00000000000000000356a18433c3cf1dc5b5b05164002cb77bbbebd52397e269 1,766 1.00/1.00 vMB 70
443,517 443,517 00000000000000000189a282608fe795bed57d91ff731b8e0b2a700128562a12 2,471 0.99/1.00 vMB 65
443,516 443,516 0000000000000000012a704d7531efd591ee295a8936c66f64370a9d2ccaaee8 2,824 1.00/1.00 vMB 84
443,515 443,515 000000000000000001dde053c1f5475053853417536c07afc82e6db60fc70467 1,900 1.00/1.00 vMB 81
443,514 443,514 000000000000000000942023405829d1d1eeca081010c577b074f9a349c71d3e 1,718 1.00/1.00 vMB 80
443,513 443,513 000000000000000001b45ae0272d3f8acb931c08d6c709214eec44f03c3f61bf 1,819 1.00/1.00 vMB 74
443,512 443,512 000000000000000000257b266cb4a93dfeff2439b8f2490d205e26b32d7511c6 2,615 1.00/1.00 vMB 78
443,511 443,511 00000000000000000002f2a7846be43a73fedbdc81da76e837c954166c1fc30c 2,430 1.00/1.00 vMB 94
443,510 443,510 0000000000000000033fefa583b13bbcceee71d75af98155e234b9efea46e6ba 2,965 1.00/1.00 vMB 135
443,509 443,509 0000000000000000033e41b875b7ae22be809f3911283d4bbbfaf447f6dabb4f 2,164 1.00/1.00 vMB 65
443,508 443,508 000000000000000001ad48e8f211a35a4fc22903e735db2dbb25bf2fed19e195 2,405 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.