Loading Tool

Explorer IconExplorer

Memory Pool

43,288 transactions
27.02 vMB
0.06256953 BTC
Random Selection Loading Transactions
Max Size: 142.13/200 MB

Candidate Block

Mining Attempt 386804eb94d49688acf86f48f3d28edc85c84eed837c45566b52a72ea5511bc6
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 472c5bd481d0bcc36a58f20024332280a7476de844c3ae415ae5bb99f7980917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,455
Size: 1.00 vMB
Total Fees: 0.01230707 BTC
Feerates: 151.15 > 1.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (359,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,597 555,597 000000000000000000349ccb38b3bdcdf6af43b2cacff9e13623f23682d2d6a1 948 0.36/1.00 vMB 12
555,596 555,596 00000000000000000007eed06470161d8bc3d922ea2fe174810d0f1c34cf899e 480 0.52/1.00 vMB 2
555,595 555,595 00000000000000000027cbacd6bb816315ece1f54bccb1b214f60c3fe0fbe5cd 2,597 1.00/1.00 vMB 4
555,594 555,594 0000000000000000001edfd7e3d2d13965400c0eaf943580e6db12e9de9f35ac 3,061 1.00/1.00 vMB 16
555,593 555,593 000000000000000000095ffa464f9aeff2769ddfe323fe93e10ab5fab0eef3b3 2,946 1.00/1.00 vMB 29
555,592 555,592 00000000000000000010a051c0fd9d16199aa795daa8409e6adeaba06f926359 2,492 1.00/1.00 vMB 13
555,591 555,591 0000000000000000000c9e07440b480a0142fbb22da24f5d1f34b8d76a4be7d4 1,421 1.00/1.00 vMB 7
555,590 555,590 00000000000000000034f8122caded408fb6036a39f7e5ba43b8a4b10a1d1547 2,351 1.00/1.00 vMB 7
555,589 555,589 0000000000000000001a78ef771fb71b47364e7dca1ffa2dc9d75c04e12431cc 2,671 1.00/1.00 vMB 12
555,588 555,588 000000000000000000363987d2c240d1b8671e8004bc490525b9ec9ca65fe390 3,082 1.00/1.00 vMB 34
555,587 555,587 0000000000000000000e60ec019aca16857feae69490dc3494be3e816d7b19f6 232 0.08/1.00 vMB 10
555,586 555,586 000000000000000000192c05feedd801faca82c49d1fda2e03cc6f32a2c5c2e8 182 0.07/1.00 vMB 14
555,585 555,585 0000000000000000000a4d662f5f8b6f0e50ccb52e3002def21514bdf0b73723 493 0.20/1.00 vMB 13
555,584 555,584 0000000000000000001046d524bacf3cdf845a64260ab76edb7b32ad54a6be8b 185 0.07/1.00 vMB 12
555,583 555,583 000000000000000000089aa9f09f4ee6a6dbbe2f05b8265a5ca526ada57a00f5 1,310 0.73/1.00 vMB 5
555,582 555,582 0000000000000000001557c5b66908a2942ac4c286d9dbb269bf85a7f639c726 851 1.00/1.00 vMB 2
555,581 555,581 0000000000000000000593c2929ebe7d9389ce95bbd4aca2165d5dda7f43c8c7 1,978 1.00/1.00 vMB 8
555,580 555,580 00000000000000000004ad9315a1b9b3a562a01330ec3ad17da8bc06b8a3fc83 1,774 1.00/1.00 vMB 9
555,579 555,579 00000000000000000025f2425b45a38cd62af1da039042440ec93f1850669423 2,431 1.00/1.00 vMB 5
555,578 555,578 0000000000000000002c382216ce9d957394c03927e4a3268ce95b25c1fb506f 2,592 1.00/1.00 vMB 20
555,577 555,577 00000000000000000005f4754ab64c427a6593e2efcea9a387ebf7aaf6048ddd 2,767 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.