Loading Tool

Explorer IconExplorer

Memory Pool

84,004 transactions
31.15 vMB
0.09894831 BTC
Random Selection Loading Transactions
Max Size: 187.87/200 MB

Candidate Block

Mining Attempt 2e3f6a415de245c972743990963a7e26c4817308818b1cc6b528fc232ceddab3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 2a31b65cf2aaf3f7b7fb427c1c4a3db163d8e6f1fea406b838670793883029ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,192
Size: 1.00 vMB
Total Fees: 0.02932793 BTC
Feerates: 120.18 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (404,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,586 510,586 000000000000000000001ad4545dff72b1ba421e19d290e49c4ce3c4917a4868 2,588 1.00/1.00 vMB 45
510,585 510,585 00000000000000000056acfc1c04075fa2b8615d10d33e2ce4520f974cff71bb 2,878 1.00/1.00 vMB 43
510,584 510,584 00000000000000000058a2e1e984065b3439067ce642f9dc7f668269ef091be1 1,311 1.00/1.00 vMB 9
510,583 510,583 0000000000000000002cbbe5d5e83b67a9eb3669c8267440f00c2cb384c83c11 2,432 1.00/1.00 vMB 29
510,582 510,582 00000000000000000018b10b536d6cbbbc7c1e061562a812f92aa8bc82e98aa1 2,629 1.00/1.00 vMB 56
510,581 510,581 0000000000000000001ac13a5053d02dba05a919852e12eb6c8bcc40b7afa027 864 1.00/1.00 vMB 12
510,580 510,580 000000000000000000563a008a2526cbe6ec9e683a817100619821177a4e8d2a 668 1.00/1.00 vMB 11
510,579 510,579 0000000000000000003de08bb598011066490f4327445b378241f5fad141e43e 2,462 1.00/1.00 vMB 38
510,578 510,578 0000000000000000002f1a74317723ef0a8e8b0f7e72e86b190c35c38be372df 1,822 1.00/1.00 vMB 33
510,577 510,577 0000000000000000000417e1aee9b2330f679323639bf3b9e08479113d1f43bf 1,940 1.00/1.00 vMB 31
510,576 510,576 00000000000000000032fd179784f79c99ee355b29a04e5235eaadc73c06d5e9 2,101 1.00/1.00 vMB 54
510,575 510,575 0000000000000000003667c3dfb37e3e9859fd48750350fbc2051ed024811e8d 2,171 1.00/1.00 vMB 54
510,574 510,574 0000000000000000005cc398a367dcc61264b28073b213faca4dc3e64e989dd4 1,174 0.99/1.00 vMB 19
510,573 510,573 0000000000000000004be1a6defc440c4d0277130b4963c8854d33309b25b42d 2,214 1.00/1.00 vMB 31
510,572 510,572 0000000000000000005c597f2927523293f2ff2b18c8b00fd23bc339b8ec03d4 2,132 1.00/1.00 vMB 55
510,571 510,571 0000000000000000004157307eac33d0e0e2a094eb290a7bcdd2aed6ead98ceb 894 1.00/1.00 vMB 15
510,570 510,570 0000000000000000003f1a83353afe551972f9fab155879340738ac4e1c1db58 1,886 1.00/1.00 vMB 56
510,569 510,569 00000000000000000011a1c572332588ee205a874f551dee3b6210d3728b2251 1,206 1.00/1.00 vMB 34
510,568 510,568 000000000000000000552fbe5dad6a17b1b9144c3cd182eb24dfdd0ffbace92d 1,415 1.00/1.00 vMB 40
510,567 510,567 0000000000000000000132a29b33cfe1bd85f4990dbdbf9d7b9e1fe63a1e975a 435 1.00/1.00 vMB 7
510,566 510,566 00000000000000000015559e5e9a519784d72b4b0fc61751d85af20d78e4f584 1,651 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.35 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: 661.94 GB
    • Received: 14.83 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.