Memory Pool Memory Pool Refreshing

3,644 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (205,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,407 702,407 000000000000000000087172c8e2ec3986964764209e047432a90fb944bc70a3 1.45 MB 3,235 13
702,406 702,406 00000000000000000002d0f080e0b32829a7d5926a04322b00760018f97d13f4 1.36 MB 2,325 12
702,405 702,405 0000000000000000000e03bdd6a3f632347fe0700518dfbcd929b0ac2ee2f2a4 1.69 MB 769 4
702,404 702,404 0000000000000000000d0cd6ef8b5fe87b71f4a17ba7c72aeb0c1c7e8c967a02 1.64 MB 1,564 6
702,403 702,403 00000000000000000001412a86308780097efe9684e4e075ddf86df5d12ba44d 1.74 MB 920 4
702,402 702,402 0000000000000000000604dfe02eec42e983e68890995f2c7231c5508976b985 1.81 MB 513 2
702,401 702,401 0000000000000000000ba6220fe9028a7c9a2b28b039c4dd2fc0dfa00660d725 1.76 MB 796 3
702,400 702,400 0000000000000000000149471f0fc30ae6a180979bd10b655c56fbfb7951c455 1.49 MB 3,224 12
702,399 702,399 000000000000000000048d14d9d3df2332642691e0ecc45abba30f574f10b6df 1.61 MB 1,781 7
702,398 702,398 0000000000000000000a70ef53234ea41b17fe020288f8ebe2dc2ba4936cce59 1.45 MB 2,791 11
702,397 702,397 00000000000000000001caff4068fbd39e9b381acd925ecccb4f545fe2acaf83 1.54 MB 2,415 6
702,396 702,396 000000000000000000032ec9f57a868da040d8615eba69aa9a0ccc7f73cc10ba 1.48 MB 3,024 14
702,395 702,395 0000000000000000000debaee84694d067a0cec175880919768bb45f1de8eaeb 1.65 MB 1,301 8
702,394 702,394 0000000000000000000d4248e761999af7799c0efe156d10bdd05408d0fe599a 1.25 MB 1,209 2
702,393 702,393 0000000000000000000eb0519d9745e45bcf88688e3718e970454bbf40ccc501 1.38 MB 1,190 3
702,392 702,392 0000000000000000000ba9a0dc61b3345ed42b54a1a5a4aca9f0905c35e47df1 1.50 MB 2,257 10
702,391 702,391 000000000000000000003d49dda9226f267186162e76a30e7d52ada702f2ea8b 1.46 MB 2,016 3
702,390 702,390 0000000000000000000712487048c4c5e01fc444d9a5b9615fdde6e14c9ba712 1.42 MB 2,528 17
702,389 702,389 000000000000000000061866fbded7f947b3abb3c585979efe4ab48e14afcb6b 1.43 MB 2,556 11
702,388 702,388 00000000000000000008b2ad408f8930b8d8e87631fbf28b937a8f46102305eb 1.44 MB 3,004 22
702,387 702,387 0000000000000000000cd04534296b50fa3bf37bac9b04a85c5fdab25a28359d 0.13 MB 270 11
Previous 10 blocks ↓
Total Size: 769.59 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,651.18 GB sent, 95.87 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.