Memory Pool Memory Pool Refreshing

3,650 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (751,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,478 156,478 0000000000000855487726bfb04a120e03d60da465cf8202a61935ec6e7f0ec2 0.04 MB 116 0
156,477 156,477 0000000000000a4a2693befbc749827fd89b99b3801b8cf1cc3c95166e41e42d 0.05 MB 105 71
156,476 156,476 0000000000000f5f2f3a6907b425dff9ce072a841bbc719ac6d37f5b413357f8 0.05 MB 179 2
156,475 156,475 0000000000000751dfd0a2638ca5850614a903f81b490e177d83d3f90dcdd457 0.01 MB 33 142
156,474 156,474 000000000000045ae08080ab205f50bdd5d9c7419d20f832f11b8fb264d48ea4 0.00 MB 10 0
156,473 156,473 000000000000091acd956a9613845407adb5c945c4bd0dca24eb7b97eaf743f3 0.00 MB 14 12
156,472 156,472 000000000000068b713c2984e31f9369cfc60b823d261df9c0accb3a70e3b0e0 0.01 MB 23 162
156,471 156,471 0000000000000e095ea4cc7ba7271468a00366ab07daa6dd9236b07fa07a0ed7 0.01 MB 19 11
156,470 156,470 0000000000000210d7fa0468ca8b0b991977179924516bd51e16942159d26523 0.02 MB 44 380
156,469 156,469 000000000000055020dd5e03923052e45979911f35c460ef5c3578e638edd7c7 0.02 MB 42 51
156,468 156,468 00000000000002880f5aad58be4ab99ba9ef44c85ad2cf24e949cd44b016ce06 0.02 MB 54 89
156,467 156,467 0000000000000863f4b537afbfbc358da536e377fa2d4192640509496f2aeee2 0.04 MB 87 84
156,466 156,466 0000000000000355af48c13732139fa860e4f5b64f992d333b70f60889935a59 0.03 MB 56 10
156,465 156,465 0000000000000cf08b5b35d2c7bd5874fb2f4a08b0dfdc0dfc81a8e49c9a57bb 0.07 MB 49 170
156,464 156,464 0000000000000c065150753adf59a11b08901e7e31b67668ab0eeaed13abdb2a 0.02 MB 46 95
156,463 156,463 00000000000007d50b17c488825d517db3839d18e5851c91f1ef9d7427721124 0.03 MB 90 94
156,462 156,462 00000000000005dcc00ff8c58c7618d2e13f88a69738678ce843a0325fb7119d 0.04 MB 12 98
156,461 156,461 0000000000000e9acde92b60f6bff6eddd5becc31b1474f565284a77e496d707 0.06 MB 20 93
156,460 156,460 00000000000007a5b0df4eae67b3d6985c4a825fd84e28e44fbbe2ba6d2abc58 0.01 MB 26 112
156,459 156,459 0000000000000e44f86e806c16f01e12026919d22e6f8373a9b0521361aa6bad 0.01 MB 20 45
156,458 156,458 0000000000000919f239e2956dcee72ec152685000c9e2a1eac49482523b0e4b 0.01 MB 32 72
Previous 10 blocks ↓
Total Size: 769.08 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,628.20 GB sent, 93.28 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.