Memory Pool Memory Pool Refreshing

601 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (855,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,413 53,413 0000000013d75d3a2f726f5ea1ca57b31e77d928671f4e281751de6d8e80b4bb 0.00 MB 1 0
53,412 53,412 00000000096005206b74ddc4b97a4fb0717e4645482d3d3590941360d68e0644 0.00 MB 1 0
53,411 53,411 0000000008796ec8c9d418a1a2f15de64fa2c6adc0c0e79a486f1ab55d5f3fbb 0.00 MB 1 0
53,410 53,410 0000000007079ac52ad2633b5c9580e12f60eeaf6d4b3e0726a0dcb2b243b705 0.00 MB 1 0
53,409 53,409 00000000089e0f97365552c7b291ae4d17ab0a71e780c9242b53ab392f4507c1 0.00 MB 1 0
53,408 53,408 00000000150a823ab82a1cafcbb38fbd4c5fed7551949e17e2e4143c649731b8 0.00 MB 1 0
53,407 53,407 000000000744f699d74a53bc7fffd47979072087f1875e3c221cb36938039170 0.00 MB 2 0
53,406 53,406 0000000011d21f77d0855f0852b982a35c4c8b9970f481c0e439fab21d20f311 0.00 MB 1 0
53,405 53,405 000000000bafd595dc9805cbaa3eb22992db2688a3d773d320b067635df66320 0.00 MB 1 0
53,404 53,404 00000000120978ad3ebfde0ea4f0e3baf197d8bd57fdc3981d4fdfa5a99420d1 0.00 MB 1 0
53,403 53,403 0000000005f0620abe7e3c9ca6e05c5f5abc262572942aff0e2aa6c91f8164da 0.00 MB 1 0
53,402 53,402 0000000010c1e6b7441c73fafdeb1069ee33c785594c580315beba30f222472b 0.00 MB 1 0
53,401 53,401 000000000176fbcfff5aa666a4e391f2eb0ba20fd41d9c823f6400e344ebae7a 0.00 MB 1 0
53,400 53,400 00000000075d37d793981da7717e3317579a3376b6485fc9468f0f781bdafae5 0.00 MB 1 0
53,399 53,399 0000000013600ee6a46a4b934d137aa3592dabbadbd287fedcd529653a715695 0.00 MB 1 0
53,398 53,398 000000000ec28ee8cd1910769d0fc334df4e2e98a996a70ec9f407a5f6ffed82 0.00 MB 1 0
53,397 53,397 0000000013bd76d6883f0336b1134662d9c7e65a3ee14166cb63bc399ddf85e2 0.00 MB 1 0
53,396 53,396 0000000013d172efe59c648f5f6e77a32980ac573b3003d4517f957674bbade6 0.00 MB 1 0
53,395 53,395 0000000002644c8c84163b506e3a380020494c28bb809a3bab2730e2eb7ead0e 0.00 MB 1 0
53,394 53,394 000000000f4b734569030235c3b9be0133fe3fc290840d852758898d81cd08b9 0.00 MB 1 0
53,393 53,393 000000000457f9528b853143003be98a2c025258eca6cf01f6aa6de3e2669605 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.31 GB sent, 101.63 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.