Memory Pool Memory Pool Refreshing

10,120 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,960 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (720,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,540 187,540 000000000000046f90300e8e359f8d42a2f958592543d7410f3754926c0d0b62 0.20 MB 443 125
187,539 187,539 00000000000000f64f50f98a7c285aad51dc56a11dbbaa210e1b18aa00b73304 0.00 MB 6 106
187,538 187,538 000000000000078ba5b6324b5ddd1dc6805b177f16ff14cd122f7a04d8b168ab 0.05 MB 147 133
187,537 187,537 0000000000000136adb3aced3f85465bbc1237bf8bd138f7a2fcc2474b6e302f 0.08 MB 192 147
187,536 187,536 00000000000005df207de96cc26c63b5b0f7bc05019ecc1b2dd8abec80f54948 0.11 MB 256 78
187,535 187,535 000000000000077a2a9c44fd9521692815a6dc20af972be905b85562b2e0ec0c 0.19 MB 471 129
187,534 187,534 00000000000003b2b6142a50f015d0aec75c91e58a1c0a1b5ed48ef8c102b699 0.00 MB 8 14
187,533 187,533 000000000000078c179c0d77689765abe8d0f8e364725590591bb63ea951bf2b 0.03 MB 64 108
187,532 187,532 0000000000000878f044d63d9c512a400e9ca37cd15ea8ffea8fd376645f1cd8 0.01 MB 26 116
187,531 187,531 00000000000001f28744324ef966aa8481884aeac98b03d7edb22629bebf4209 0.06 MB 64 93
187,530 187,530 000000000000045dc5368c224822c9a7fb3397cef3420106ad8e4b3f763c9845 0.02 MB 32 160
187,529 187,529 0000000000000935480a4d959740fb59e0788c398b3051bc04fff93e88f029c3 0.27 MB 587 97
187,528 187,528 00000000000007034f16522a5575361de5baa43f3b1f746b08888e703958d07f 0.00 MB 3 0
187,527 187,527 000000000000089a833ff6a59e81eca0762f707723cbffd0253f1d076d3b7b38 0.07 MB 231 12
187,526 187,526 0000000000000157fd80b50b251e829c00dc31346d4d89a0d879fe09bec7e0ee 0.20 MB 235 97
187,525 187,525 0000000000000674f5ac3641075550c0545424686ed05eeb6e7366ccc4c08cf5 0.00 MB 13 73
187,524 187,524 0000000000000250e4bdf59195fd6d8effd11d62148806dc4eead172bb56a413 0.08 MB 156 83
187,523 187,523 00000000000004897fff267cafc2024864900b82b912c4173805d979cc75f32c 0.25 MB 601 126
187,522 187,522 0000000000000074cc978f8b62fb8eb85e81480da9a597fe9cb578b5c6bc8399 0.25 MB 293 85
187,521 187,521 0000000000000555b64c1a115b24dec5e3c1340fdbfc60ad16d954f1d665fc54 0.23 MB 512 211
187,520 187,520 00000000000002c88f6053f1780504ae341c7825186c5e8d576bdeb028ad0b04 0.01 MB 20 188
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.02 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.