Memory Pool Memory Pool Refreshing

1,375 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 1.00 vMB 1,038 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (895,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,771 12,771 00000000e8c9eb870bcda1d2ba984d850ad5c107f3cfa75724b8e9be5d4145ac 0.00 MB 1 0
12,770 12,770 0000000062d1250ed82cb7d4c02ddaeb1c449dc6c9fa5a5fa64d7f5950595a3f 0.00 MB 1 0
12,769 12,769 00000000b68408d19a341fa47a60e0e220d3c700e4438dedf3c18302c8353557 0.00 MB 1 0
12,768 12,768 00000000d7a03df7dcedaa3c5ebcded222afa2134a698719d27ef3aaa5fe9c14 0.00 MB 1 0
12,767 12,767 000000000c94101e112487c98e2a13114e82369dc8d377880e46064dda44af90 0.00 MB 1 0
12,766 12,766 00000000f89b14a5b75a1b4f399c015cd37cc513edde60d873a5e8ed851bef9d 0.00 MB 1 0
12,765 12,765 00000000e8599e82d10c9dfa96d18d3f3bf0e20cdcfb926bd2bd8e78d655da33 0.00 MB 1 0
12,764 12,764 0000000042151222d9195fb7a4d5f127fa546d1424cd62d335ac1aab93cc7ffa 0.00 MB 1 0
12,763 12,763 000000005211e9d19c9980d9a6d7cfd48a4e8eeacb7728523e08c0fff7cd3555 0.00 MB 1 0
12,762 12,762 000000007c9c3a8249ce2e3827c17d878a242f67fa225ceda04c6386486da062 0.00 MB 1 0
12,761 12,761 0000000042b8ed3aecade4d1519918161137f8d9b606da844a0e19aeaa5211ba 0.00 MB 1 0
12,760 12,760 00000000126b18d422b8c5e66ebfbd8569714d2336636229059de10337c6e96c 0.00 MB 1 0
12,759 12,759 000000003f4f069a69b94dd125a92912deeeddf1a2f865191ddcff072eecc899 0.00 MB 1 0
12,758 12,758 00000000c0b6be32ce8dff731c7479151e38fba1dc9f72a3990767d007d683bd 0.00 MB 1 0
12,757 12,757 00000000b456913c2621f0a5a1bdcbaab61c6a6e36e836fa019938b82f29211a 0.00 MB 1 0
12,756 12,756 00000000d1819b208fca8db30382778cfb5fa68e27b8566b61190098d4a81f54 0.00 MB 1 0
12,755 12,755 0000000024bf85bcef7c21016dc663723aeda738ee0cd76bb9ddec20876bba9d 0.00 MB 1 0
12,754 12,754 00000000dbe2d753b12b20a60846339de89257452a80728f25bafb6eb4bdfb82 0.00 MB 1 0
12,753 12,753 00000000c06ceaf62efd76b025cbe2876486e46b73a75c1e32d8730aa58b7625 0.00 MB 1 0
12,752 12,752 0000000089a9e58cabc3126d15a3d167b116ff99aa55da0aa72475d101bae19d 0.00 MB 1 0
12,751 12,751 00000000ef15106747150a44ec63e03d3b8491192442a73510c08d26eb4a919b 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, 114 incoming
  • Data Transfer: 1,698.17 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.