Memory Pool Memory Pool Refreshing

1,431 transactions
22.93 vMB
Show Random Selection Loading Transactions
Max Size: 92/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,315 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (821,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,979 86,979 0000000000181125cdef2da8b620b64cf0a2ba69245b851bc4dc816bb99538ca 0.00 MB 1 0
86,978 86,978 0000000000012a65bcd929c16b0ed40bc6f7cd101ad4244152276196b7af0f16 0.00 MB 1 0
86,977 86,977 0000000000008a6495be17fbed04d3e73d50f6175fcac156f52bdf20b39d29cd 0.00 MB 1 0
86,976 86,976 000000000014060a19122e8613f4cb03218319f63ea989536048800e29e0709b 0.00 MB 7 0
86,975 86,975 00000000001929630286eac1fb9aab6fbb8ce09e73a8ac9d3cd169fd55c08cae 0.00 MB 4 0
86,974 86,974 00000000001748bf4acc0e643c5a2990e24e09dcbb810d067f3e38ba107387f2 0.00 MB 1 0
86,973 86,973 000000000008ad1d86583c02e4c97e9c229bfb62d69cb6285c9a38afb09e0bbb 0.00 MB 2 0
86,972 86,972 00000000001c79d82aa5b396905161c09e8b09b921bcd96d14bf6d4fc931f333 0.00 MB 7 0
86,971 86,971 000000000011db4484ec4f32e5b0672af95c092f6bdc53408b27368a53fc5819 0.00 MB 13 0
86,970 86,970 00000000000e52146ced3c3462cf5590a976e49744acc10215a73be6a1e15205 0.00 MB 6 0
86,969 86,969 000000000017803e10263a57c6aad9cd4768bd11d2014dd8df6519458ac0387e 0.00 MB 4 0
86,968 86,968 00000000000fe57c2705def9b2ec5378c12224faa882816778fe99ebc7ecc5b8 0.00 MB 1 0
86,967 86,967 00000000001b3dac0d18036dc20c644bbd0bef1da2aa68c9c5f7ef9967008262 0.00 MB 7 0
86,966 86,966 00000000000f118ebf7d1da58e886bbe3a609db68d668fbb4e2d0f333ff32b59 0.00 MB 2 0
86,965 86,965 000000000009c47bf254bee686b80e0d25a6c6c54e4622ef592e0406bd0b6ed7 0.01 MB 14 0
86,964 86,964 000000000019c454a02600f95663c129a2b79f786d38ea410dbd5ab779245a06 0.00 MB 9 0
86,963 86,963 00000000001756ec7d21056765ace329d05b004bad0499f2e60c83828f567e27 0.00 MB 6 0
86,962 86,962 000000000006bd5a99b0ff8a461c4964d485c87218574ef2b113f2777ceb5488 0.00 MB 3 0
86,961 86,961 000000000019c3e3880de2846bb8084deff56274fdaf221a8cb6abe7769429c5 0.00 MB 2 0
86,960 86,960 0000000000172968b1356d8c05176fe7c3664bfd83a2b9e127c64fcfedd870f2 0.01 MB 21 0
86,959 86,959 00000000001a6adbcf0d4b670bc5b008c867ddb64cede6c5ed57f8e0e494b540 0.01 MB 22 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.32 GB sent, 98.60 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.