Memory Pool Memory Pool Refreshing

5,603 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (739,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,513 168,513 000000000000094a5bdbf1f3cd0128bcda54572aafd17307dab4d4ebe7a57c05 0.04 MB 104 76
168,512 168,512 0000000000000acbe9cd38ee5a8110e41488b6aefdb748bb83e2be1a7d7c9469 0.02 MB 82 143
168,511 168,511 000000000000018503a69ffb2c75d1942268c79afc08b30e143d801f2ceeb2c9 0.03 MB 42 264
168,510 168,510 0000000000000240de8d210b1c9e031091a16c591c81a956ed764f5812b4cf00 0.01 MB 22 0
168,509 168,509 00000000000009ae852a6b5b9763b768ff57884cf63c17d7f691aa8663110a0a 0.00 MB 8 28
168,508 168,508 0000000000000be96f74fe9f369ebfda020eb3abc38eb2df4c224b879091f0a9 0.00 MB 12 16
168,507 168,507 0000000000000ac5e9d5052970e6675f965063aeab49295f38b59891344edcbf 0.00 MB 1 0
168,506 168,506 0000000000000ac818153328d76fbf193df54502992d8f040c8e9c0d4f171812 0.02 MB 41 130
168,505 168,505 0000000000000a6299ef36cfae6903ef416c14a30387af241d66e4f72fa0c06f 0.02 MB 45 192
168,504 168,504 00000000000000ab3277a5a356a83ee78fcd1c156161504288044c5da5a53d66 0.02 MB 43 131
168,503 168,503 00000000000004f3ea4f156dd392b66849dcc47e2b45f91fa5d145836656af26 0.02 MB 37 34
168,502 168,502 000000000000049e9bb7d3825e8b814279b30f004d77cd07a5bd7ad4cafcb7ba 0.00 MB 6 117
168,501 168,501 0000000000000582b5419f2637dc6a77d4be3feeb6aeadb11117b191b16e3f74 0.00 MB 9 57
168,500 168,500 000000000000054ea0a9027e5eb507fee5b5dc29824365bf6cacf8bdf0d21aa0 0.00 MB 8 48
168,499 168,499 000000000000045a4df2b5e6c25a032ee3b4475e592c739017184cf9d5bfb10d 0.00 MB 13 349
168,498 168,498 000000000000046b7d2091f89b4b285d9af66c8af0d7955c8b2d0c3be1f73859 0.01 MB 22 24
168,497 168,497 00000000000007c7f4da130fa76354055fb46c68de38c75e5b7b83a6931aed38 0.00 MB 1 0
168,496 168,496 000000000000022e57c508d14b3ffa2edba3a1fba3a604fd7135b3dc0a9a0749 0.03 MB 78 119
168,495 168,495 00000000000000faf03596121185e2904555fd5e0f20458b0caa3f15d2413dbb 0.01 MB 15 80
168,494 168,494 000000000000040907821917f8a014cce2a9c9af07d744437faf537d33223767 0.01 MB 23 51
168,493 168,493 00000000000006c0ec11f47c9a901503f260a47e87dee3bde8837e5494a16f59 0.04 MB 96 106
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.