Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (721,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,467 186,467 000000000000024e779256b1025a870b1d9110d8c39c93db1184545aa684dc86 0.03 MB 64 95
186,466 186,466 00000000000001edf98bcdab1782dc6de03f91c107681df1f5800819c92e9487 0.20 MB 508 168
186,465 186,465 000000000000064be4dfa742d296efc9ab9ba7f0b5ee69a2d6c80d2c45124411 0.03 MB 93 105
186,464 186,464 00000000000003ebf12c3f24d813499618bfb4a07c9ba19a47da65a2078d40c9 0.10 MB 156 89
186,463 186,463 000000000000055728e9ce8e726f77c9cf906217353759338c40172a2dd8a1ae 0.15 MB 281 117
186,462 186,462 00000000000008cc77453cb8c35d9b849376d25f86c4e139629ed96183ab7582 0.15 MB 309 131
186,461 186,461 000000000000009b6714d81149e3a6c53617167ea709ace16f7999f18718c73c 0.04 MB 136 129
186,460 186,460 00000000000006ba1d7f186882785120aa0bcb557ba2cb3bfed368f479bc256f 0.05 MB 144 108
186,459 186,459 00000000000007d60dfe8ad8509582cf0533be344deaf5dc8676c05801282420 0.12 MB 260 125
186,458 186,458 000000000000006f6b9a3fbda728634507a590583966d9b8539267b819128a0d 0.18 MB 505 145
186,457 186,457 00000000000000aa088e9101397d10884bcea84be338ad3eda399cd12a2c9463 0.03 MB 32 273
186,456 186,456 000000000000013cfb593b5c15ed6b20dbc21ecdbbc5a5feed47bd5d477511b2 0.07 MB 102 67
186,455 186,455 000000000000079017cb5dd8cad2e0927cb77216b71026eeb37302cc7350e46f 0.06 MB 81 92
186,454 186,454 0000000000000239d92c4019750aa5785f6b5cca528ece31564ef0c9eb04d3ee 0.23 MB 558 125
186,453 186,453 000000000000071bb08ea73efe0dece1a5c8076673cb3ceec5c2b05c0a73f991 0.04 MB 80 297
186,452 186,452 00000000000007dfbac7ec681995059739bceee7c7d7f52749ade042ea136bd1 0.06 MB 130 122
186,451 186,451 000000000000079b17dd9f79d05d7af5346ec6fe29c4b56d1e298a144dcf8af3 0.16 MB 377 118
186,450 186,450 0000000000000535822f5ef0707688b701258e67a599dbd558528724effe4a8b 0.25 MB 599 123
186,449 186,449 000000000000040530dbd93f2459a5b550f312f230da39fd2479a557e8db0de7 0.05 MB 173 142
186,448 186,448 000000000000086195722f0f8641292b9b7eecea3bbe76baa779bfef55fc1dea 0.01 MB 12 10
186,447 186,447 0000000000000415bb1bf71f262d0fe3d8c5c4a74ffda6ad049db9eeb8aa9759 0.05 MB 95 81
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.