Loading Tool

Explorer IconExplorer

Memory Pool

75,906 transactions
28.05 vMB
0.08841421 BTC
Random Selection Loading Transactions
Max Size: 170.69/200 MB

Candidate Block

Mining Attempt d808d22c2c74117b9f3f2f844a9776b02904712c9ad07fe2f17f2c808643a579
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root e3446f25cf6d2e4be1bba771b473148e260d913880706cf63e896fee45fec5f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,165
Size: 1.00 vMB
Total Fees: 0.02810544 BTC
Feerates: 118.43 > 2.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (479,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,607 435,607 0000000000000000031b84ee3fb88b7fcc12ba7dee284ae86365c94076d52ddf 2,195 1.00/1.00 vMB 60
435,606 435,606 000000000000000004502a50ed9dbb5c05289274f4a5c9f924fd1bb33faf838f 1,470 0.75/1.00 vMB 75
435,605 435,605 000000000000000002193e9ef050eaf9b74fc355a8f7a4b738e7f3ede43f1044 3,269 1.00/1.00 vMB 62
435,604 435,604 000000000000000003d85e0a2d25975ec14304d7562c887cd9988fd891cb2dde 2,249 1.00/1.00 vMB 63
435,603 435,603 00000000000000000218dd0bbbec3b6d94b5b92e091b0bd8709aa71e1aaab06e 1,239 1.00/1.00 vMB 88
435,602 435,602 000000000000000000a220c834084189c8bba7fb207a592c1880894b9c2a0d26 1,284 1.00/1.00 vMB 73
435,601 435,601 0000000000000000000e542959ae22bf96daff187092284a5f697a269ef542ab 2,548 1.00/1.00 vMB 71
435,600 435,600 000000000000000000e690b72e0690f539d5db1ac6a8c03f970c977dcc72374b 527 0.93/1.00 vMB 85
435,599 435,599 00000000000000000166dc85cbdb86d84da918553c019ee9f5f1a86125dda814 1,102 1.00/1.00 vMB 90
435,598 435,598 0000000000000000020ac55db90cfd773e71d84f1d707212634bab259ae758e0 1,838 1.00/1.00 vMB 78
435,597 435,597 0000000000000000003ef4f291c4c88b817a34b38d2d30e5d02d40610ea0782e 1,242 1.00/1.00 vMB 87
435,596 435,596 00000000000000000067ca0d90cee57e7879cf8ef069e9392a2e34918043dceb 1,532 1.00/1.00 vMB 82
435,595 435,595 00000000000000000248acbb548ad00c37bd2a729db031b864effe781b6d0b4b 1,284 1.00/1.00 vMB 86
435,594 435,594 000000000000000003c691a8964932ba94c3e44f41fb2d8c0cf3a00c86f5c0ef 1,308 1.00/1.00 vMB 84
435,593 435,593 000000000000000002d5eec28b9aeeadcf3d74a98553b0244c199fd5114a7902 1,984 1.00/1.00 vMB 63
435,592 435,592 0000000000000000038deb0d58d706365834a14e934f4c0e8712a7c0a200a68c 2,043 1.00/1.00 vMB 77
435,591 435,591 000000000000000003f71586fb4f5e2c1eeb93bb9822632aeb0bffe2c15ad45c 934 1.00/1.00 vMB 87
435,590 435,590 0000000000000000005be637fa969b435c030f61a634264491c55b684e0c8cf6 1,032 1.00/1.00 vMB 88
435,589 435,589 0000000000000000035994b8dd6601ab1cb71c6ff8656aad1bfabb276ee2fe36 1,401 1.00/1.00 vMB 66
435,588 435,588 0000000000000000023b5d3cfbcb9f69e47f3e187803a8ddb82449c2d63b7fd8 523 1.00/1.00 vMB 72
435,587 435,587 000000000000000003a484a590f422950b3e0c3408794b475ab624cd1ac44345 609 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.