Loading Tool

Explorer IconExplorer

Memory Pool

65,393 transactions
36.33 vMB
0.24680775 BTC
Random Selection Loading Transactions
Max Size: 193.26/200 MB

Candidate Block

Mining Attempt 4956d7e356cdbc22921ac7ec7b13543cc9f4fe99b71bf8acb3e950c4a3e45a78
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root efa89b9abd90afab5c54bab91fbf26c45d579cb39c86717c1e822fdf0d563441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.13320120 BTC
Feerates: 1,471.76 > 13.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (795,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,209 119,209 00000000000093fd7e5ca8f7f1cf6440700beed54636a8c030c82a7d636e0746 274 0.10/1.00 vMB 121
119,208 119,208 0000000000003b7d22cc6d1c6cfabdcb99de7a14b160e0788604ed2a2d059a82 8 0.00/1.00 vMB 0
119,207 119,207 000000000000a9d745464968e41560aa5d5b01c9255ae638851449f2805e6f3f 10 0.00/1.00 vMB 0
119,206 119,206 0000000000002e0fde5e30f3bc9656f4bafa583fb913f3818656a0a9f3f0efcb 15 0.00/1.00 vMB 1,149
119,205 119,205 0000000000006dd44c0b218a972460884ca39477aa6f796bf4510d399a1a6585 35 0.01/1.00 vMB 690
119,204 119,204 0000000000002fdc616a78149141242ac9b5ae5b3b21fe38dc8f9c91cc52aec1 20 0.01/1.00 vMB 309
119,203 119,203 0000000000004cefe3d55eb4f145efcf38e00d06583d921dfd863b046831e3ef 9 0.00/1.00 vMB 203
119,202 119,202 00000000000041763baf491ebe97777bdc0e81708203881b97b1d80a59d322d3 9 0.00/1.00 vMB 882
119,201 119,201 00000000000028a14fc2a83f529c63d648c92b1c7416f8c72aca415e9b8b38e6 27 0.01/1.00 vMB 251
119,200 119,200 0000000000006780d7f71b0a1cf84be3513ae373ca9741bdb10831e9892f5baa 143 0.04/1.00 vMB 518
119,199 119,199 0000000000004ca339595e4312318a16a386077a256761325cb4eac3e3008964 30 0.01/1.00 vMB 1,015
119,198 119,198 000000000000b10008401a26f048ed31e101ee871fbd9813189d636492955e01 20 0.01/1.00 vMB 0
119,197 119,197 0000000000005dccf4c2b488f9d107e345fb1f9175a6f174403f15da5606befe 1 0.00/1.00 vMB 0
119,196 119,196 0000000000003daa9a01e68e556aba98611c47971bd6bdd916ff748046784aa0 136 0.04/1.00 vMB 78
119,195 119,195 0000000000002579166e7a96f42cd960017d08d50beba76a450ea98e13c0f226 10 0.01/1.00 vMB 593
119,194 119,194 000000000000b423f031fe53235ab1553a0c4e34297cd29708370e10730a4a76 12 0.00/1.00 vMB 0
119,193 119,193 0000000000004154ab6e2cbcdb744668c3f446b578c3cb51d3339af8bce21a8c 14 0.00/1.00 vMB 577
119,192 119,192 0000000000003cacdae66abf9c4a1f8b5facedc563bfc0934b13eb6dcb081baa 11 0.00/1.00 vMB 246
119,191 119,191 000000000000424b637679af3147e2d205f8fee44b5c7a753e425478362dd8cc 12 0.00/1.00 vMB 424
119,190 119,190 00000000000037809352b9c49d25c6a58015276f5ab79e437370cc9ebd01d01c 12 0.00/1.00 vMB 817
119,189 119,189 0000000000003a91667b60528325782693971646d1b88daa8ea99ef1b3999564 20 0.01/1.00 vMB 601
Previous 10 blocks ↓
Total Size: 781.34 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: 601.99 GB
    • Received: 10.24 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.