Memory Pool Memory Pool Refreshing

54,134 transactions
32.92 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
877,337 00000000000000000002905c0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,336 (333,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,443 543,443 00000000000000000023fe6f2422170fca624475afd14bc46c4618b51211a7a2 0.80 MB 1,595 13
543,442 543,442 00000000000000000001878e92d5b1943305512734750402a3a53fcfcf7c10ec 0.61 MB 1,030 14
543,441 543,441 00000000000000000014b0c3b5bc63a5b94b120b66b9de47c4952210e9f27a9d 1.15 MB 2,161 16
543,440 543,440 0000000000000000001ffca126816158874d15a0d25b337db425278aea25e06c 1.11 MB 1,747 9
543,439 543,439 0000000000000000001ef60a70967256380fadf3ea26808e0ce6f5d4f8b30ce1 1.19 MB 2,456 8
543,438 543,438 0000000000000000000eb3f4329af0d77a154fe5aff13ccf3fca8079ed1b3a81 1.21 MB 2,776 33
543,437 543,437 0000000000000000001035430c0a10ecd3802dc55961fbc4d5f541d07a534364 0.97 MB 1,896 7
543,436 543,436 000000000000000000229eee5324a851d26c2574d8f4d63efd2ba4b7233e9406 0.47 MB 1,020 36
543,435 543,435 000000000000000000046e41049bc1ab65ece58ccc73336c8d7191820e5fab3b 0.97 MB 1,794 16
543,434 543,434 000000000000000000030e16bdaf8d5f4cb36c6f9e1c7c0a783533670ba5a049 0.94 MB 1,729 12
543,433 543,433 0000000000000000000a3860e0b593463e23c40a178476e0bcea1da1cf3db393 0.31 MB 652 14
543,432 543,432 0000000000000000001fad5dbf70b673e14f6ceb399547284297bcb4a9a23a06 1.14 MB 2,128 13
543,431 543,431 0000000000000000001a942bb9f96f902084ab91eb92f50754a9a7bff561ff3c 0.42 MB 765 36
543,430 543,430 0000000000000000001201b77b3166d295898c5465c7037464bc38392c233489 0.84 MB 1,516 18
543,429 543,429 0000000000000000001a5c35d61ebe5e24ac44e64259de5343f0b90604d9bf77 1.19 MB 2,267 8
543,428 543,428 0000000000000000001f75631340ea005ec979b0c16fa458393741cd0175e2df 1.18 MB 2,144 31
543,427 543,427 0000000000000000000e1e07b05ab1bdc3525d10921daf938270d21b91f5cc54 0.17 MB 234 23
543,426 543,426 0000000000000000000f8ba9373ce7aa3e46a8f4a63b8dfd218b73b57184c057 1.15 MB 1,431 15
543,425 543,425 00000000000000000008fa3875641d9c74c39e91e885c755d76e39a309b4d815 0.53 MB 620 9
543,424 543,424 00000000000000000012510d9237087788091008c7bd877d09790bc24b94d48b 1.08 MB 830 6
543,423 543,423 000000000000000000107692495eee95d8cb23000d0373e7d8cf8c93723ba4c9 1.23 MB 1,126 8
Previous 10 blocks ↓
Total Size: 713.04 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,118.44 GB sent, 29.10 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.