Memory Pool Memory Pool Refreshing

17,936 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (687,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,382 220,382 0000000000000331c93e1cae391c7cb60087a81045d3b94e244a5797a57ba9b3 0.18 MB 472 189
220,381 220,381 00000000000002a306413c75707ae11e0f8bd6af093132ffdc13cb4fd5925fef 0.07 MB 124 126
220,380 220,380 0000000000000379929965537b550288b5e9fda960a6ed377dc1f9f9af753d31 0.13 MB 318 180
220,379 220,379 00000000000004f79987382522e446f98d435563a74eaa2eead1d16dddfc1ca5 0.06 MB 132 21
220,378 220,378 00000000000001e7b6910129f91ab5259dcbc9e2eec7154b2a73e7c88504ba40 0.28 MB 444 157
220,377 220,377 0000000000000469bc0007d2b5901755d37cd9e68090fde9c7da4492c449c0e8 0.23 MB 466 172
220,376 220,376 000000000000002b19b8cb5ea1fd089f99a5af86e69b6df6a75b92f57d606863 0.26 MB 436 129
220,375 220,375 00000000000001abba8641cb33f4fa503ec2d0955ad3548c921c12ea3c9f90ae 0.25 MB 838 276
220,374 220,374 000000000000025dae55f439e7c8e276eec5c0797e777d20783b027ca20bc99c 0.00 MB 8 207
220,373 220,373 0000000000000200e8e269541cc9de38fee8bead582940678a77333785e9f75f 0.32 MB 528 56
220,372 220,372 0000000000000210e240a972bdb49975178b46ea218704797a88640d9401ce84 0.20 MB 495 224
220,371 220,371 00000000000003ca4cc18de733a70f80b99476da19b006cbd368c9f5ec96650a 0.24 MB 541 212
220,370 220,370 00000000000000f45f58aa7c3286e05e9d7a48a8553dea41122f4c35cd49de5e 0.25 MB 446 225
220,369 220,369 0000000000000233f76ae5f8f0c714850c85f7d1a24962e3a40bbbd37b20bba5 0.25 MB 663 200
220,368 220,368 00000000000001d83e6abbf663cc4b3e4af337428b894d3b94476ddbb89a40a3 0.11 MB 115 99
220,367 220,367 000000000000006ade0c63073c38daeb10c496936d72090e572ec65e0165c62c 0.24 MB 461 167
220,366 220,366 000000000000022d327992762ef8a69cf51b648231dcf6f764e73a746ed88bae 0.25 MB 631 609
220,365 220,365 000000000000046cc042d64bec11a1eaaca331cad2c160ce6e1a39beda7d4831 0.08 MB 175 136
220,364 220,364 000000000000042c7371b74499287d26b5b797fadb9761156ebc5c09f62bf031 0.25 MB 552 208
220,363 220,363 00000000000003a76c281e0c3ec862d4956217c91eee3c48556317e0b99dde4e 0.21 MB 452 164
220,362 220,362 00000000000003eb30a8d56bed05c60ea97d8108c4afe2e5da80dfc0223713be 0.25 MB 388 120
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.