Memory Pool Memory Pool Refreshing

7,611 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,280 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (804,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,487 103,487 000000000002360354f07c2947af3e929fe83cb146ddc79981784d1d1fa61121 0.01 MB 17 0
103,486 103,486 0000000000027dd77984de10016b1d41a1904177b7af6cef7acb70185757e989 0.00 MB 2 0
103,485 103,485 000000000003119d1adad610fa142d9572d21f7496e08a957efdac474bfe7520 0.00 MB 1 0
103,484 103,484 0000000000035c6619bf38dfa492886b087599a863e82e85db7009f8f939e70c 0.00 MB 6 0
103,483 103,483 000000000000eab3453df66e52e730eaca35b3042709e5875661edfe92400a7d 0.00 MB 3 0
103,482 103,482 0000000000022255fd3615dd7f008e4d846bb9fea47374445bc91ea089637b37 0.00 MB 3 0
103,481 103,481 000000000002c1e5fc77d2912f4618868e901da563d43c4cb81683edab9caf5b 0.00 MB 2 0
103,480 103,480 000000000000e7a52ffc74702028c6057781d7f46eb2940c83147510e4982f47 0.01 MB 18 0
103,479 103,479 00000000000089a007d0e358dbaac80b07cbb7ece4dab9e0a96890d8d548a86b 0.01 MB 35 0
103,478 103,478 0000000000020523e037252013e6f9efcef0bb2d16e86d28e01509ded0ef68b9 0.00 MB 5 0
103,477 103,477 000000000002d591d9c3952031baa8d1c6bfcdab53b4cf76e6af87653a36838c 0.00 MB 13 0
103,476 103,476 0000000000021bb1825ce5ce3058ae030dd78e58507e8cf9aeb2732273a01a80 0.00 MB 5 0
103,475 103,475 000000000002fae68ba6f2af697c98cd98f696833025f2566a792b7ef3a7794c 0.00 MB 2 0
103,474 103,474 0000000000006a5d074a6ef079601904fd0117684da1a5bc6adf4ea5acea4943 0.00 MB 4 0
103,473 103,473 0000000000012ac5847419dc7b083d14e0c625d53ba66dbe805d2bc278501f93 0.00 MB 1 0
103,472 103,472 0000000000004a12cdc6b37bd3cc40eb17be96111c3d07a8135aa92e638204d7 0.00 MB 2 0
103,471 103,471 0000000000006def5f2b2747cea29c4ca8f49dfb607cf1cd408baee864c05cf5 0.00 MB 2 0
103,470 103,470 0000000000023bcf4d761fcba2de1ae97779cf7a4e9a397d0498fbaaca74c600 0.00 MB 5 0
103,469 103,469 000000000002b1c8501c8b0a10116b2a3598da13012073466b8525e10e0c9272 0.00 MB 1 0
103,468 103,468 0000000000023bca6f24f9bae4c01a2e944cb0c744708d14e10ea24231d549db 0.00 MB 6 0
103,467 103,467 000000000001c3fdcfcede06787a07259d26704a6d6e37babcf1e6530646fcce 0.01 MB 20 0
Previous 10 blocks ↓
Total Size: 768.93 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,604.66 GB sent, 92.46 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.