Memory Pool Memory Pool Refreshing

1,627 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,605 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (795,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,283 112,283 00000000000045ba5cf0d4dd59f99f792c06c129f65fd54a8836f5c1bf48c321 0.00 MB 6 1,633
112,282 112,282 0000000000009f6f24c8e0a716880c4036aeac650fdf04c9061cdd3e3197db1f 0.00 MB 10 1,329
112,281 112,281 000000000001196c88f30c9d8fd732d3bf521810aa78489912991d2fbf566699 0.00 MB 18 684
112,280 112,280 0000000000006a9f02595ae940a36a66e2e285aa008efaa7939a9a7de2c8b809 0.00 MB 5 2,150
112,279 112,279 0000000000004572528e2a7a735f70f060086cbe2104f7550f5f2c2d6d8affa5 0.00 MB 8 3,021
112,278 112,278 0000000000001145a6ce2c1b6d0494f9c936a5b1cb2df52845b8f0afe07a82ef 0.00 MB 12 2,334
112,277 112,277 000000000000c4a1e1b774b992273f4b35610a0c1b80eba5cd8fb2db609ff523 0.00 MB 2 3,861
112,276 112,276 000000000000041268f9ee799c45111981afd17dd7963abfe06a6007d46b6a2f 0.00 MB 5 2,906
112,275 112,275 00000000000125c5f84dab397c79bf23ffad7fd610366e22abbe10dda4af50a8 0.00 MB 1 0
112,274 112,274 000000000001008345f58baa281a80179d8dba8470586e6d9fee5865aa6bcd50 0.00 MB 5 1,003
112,273 112,273 0000000000001c440b35ffb2b4f9fb10232f81b8fa6bd803bf9c02b2bd819230 0.00 MB 4 368
112,272 112,272 00000000000011a15ee5b4d96a0cdddff241747f2e9be9a6a2899f3a016430ef 0.00 MB 1 0
112,271 112,271 000000000000de64338498fcb3f16ac4b982a322f3987154b6143c1148e676a6 0.00 MB 1 0
112,270 112,270 0000000000008ad6a327d240cb31b80b36920f040eee1fbd477917e3391b31f9 0.00 MB 6 908
112,269 112,269 000000000000ab13c12067dd10ad1726162c96ab2eaf031e96adfdcaf7bf4313 0.00 MB 8 1,692
112,268 112,268 000000000000d275c787081e746427928a6982193ee68fb8bf94d75edce8ff78 0.00 MB 2 0
112,267 112,267 00000000000003d13d308ff40b5af01db937e2e77c865460289555602c080367 0.00 MB 7 3,302
112,266 112,266 000000000000981b157b1e0b2839c211b6d54bb2b3bf95368a817a3159a08bac 0.00 MB 11 3,341
112,265 112,265 00000000000045d27714d07dcfbce8b2eea5fdfab6b0f5b562198671fc34158b 0.00 MB 7 0
112,264 112,264 0000000000003004220b5c6a5a4571f9b8a1e01b491a2093e48db1223104d577 0.00 MB 12 0
112,263 112,263 000000000000c5888e84695e78104d1909c86339e718bb3f1aa3a774a8239c5a 0.00 MB 12 339
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.69 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.