Memory Pool Memory Pool Refreshing

9,187 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,842 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (200,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,985 706,985 0000000000000000000d00863f0ba2644e062337fad9877ce0f2d33a2c4e6464 1.34 MB 2,771 3
706,984 706,984 0000000000000000000403f24a0be5453d375fbc723253f0ca14d675891f3407 1.44 MB 2,882 19
706,983 706,983 0000000000000000000975ad2e30b1207576aec831e1c762d260fbd38ac3631b 1.60 MB 2,578 2
706,982 706,982 0000000000000000000dd4bb43193dbebd303cd16127ff962dc365c047f02892 1.45 MB 2,854 16
706,981 706,981 00000000000000000009e408631c6924508a94d6a91c975a96790967257b3158 1.69 MB 1,872 11
706,980 706,980 000000000000000000060f2855e2c526470c16b8f43557738b608c235858814f 0.72 MB 1,728 5
706,979 706,979 00000000000000000002fd4d170dc3bdef4666813c3bb56f079a6a0cd82b4e0f 1.48 MB 3,160 15
706,978 706,978 00000000000000000007f6f9c0f1978a64b090fbcaf71b94b37048a04e29dfaa 0.29 MB 394 12
706,977 706,977 0000000000000000000469423b4bca02977899c71a5f6fdbc37c61b6ccd66185 1.45 MB 2,422 9
706,976 706,976 0000000000000000000131d20e4c07c0668125c671ff35ac68f954b86fd35f5d 0.11 MB 269 10
706,975 706,975 0000000000000000000c46ad35895db16daf752c078806420f6acd6e48c4a2a6 0.45 MB 991 10
706,974 706,974 00000000000000000005912bb21d37ff7adb41b35969bbb0fe17f25018ab8957 0.50 MB 1,178 9
706,973 706,973 000000000000000000096a9f3a79f0378334f9f13432de542a5c60e1ae4164dd 0.61 MB 823 8
706,972 706,972 000000000000000000030ec6463244e10a588edd7aa44c9c4be7a47981e5b945 1.10 MB 2,101 7
706,971 706,971 00000000000000000004a5f2456a73b148f98f45df7eecc3b8e5c9e725fa12e5 1.24 MB 931 5
706,970 706,970 0000000000000000000799c7921f6ce7852a76bb3a4ae7636cdf01e37ab3437a 1.34 MB 1,926 8
706,969 706,969 000000000000000000087859ae6efaaaddbb5cfb26640e060130789b788e50bf 0.18 MB 222 1
706,968 706,968 0000000000000000000386f16feb9e341fef885457a952f82bcb04e4b78d3af5 1.43 MB 2,811 9
706,967 706,967 0000000000000000000ab3c180c6fa820dbec309600db7f86f6d9406b12be5b1 0.39 MB 394 12
706,966 706,966 0000000000000000000b737b4a735e6954396c2a6e6d96d1fe7cc05384dab921 0.91 MB 1,703 6
706,965 706,965 00000000000000000006a40fa79a85f6c543fcdb3c074a2c68c28a718ce773aa 1.58 MB 2,970 8
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.