Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (604,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,820 303,820 00000000000000004572d4e63fd80a374dc73b6ae22a1b06921e565d216aface 0.15 MB 321 33
303,819 303,819 00000000000000002775b73086c3baa7d9e7272a4cf5dec83217795f90ae3752 0.22 MB 472 35
303,818 303,818 00000000000000004b1fdedcd189f0c78fe8f8a7e20fbcd634deac8838bd4b27 0.58 MB 948 43
303,817 303,817 00000000000000002635051b5a984d6ccd83c24df5a070cabdb01a21a6421f23 0.03 MB 34 19
303,816 303,816 000000000000000047eafdc3130c3898f9b43cad47a93bdf44aa170bb899d1a6 0.20 MB 332 26
303,815 303,815 000000000000000010172638ecab82fe3a130c05ae657034c88508bf11fbdf1b 0.25 MB 487 31
303,814 303,814 0000000000000000608b0850e95f10b193ed733fecb28a1c4821b624065766a4 0.06 MB 101 23
303,813 303,813 00000000000000002c81e419d6104dd8c5742b027630d90d00740cf2067c2976 0.19 MB 402 32
303,812 303,812 00000000000000004d21b39b00f2edc5387615aef733282e8ce6d8aa91c99857 0.42 MB 735 31
303,811 303,811 00000000000000001e22fa07592b0f90d0d6a44680209551561da5e87f78c8c2 0.01 MB 13 33
303,810 303,810 00000000000000000de633a6598db618cfb0196df7eafbfdb103f692441e780b 0.18 MB 327 37
303,809 303,809 00000000000000003aa20ade46a2dbfff13e4f01d8b7eaf9492a5c5ea3d81678 0.10 MB 122 21
303,808 303,808 000000000000000067ba54128b41c25bff75425eb138a2c10a87d61fd6804639 0.16 MB 318 29
303,807 303,807 00000000000000004e37c89c55b74a9a9b9243a67dede87a37807542c7a557d0 0.02 MB 41 30
303,806 303,806 000000000000000022b9b0eb1484d2438a01ef52adca9f415602853914c05a5a 0.14 MB 159 23
303,805 303,805 0000000000000000386b6dfcc144d0061bfbd14475b6599cbe3693a49f63ca34 0.12 MB 150 14
303,804 303,804 00000000000000000b93b21bb647ddf362fbf11cb5c8bcc534d122bc8cb93b83 0.02 MB 32 16
303,803 303,803 00000000000000003835746a4f2c75ed654735faaa1712eda5dd8075f2c77bcc 0.27 MB 479 26
303,802 303,802 00000000000000003dd7e9fc55b1129b5501810acdd7854de1bc705729bcd13d 0.20 MB 369 31
303,801 303,801 00000000000000003dd9024c91b5cb49b93776716e8c3755879ef0c3f3844865 0.07 MB 129 36
303,800 303,800 00000000000000004adfaf0f62677d737635d14fc44a767c66a72c0955725b11 0.03 MB 64 30
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.