Memory Pool Memory Pool Refreshing

11,336 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 21/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 ago 1.00 vMB 4,514 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (742,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,298 165,298 0000000000000ab3ba0068c270f2f90fde43f18bb92efa2e5c50fc59657f0b77 0.01 MB 17 24
165,297 165,297 0000000000000c249e8835a713a1c1d433db038c73fc4e7373ddb5ffee3c4119 0.01 MB 36 207
165,296 165,296 000000000000016e0084e4c575089968388b570663a9ccaeca0832027e18f99e 0.00 MB 1 0
165,295 165,295 00000000000001a8de0dc8401b668195615469ae56e221db063c0350154620a7 0.02 MB 39 359
165,294 165,294 00000000000009fc1b11bd6d37c5aa048b9ce439fcb416719985282419cc234f 0.03 MB 85 262
165,293 165,293 00000000000004869ffa654010a84741e18f060859c2b8c720726137ec3a94e5 0.00 MB 4 52
165,292 165,292 0000000000000c63bc19d3841dadd641e611844380d19ee55195fb4648db9abf 0.00 MB 12 52
165,291 165,291 000000000000031a2be338fa3c7a8822ecce1abae55c3884f66491206bc77253 0.04 MB 96 78
165,290 165,290 000000000000035e63d2beb40ab3fe823eeb4698cfc9d7da3c4f34b593867dbe 0.01 MB 26 14
165,289 165,289 0000000000000af8ccb279f661f31a87f68592fdb8cec8673cc018ddb9f99bd4 0.01 MB 10 223
165,288 165,288 0000000000000b04b57f75d568a1e62926cc1263711ae3f8d44e8ebcbe01f607 0.00 MB 12 16
165,287 165,287 000000000000022ccb72730a8256248c90599fc1209e94fc72a99beafffa286c 0.01 MB 21 465
165,286 165,286 00000000000004b656dd5712f7c1f681658198e275f354b204ed90f1cb1a7702 0.01 MB 27 128
165,285 165,285 00000000000003e2edb7c8b9d9d55c29e8f96f02fdbd9e1d9d01117bca9c057b 0.01 MB 18 18
165,284 165,284 000000000000089d9dfaabf316435892f46661e5e0cefa34f76f20314d16e7e6 0.04 MB 102 77
165,283 165,283 0000000000000b61f9b61c9e04135242afcb3fde7ec79e07b51184aa6272d734 0.02 MB 64 110
165,282 165,282 000000000000070132a928eccb5de3c07fa90821814a3fca257f1426053ec5e0 0.02 MB 31 234
165,281 165,281 00000000000000599d3df7e2d302cf0bc6ce5b34accd44c815f2e114d5c00c3c 0.00 MB 8 106
165,280 165,280 0000000000000beddf6caa63c012474b6b280847eea04edbf23ee1578b09122a 0.05 MB 112 116
165,279 165,279 000000000000024bbcf27a44b80f861b6fac3a16ef0c29711f164af30fc3f1b4 0.00 MB 2 0
165,278 165,278 00000000000000792e329c7fff92b13432a4990d24ae8290b1224dd5d1ca4d67 0.00 MB 5 22
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: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.49 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.