Memory Pool Memory Pool Refreshing

3,009 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,525 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (406,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,134 501,134 0000000000000000007c00734adb3e1e8a5d161ee2ef31a647eeb2baf9fa3915 1.06 MB 2,884 753
501,133 501,133 00000000000000000026233dab9c1c19ad6c70144268da453fd45bc05bb2b9c1 1.04 MB 1,287 849
501,132 501,132 00000000000000000049972903e88545c4307015aa14d37e2fde9b8768ef5693 1.04 MB 2,460 521
501,131 501,131 000000000000000000486945acd4b66ef89b366731f55876f91dc704b370dd46 1.15 MB 2,335 518
501,130 501,130 0000000000000000003c9a170a224af512c7cd45d27317e75a0988e6e1115179 1.05 MB 2,725 916
501,129 501,129 00000000000000000029de8810e112ae6dcaef53f5e28818da1fcd30caa8269c 1.04 MB 2,911 624
501,128 501,128 0000000000000000006e6ddf2ca14ee031659d42d8d87fb29f621d26ebf716e1 1.15 MB 2,525 642
501,127 501,127 00000000000000000067f71116fa55169e4d52b9ddfb307c5fd0938f3e920173 1.16 MB 2,065 424
501,126 501,126 0000000000000000003f4df67f608bbcc00e87de7585db41de366dd82b718cde 1.07 MB 2,527 781
501,125 501,125 00000000000000000039f2f8f3b0ebe2445d1f86c52ec04864a83b81fd52e264 1.03 MB 2,556 898
501,124 501,124 00000000000000000042ddfa13e509e6ee347d1b10c1e6b4b5b3307562bfe8a3 0.00 MB 1 0
501,123 501,123 0000000000000000005b623b809e8b9bdbe72616aa7926c0c30d787242c72b57 1.11 MB 2,837 432
501,122 501,122 0000000000000000007917eac02be4e2792725aa898448d36f3ba0c6d881eb9d 1.07 MB 2,536 686
501,121 501,121 00000000000000000056e37bb5a2426502611bed701cc6b9b23b61f2c50ff210 1.02 MB 2,199 985
501,120 501,120 0000000000000000005b44454534a3511b2228fec4f8ff58ba6fc5e699aa8d3e 1.01 MB 1,574 220
501,119 501,119 0000000000000000000f8d7706162d8b940f5479dbf51205e78419187d14c83c 1.02 MB 1,032 436
501,118 501,118 0000000000000000001a060a6c1b49b94edad60ac32176856413defa46527118 1.05 MB 2,027 652
501,117 501,117 0000000000000000004596d0c32eca0a02e9e81f1c98510cd6ee67592cdbc862 1.06 MB 1,831 291
501,116 501,116 00000000000000000054ec49117d6171e792e380838fdc0705f7302484fbc9bd 1.06 MB 2,064 777
501,115 501,115 00000000000000000054fced3c35f893341a9c3f2b32ce14b27e9de8fe1d1021 1.08 MB 2,203 578
501,114 501,114 00000000000000000003930d7ed8ec50a85a579c9ef32edc02353b314225d590 1.06 MB 2,285 755
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.86 GB sent, 93.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.