Memory Pool Memory Pool Refreshing

2,633 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,378 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (670,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,565 237,565 00000000000001339c35ac980309d42315783556e58ddba78a1606050d93e8c4 0.20 MB 487 175
237,564 237,564 0000000000000088e611c11d55434fb79195e81508af4218c56a178b22a883cb 0.08 MB 76 63
237,563 237,563 000000000000009ff20f2a99d0920486e3cb819c122f7c0c9c7fb0c9f796eda5 0.25 MB 309 98
237,562 237,562 00000000000001593b399b9c6834b024385c6b3996bb55909588aad8d9c4134a 0.25 MB 758 208
237,561 237,561 000000000000004be3742bdfbc72c1c6af487baebf00ab53dbbf3018661e5f73 0.25 MB 634 180
237,560 237,560 0000000000000116683e1951f7b2561a55296edfdf4a0a5be0e647624cbefe12 0.12 MB 220 139
237,559 237,559 0000000000000039595a9596149994d5117425dc5db7098ca7b5d4da5a3af842 0.20 MB 303 118
237,558 237,558 00000000000001328ed5ecd715bbb72648832c108b521720bfa7127af2d07639 0.25 MB 674 202
237,557 237,557 0000000000000086d0b4a363cb009eb478a53ebe95acc8d95e7b061bff5469c9 0.19 MB 459 183
237,556 237,556 000000000000014eefeac33007ff705b6d985a0d20b15bda0784685442fe0c5c 0.07 MB 102 85
237,555 237,555 000000000000003330d04e2fe9e11661fc121529eab777cce2b8ff8fc6a43208 0.25 MB 449 141
237,554 237,554 000000000000016d337566af70c8b5db921b533f14a5492529e774a2f7556463 0.25 MB 625 194
237,553 237,553 0000000000000137c91a2f132c5c717ca000138cb5a8769732a1d0f6c965f701 0.25 MB 715 206
237,552 237,552 000000000000010d88621c1a0a725b20f8f09fd79532f273d09dc8a83ff4eb7c 0.05 MB 82 104
237,551 237,551 0000000000000122ab7097b19fbbfb54db3cd4eb423e8a5c716666a4a9dd6fc6 0.15 MB 265 150
237,550 237,550 000000000000011ecf6768cf56b86ab4012754fd1f7d0bc73368ebb3c8afec71 0.11 MB 183 106
237,549 237,549 0000000000000063a9f7df67ba0c2bed89b7b6340b7b6f8811de50278824f078 0.25 MB 558 169
237,548 237,548 000000000000003f40b214055e36c9ddd17341f01cefe27359457611203973be 0.03 MB 62 115
237,547 237,547 000000000000014d388bd05a4ffa6731f13fe83fc517450257306cd455f7ac9a 0.20 MB 460 182
237,546 237,546 000000000000011288f685d708c90005a906c8000088b92976db2a2032708406 0.15 MB 346 156
237,545 237,545 00000000000001269352ae2940e8dfd8d6f6c9b03b48ce71758e510eec247115 0.10 MB 191 125
Previous 10 blocks ↓
Total Size: 769.06 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,627.85 GB sent, 93.18 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.