Memory Pool Memory Pool Refreshing

5,135 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,421 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (648,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,015 259,015 0000000000000018d5d673de4f092613357e7f27035b2c60f4f8a39c854d4def 0.01 MB 29 93
259,014 259,014 00000000000000099ca4a443a569b777734c459c71f1f0c007db13eb9adfce9c 0.23 MB 568 107
259,013 259,013 0000000000000004dc3a6711aec79bfc3f55db28c34c282863358b9dcb79c1cc 0.05 MB 128 174
259,012 259,012 000000000000000ce05389b81784154e854aa591f762f100b72e5b49feed2d3b 0.20 MB 543 132
259,011 259,011 00000000000000137c080c0bf3777f8980e053048869eeb2b28e84a2afbadeed 0.18 MB 467 144
259,010 259,010 00000000000000135e7426f5eea2d59e069c8d010cea27e56d59508d9862a069 0.03 MB 65 75
259,009 259,009 000000000000001af1d553d5f9ecd33e8e26680d51bcd5567099800ad4a07f68 0.00 MB 10 144
259,008 259,008 000000000000000f3a495c10443314286a8f930ccd7a8925b6cca9a9bf75d11d 0.03 MB 79 131
259,007 259,007 00000000000000257a64a4781cee9dd688c66499293d05e1d6c2a0cb698ee80c 0.04 MB 101 115
259,006 259,006 00000000000000017b1e0899caeee1ebfd92b4c4d132ea967abc06f9c2a714e6 0.12 MB 77 29
259,005 259,005 000000000000002329e07fad0f4247f15eb8f5c95b57c6a2284bd845a49c805a 0.09 MB 168 100
259,004 259,004 000000000000001a6a6ea8c25c86531ec0426a2dd8c68e86f978f56232ee6de0 0.22 MB 488 118
259,003 259,003 000000000000000e3f69367beaaff19ecb1eb2511827c33c82439398a1c63962 0.01 MB 19 94
259,002 259,002 0000000000000001c7a73777d3d573931b8079089fb6beb48780bacf7b7d8950 0.08 MB 201 110
259,001 259,001 000000000000001dbaadb858f4f69c326c2ccb7fb6e570914d2744bce424a52a 0.03 MB 79 80
259,000 259,000 00000000000000169684a5a1760023e1c7481373f3488c3c21793ed4fb3b6682 0.10 MB 257 123
258,999 258,999 000000000000001b87d2420632c967ddddc6c84e27fd15638a2cde117ae59ba5 0.18 MB 47 18
258,998 258,998 0000000000000005fcd1d62600f480b5037437ae91d36df27a771fedf3e8b783 0.22 MB 475 93
258,997 258,997 0000000000000006232d041ea8d8c124078625597347ea156db7fa07082c11d1 0.12 MB 293 113
258,996 258,996 000000000000001f1418ecac03e1579b09b6ee58c77f7e40c5655cf2a279fa07 0.05 MB 93 85
258,995 258,995 0000000000000004d255cf3a6e8c9ed66ee772e7cae36aeaf15f84fbe484e314 0.15 MB 412 109
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.