Memory Pool Memory Pool Refreshing

4,445 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,750 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (54,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,901 852,901 000000000000000000012e084ff383c312351b483af67c06f57979600619c63c 1.67 MB 3,176 11
852,900 852,900 000000000000000000028d392434600572a8883777cac9af74ac551331db367e 1.48 MB 2,587 41
852,899 852,899 0000000000000000000072fbc801c3fb7c5c3478926b058fb6d3502f6eef676d 1.49 MB 3,121 18
852,898 852,898 000000000000000000036a0c295c2956d20b3e8babee284e0c8e1247f8ff742e 1.62 MB 3,411 5
852,897 852,897 0000000000000000000327ddb0392849dd920015ebfce952c2cc8c5accb15951 1.60 MB 5,013 8
852,896 852,896 00000000000000000000ce57327b307d4527e8c11f0aaf2b00504f7a9d31963f 1.62 MB 3,322 7
852,895 852,895 0000000000000000000238942fec4353736d19dfb7e6cf24a4cffac4460815bc 1.45 MB 2,405 7
852,894 852,894 000000000000000000017ccfe06bcc71e13619466cbfbd2f8115d672cdd6e4d7 1.56 MB 2,719 11
852,893 852,893 000000000000000000036d7441cefd0e5023b5d9aedbbd25bd38a61f9f65eefc 1.65 MB 2,982 12
852,892 852,892 00000000000000000002d8773a8d88d38c8c3cc884362bb830ce4262b014d49f 1.58 MB 3,185 12
852,891 852,891 0000000000000000000054ded34006b9091e40ea2daf1b544d92b2b321f83647 1.71 MB 2,658 12
852,890 852,890 0000000000000000000297fee45edc40dd845402bde41ea4a876995865228d72 1.87 MB 355 4
852,889 852,889 00000000000000000002416a3a7ad31bc0113bf9bc0c5946b7e461f99f7bcd71 1.55 MB 2,987 7
852,888 852,888 00000000000000000001b7ece8bafdab30d6b24a0c999d326cd28d6136f5f8d5 1.67 MB 3,240 5
852,887 852,887 00000000000000000003361cab5aaf36515134db5976fb9f5c15d7cd5877dc0c 1.70 MB 2,789 6
852,886 852,886 00000000000000000000d0f909713e65032737e3ce1b0a7ae8d1cb2f62f670ad 1.63 MB 2,825 9
852,885 852,885 0000000000000000000323487d9fbadd08e9fac0e0c5981e6010284a59a75a61 1.57 MB 3,540 14
852,884 852,884 0000000000000000000206d5ba5498f20c66e3bd844b67a38f8ad27dc52de510 1.58 MB 2,995 15
852,883 852,883 00000000000000000001ed033374fca4bff1ced3d674a98236f54721ee4c4e98 1.68 MB 2,515 17
852,882 852,882 000000000000000000015fecb63c0f6c97b5c127a16edc7b9c7dc0888c79de5c 1.63 MB 3,651 14
852,881 852,881 0000000000000000000259cba7922b8164dfda4d87faa6d7d332ac1bc688c9ea 1.59 MB 3,344 6
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.