Memory Pool Memory Pool Refreshing

4,421 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (789,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,028 118,028 00000000000093b0bd9f4906768a92d3aba01aa32f0f8c4d94aa03d915f2e296 0.05 MB 116 102
118,027 118,027 0000000000000060a0ddf191cc26c21c66e947fd3daf710087eaaa2ab3a6825a 0.00 MB 16 1,245
118,026 118,026 0000000000007969431cbb48ae6ed67088dff3f49e9a9ac15f8f817937fa8c95 0.00 MB 13 687
118,025 118,025 000000000000c9b1068ab3bfa7a2e41f8d63fd75c6dd7bdfd0f5cb2912149119 0.00 MB 11 320
118,024 118,024 00000000000052cbd453e4f646e8e7fc18f50e43d2aa867b53e66e395d103b9e 0.01 MB 16 124
118,023 118,023 0000000000002031643b3961d4aa31700784378b2b026cc74b8f95ada4227e91 0.00 MB 8 0
118,022 118,022 000000000000c5ca11a3a337f66de87c95134097a85bc4228d61f7ebdb070894 0.01 MB 16 800
118,021 118,021 0000000000003a90e1415ef1df34e79c62f9a2e6e46f0b92da826e0a68d006b4 0.00 MB 11 309
118,020 118,020 000000000000297ca1b09ec9ad3c6bb708d16330ca9e0c452f7042f542b7e136 0.00 MB 12 319
118,019 118,019 000000000000938c109f9bd3eb0b47bd93c32a914f8df3b7cbd4f3e126e99cc6 0.00 MB 12 573
118,018 118,018 0000000000005d749878cf1921209593b58477b89b00ef4fd74a0ac8156e2a73 0.01 MB 25 776
118,017 118,017 000000000000808bbcdace8ae127844a60f35a993277b6578f41f03897a0a1e9 0.01 MB 10 0
118,016 118,016 0000000000007d1d9dd40c6e705709c349793a2f1be8e536f59a2f39be879d36 0.01 MB 15 947
118,015 118,015 0000000000001a51fd4f64f8c84df1c3c8107c852cafd7f8a97d63b44a09336d 0.00 MB 11 654
118,014 118,014 0000000000006f2e2295f19dd74d6cf2351e7d7c7c850892a23fc74f9d404b06 0.00 MB 4 1,022
118,013 118,013 000000000000a23f5156643edd0f3ab681afc4b58d3d69d158a8f78e4388dc1c 0.00 MB 11 647
118,012 118,012 000000000000a4cd0bc7862a20b6624c84d77265da5ff54f1ebaecfda4db5bbc 0.01 MB 16 658
118,011 118,011 00000000000041effcf84f9176ef4fdb6702ee52e86379be6d34f245ec14675d 0.00 MB 11 321
118,010 118,010 000000000000989809f8e4911f71fa8a6f9d076a9e7d9535a04e4730da056fc1 0.01 MB 16 176
118,009 118,009 0000000000004d1910e10a2ba4f6b35277094ccbd554e950dc1e6dde7bcefce8 0.00 MB 10 465
118,008 118,008 0000000000000e417bc37a08b9284dc2d912750718a88d11c2450d35c7b414e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.