Memory Pool Memory Pool Refreshing

9,827 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (647,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,549 260,549 00000000000000119ea4e4c74017405bb798d19c50cc60627fb752f776c4ec8b 0.10 MB 254 149
260,548 260,548 000000000000001c7487005fba24dc7d7cb7413b10369a2eaf0d966a7edff90a 0.27 MB 406 60
260,547 260,547 0000000000000016b8f85f72b7b00a4090cba40da696f86e6fab9dc7832137ec 0.16 MB 442 117
260,546 260,546 0000000000000003f4f4413e0539d34611048a10b0373753304ce2a3eab65ae9 0.13 MB 301 90
260,545 260,545 0000000000000005cd0b17fe0527d7b8329953e0f098698d453a4883dc1a7b47 0.04 MB 89 89
260,544 260,544 0000000000000003afbef5b2d3c445981a02467ed8bcaac5489361643dab5103 0.07 MB 118 85
260,543 260,543 000000000000000bb6fba3eb2efa8ac1719096c812b5d4c6f8f29d55a582486e 0.14 MB 23 3
260,542 260,542 000000000000001712af4294404d34c471c9a2ff4849fd9c17cd16b54f703926 0.01 MB 37 105
260,541 260,541 000000000000000675684bdd5a054f40f70bc30e82f54f204e365ef25c9cf1f6 0.11 MB 328 5
260,540 260,540 000000000000000b8da73057e509072bd1a2220cc3147cb72491fdc6bf7b8009 0.17 MB 435 144
260,539 260,539 00000000000000156814d3023b67274f0459508d6450fc1cbb6462ccb477978e 0.15 MB 320 39
260,538 260,538 00000000000000132847de4a951d37e52a76ec773efd4c468c34af069bd62ad6 0.11 MB 231 120
260,537 260,537 00000000000000082cf9b14a4d79923deee93424b61ca32efe4175c028a8d598 0.07 MB 156 116
260,536 260,536 00000000000000047ccc852d1d55583dbd9f38d83a84406a42c4f786de8349a9 0.16 MB 387 108
260,535 260,535 00000000000000041fd889f318e130eb36452b53dcd3ac881e9cb16bbbaeaa3c 0.06 MB 138 141
260,534 260,534 000000000000000af8bcd225e3c8d55502be9b553b0867cd540cb87b5967d9ba 0.07 MB 154 72
260,533 260,533 0000000000000008b6bb368f7fc6e3d48c7cbc78063aed542a405f2438d4bcc7 0.04 MB 102 56
260,532 260,532 000000000000001b587485a3fc9eec2568744770e99ae91ccba9c0ff7ec91656 0.22 MB 581 110
260,531 260,531 000000000000000f2f55393b492fc6fb435e46aa1364bbeec3cfb8ec3cbdc347 0.17 MB 343 85
260,530 260,530 000000000000000320f395d3da731fc5a5774011e1bfdcf73fd0e1a7eaa5205e 0.06 MB 153 166
260,529 260,529 000000000000001862b3600c3acaa0343618c6bf7667bbb954600cdf4b9fe0ca 0.15 MB 155 8
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,621.41 GB sent, 92.91 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.