Memory Pool Memory Pool Refreshing

1,583 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,569 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (724,297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,525 183,525 000000000000098721b80cba77ebe07fe5985a5bf3ce93ddf63f840b709767ec 0.26 MB 537 130
183,524 183,524 0000000000000431fd4ec1e24ccb684c52df4fb865fca5748f055726ee0a47dc 0.05 MB 103 135
183,523 183,523 000000000000029c720cd7a6ddfd4b69e66a570a74210a59e406e942c45ecad6 0.02 MB 36 101
183,522 183,522 000000000000072bb7eaab99c4210c11a6e9b92e09f73b8c8af5d88b97f7d5e0 0.02 MB 52 122
183,521 183,521 0000000000000479b0e908a8b707f3e0ee0f15d93c96069a75804d62dbc0b824 0.19 MB 523 173
183,520 183,520 00000000000001fac17978dfb8de104ce097269b489852920fe62d4b96249cb8 0.01 MB 35 194
183,519 183,519 0000000000000a7c1c00a5dd4a94675eb6862aa60f0ed57770f6a564704f56a2 0.24 MB 512 158
183,518 183,518 00000000000002d7aef748b49310dcb440b69fd311fd9fdb0ff787f2b2f1a987 0.00 MB 8 14
183,517 183,517 00000000000001304e091feeac694c754717095e8e14cc85edadf712f64eed05 0.01 MB 29 130
183,516 183,516 0000000000000474ddd97ff6c1fd023c3b7f95782f387931512b8f3e7505e4db 0.05 MB 95 87
183,515 183,515 0000000000000a0cf8a374748069bc7068c40f61fdf425396481dca6ef3cfcfb 0.14 MB 397 186
183,514 183,514 00000000000003c533ace21951b9a2f848c54c3ba0f11375ccaa5dbe9db10347 0.00 MB 8 34
183,513 183,513 000000000000011f090d9255f32bdea9a4faaa67c506959d75cf69e509c5c006 0.11 MB 157 112
183,512 183,512 000000000000058dfae6d7b966489c37a120f7eabedea7aac97fd29eb8436046 0.00 MB 14 193
183,511 183,511 0000000000000a393efdf1bf227cea6d43187379558891357d8fac6689dcfd2f 0.04 MB 108 313
183,510 183,510 000000000000038690dae4c43d452fb3996a7b57f20ddf946b77d63ceff226a6 0.09 MB 177 98
183,509 183,509 00000000000001bb96849e2299c437f03f92867dec6bd9781bff09c1d7b727a1 0.04 MB 151 16
183,508 183,508 00000000000003a9896f334213dacc7bca24d96627bf6ce84ffe752f9b91b40c 0.17 MB 422 155
183,507 183,507 00000000000008ea8f03067eb86818101105ef71129e41cdff5110a8c2d41377 0.10 MB 161 133
183,506 183,506 00000000000002f8a7aac13208f132b87a253d2b6a5ab646e380015a1149f3b7 0.12 MB 323 117
183,505 183,505 000000000000080ed154c50dd7bbe6dcef2d7cca4c7509ea7cb32f7c2c2f94d1 0.42 MB 1,184 193
Previous 10 blocks ↓
Total Size: 769.21 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.16 GB sent, 93.96 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.