Memory Pool Memory Pool Refreshing

1,974 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,967 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (724,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,535 183,535 00000000000002aadf9c3b9119bdbb542c5084929ec932bf62ad1953e10e8113 0.00 MB 11 15
183,534 183,534 000000000000054275f9e836260f6c7b7503ab07078c573abc58978f9c903589 0.07 MB 147 109
183,533 183,533 000000000000091eedf2aef794ca7c2b099bf132a9b7e29e0badeaec154fcce1 0.14 MB 349 129
183,532 183,532 00000000000005b57fbaf0d11fb65422df573f30ba127a71c8f8aa40d6c00881 0.05 MB 153 97
183,531 183,531 000000000000070510c4d09341e66f6e84164ffcbd70877a14bc3abfbe8b562d 0.05 MB 137 27
183,530 183,530 000000000000024e158632a75de243190b9fc86f4529e5aa918a647058e987b9 0.29 MB 774 214
183,529 183,529 00000000000003d6ef8282e4a87b0e36dff9bcc9dfdfb0cf533ffcb39f90aa7a 0.00 MB 13 15
183,528 183,528 0000000000000895ccfd4f1fac561aa4a2c85f24f3df71b67394f644c3a1aca7 0.21 MB 545 179
183,527 183,527 00000000000008431784b923c12bac41d938db2db1d71597436486c33cfa0ff0 0.01 MB 18 7
183,526 183,526 0000000000000396343ef73e782083639778ffe39a7c6703e9a5868a6d6431f9 0.02 MB 32 235
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
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.31 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.