Memory Pool Memory Pool Refreshing

12,772 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (751,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
156,457 156,457 0000000000000cfc16acdeff6ebde4f2a7aef40f6e4045c7299e8c576675ebbf 0.03 MB 88 214
156,456 156,456 00000000000006c36f18ce735e8ffd6fc605a9b548ef6b350c6166d584eeba50 0.01 MB 23 211
156,455 156,455 00000000000008428e82ba9cddcc227841151896d618a8a0526a9da95b3242af 0.00 MB 4 0
156,454 156,454 0000000000000cffb7208d49e2cf73ee1d03d29597640991026840a903025e93 0.01 MB 20 427
156,453 156,453 00000000000006859def9c002ee901bfc101690ab4486f4c01007ef808efb50e 0.01 MB 25 99
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.20 GB sent, 92.93 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.