Memory Pool Memory Pool Refreshing

1,405 transactions
25.30 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,149 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (816,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,795 91,795 000000000008efd439511811080d3a7d832f862395ca0c1fc8cb060a72a8f7a8 0.00 MB 1 0
91,794 91,794 000000000005a26e32708b302fae9f352a6124dfa3f0087f4675d464c1bd9ba7 0.00 MB 3 0
91,793 91,793 000000000007befe10e8d5076217a5db5ee79dac3db7dfc3a222b604e3ca71df 0.00 MB 1 0
91,792 91,792 000000000003046d37dbdc0b35a3e0e75d9edc0ae7f222f726aca1424d62cf7a 0.00 MB 1 0
91,791 91,791 000000000005d179730b0a27593dfa9a387d119a29bcce16dfefb85bd38de24e 0.00 MB 1 0
91,790 91,790 00000000000d742ada611f7093bd7f0f734426bf0cac624b01de50a72d94e04e 0.00 MB 2 0
91,789 91,789 000000000007da140486f4b9daba75ea9c15e001cc3f9ae866a4ce8f141d4b73 0.00 MB 6 0
91,788 91,788 0000000000032826b0d7cc9954c6b21ea351b987f055c52aa6ab2e13f9d1272a 0.00 MB 2 0
91,787 91,787 00000000000d4eb8bdd52c6eaf0f9d3f5609ace27e0e6a6d9e8fdd9bba16f5a4 0.00 MB 1 0
91,786 91,786 000000000004b7b63eeeee73bd96a2a1c93ecbf226977e7298bef087b701998f 0.00 MB 1 0
91,785 91,785 00000000000a4e18ab4f124a65709ef6e1c41b35241857ab7f0e972f7964d0cb 0.00 MB 4 0
91,784 91,784 0000000000040ec9c48c43adaccf09ba473a587db0edeb32ff1b097b193c78ca 0.00 MB 2 0
91,783 91,783 0000000000098162c96118dc161bf70b28d27080d999ee045b37bceabc02ebcb 0.00 MB 1 0
91,782 91,782 0000000000037f24665d8b18bec071d5780e57cb0d7c7235d54a09b7fe89d858 0.00 MB 1 0
91,781 91,781 0000000000044e3c57aa7104578a8bc82c455914c8cc2ba63c3c7f064ec6c167 0.00 MB 1 0
91,780 91,780 00000000000b14c47fd94a4eabe75f7d2f93c0a1c1c66aa810e8675f5e00392f 0.00 MB 2 0
91,779 91,779 000000000009ddad199281e34e7586fceac6c6f2b8b24ac180333d03f3f3adfa 0.00 MB 1 0
91,778 91,778 00000000000cc261f7fcceb36e82494e14a34af73cc318f633a38f353fea283a 0.00 MB 2 0
91,777 91,777 000000000003d7a86a78cf54d8b6e3a1ed40edb5b944aa3bf5433ecb65bfb9cd 0.00 MB 1 0
91,776 91,776 0000000000076569f50b9d8954257d21900b6de7f6eedd44d949329859241639 0.00 MB 1 0
91,775 91,775 000000000002b5c4c067d9aff252e70a00261de1e7a4aad5d5cfaccdfd40733c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,698.19 GB sent, 98.59 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.