Loading Tool

Explorer IconExplorer

Memory Pool

77,521 transactions
28.49 vMB
0.09556944 BTC
Random Selection Loading Transactions
Max Size: 173.32/200 MB

Candidate Block

Mining Attempt 14b7e76f7754d88a584df16a6e9163b16fdddbf9a52478ac4bde63da01e3a211
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root dcc2913a1bdba7aa4a8b3792d4c9cd9733b14fe457dc2a99c37fe6e890a50420
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,973
Size: 1.00 vMB
Total Fees: 0.03094501 BTC
Feerates: 201.07 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (479,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,612 435,612 0000000000000000013ad6d5ec138f99dceb686c62a591e565b92f482124475f 1,775 1.00/1.00 vMB 82
435,611 435,611 00000000000000000053e794489e7706b5b98e6d67b8e472522ad8d50c0ef42f 511 0.75/1.00 vMB 96
435,610 435,610 0000000000000000044cfa60ad9d5ca82dd58764cd917979a23afbc2dd7a5f26 1,561 1.00/1.00 vMB 85
435,609 435,609 000000000000000000dbb1e6bed0f7006772bf75b19c7aa7e8acbcae104186f9 640 1.00/1.00 vMB 93
435,608 435,608 0000000000000000011dc5ad4395888151cbc454995c63cdad09293aaac8754d 1,009 1.00/1.00 vMB 99
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
Previous 10 blocks ↓
Total Size: 782.90 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.73 GB
    • Received: 17.45 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.