Memory Pool Memory Pool Refreshing

3,015 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,997 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (756,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,387 151,387 0000000000000d8ca76b9f98c6c55ea376748643d54ada1d222c043b5aeb0597 0.02 MB 29 119
151,386 151,386 0000000000000a069729d62f158e4ad9d397d22f7bb785854e4a7bc1d0f0f4c5 0.04 MB 38 744
151,385 151,385 0000000000000b6f3944fe44139b89b15ce7d8ab57403c71eedbc374a2f8038d 0.00 MB 5 118
151,384 151,384 0000000000000964a3d7046a24015228e7483fa21beede9b019e26a729d9a7b2 0.02 MB 46 41
151,383 151,383 0000000000000168d67164ddc2eda6d7e66a94b238982a67a8d5888c41571837 0.01 MB 34 128
151,382 151,382 0000000000000a2449cc2dde9a5a3cfeffa6142e17d54d1a632b868725234507 0.00 MB 5 0
151,381 151,381 0000000000000d97e8fc8a6170ad99cd60e33b567f625eed551e840678c74a14 0.02 MB 29 130
151,380 151,380 000000000000006691d5a55545032b590eafdbcfd7637866983b7ee88aba6566 0.01 MB 22 28
151,379 151,379 00000000000001f9f66452e500029034c6021e563d9e2b99144e13c6ece43587 0.01 MB 48 83
151,378 151,378 0000000000000c8193678326e633fe003bb80b91dc28dbf6278938381edb204c 0.00 MB 12 33
151,377 151,377 00000000000004fa86928f23522a29cf5e959a2892ea4deac479be4d89a74c87 0.01 MB 14 146
151,376 151,376 000000000000027213c47141e1fc4b1dbf593ce377cfedd9e3f58e1a47942ff6 0.01 MB 6 537
151,375 151,375 0000000000000978cc5cc116c2dde4e26b0fb0680f709056f9d53db0ff48e6c3 0.02 MB 60 165
151,374 151,374 00000000000005ba57d2614130722fd98fc99fe204bda7267124909d686af975 0.01 MB 26 59
151,373 151,373 00000000000003bf432510c6d9d9ee398c63e06248295b872a9640396220c883 0.01 MB 16 224
151,372 151,372 000000000000039c3005c78081259da85c82c2fa21350ebf9435fd72987e63e1 0.04 MB 103 32
151,371 151,371 0000000000000b7b5b31bc876a2efe9966a15d9b0b658edd8e8d164a0d5eb573 0.02 MB 59 51
151,370 151,370 0000000000000290052f1c56d636bad65098729aca620ff35bd6396805f700bb 0.00 MB 8 465
151,369 151,369 00000000000002a4445846690c980408236d235ed91132a645f6200ad8f70f13 0.02 MB 73 66
151,368 151,368 0000000000000d071e3e983ab115481d725bf96d7d128c1cf92411d4094c4bcb 0.00 MB 6 68
151,367 151,367 00000000000008e5dd200319a3479d1f6cbf929cd2497f1943db2f79c031524b 0.03 MB 119 28
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.