Memory Pool Memory Pool Refreshing

3,430 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,370 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (547,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,426 360,426 00000000000000000c867c756e01c8ec22f37551ec7c2a8e110c33a6a9698e27 0.12 MB 209 23
360,425 360,425 00000000000000000d9a83cb6af76ece7b822d67cddf7a6286e68414a4cc607c 0.00 MB 1 0
360,424 360,424 0000000000000000074a8cf932730f1a409ce43ffe4b7007ac024313dd170c4f 0.07 MB 99 20
360,423 360,423 0000000000000000086444d52ca9f12feb541c8201157ab27d0ca650d79f09db 0.20 MB 282 18
360,422 360,422 000000000000000002e26e03b908fbbf08af13073d890dbb1929773e1d2135a2 0.15 MB 235 19
360,421 360,421 000000000000000009fd7288f1da9681e0f860e0751d9a86c1da6d76859f4149 0.08 MB 87 9
360,420 360,420 000000000000000000f5d57b72719817e29d46160fcdbccb20569f164532e28f 0.33 MB 434 15
360,419 360,419 000000000000000010d0a0db06f735f9095b3ba42077770395eb1e6688c97c3d 0.75 MB 1,596 29
360,418 360,418 00000000000000000ec6154924d43e962279b425eec486c11562205221def3d2 0.18 MB 293 19
360,417 360,417 000000000000000007275c7d132ebb7f41bdecaf7716146654e09c40bcc7e3bb 0.24 MB 396 23
360,416 360,416 00000000000000000d2c68db0aa92cb0fadd513d364189b34549cc9866c23572 0.07 MB 160 27
360,415 360,415 000000000000000014efc93023a1041ba24700cbd83d61f4f250b4b1b71f9fc4 0.08 MB 203 28
360,414 360,414 00000000000000000b02c7911b2cc5375850ddc0b8fd708953a5c4e486200fcc 0.47 MB 528 12
360,413 360,413 0000000000000000001e5734865f7425dc462b5c210811505277282884f08200 0.66 MB 1,346 25
360,412 360,412 0000000000000000124bae79afdcee9267b4e6f8137758b8b4135455cd8e3bfd 0.22 MB 358 23
360,411 360,411 0000000000000000153ee7885baf7f31a03873e9b158380b07c6d67a970f0957 0.61 MB 1,022 13
360,410 360,410 000000000000000011fb8e8d146227f3108e949825036de95f95eba45fb598a2 0.90 MB 1,100 23
360,409 360,409 000000000000000002793cb643eee0e53816f405196f6e84aed28a948b01082e 0.93 MB 2,075 29
360,408 360,408 00000000000000000e3fdd70f13fb145840ab9b3c260ccfadaafbb6bfe90c023 0.25 MB 813 56
360,407 360,407 00000000000000000755e00921003381ab1964eb5f62817536bbb50c102bf600 0.68 MB 1,367 27
360,406 360,406 00000000000000000a78b0ad2076fce41e6c3b8a5bd0916c5959f419524dfd21 0.36 MB 761 27
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.