Memory Pool Memory Pool Refreshing

1,701 transactions
0.75 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
907,955 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,209 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (772,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,436 135,436 00000000000001d31021216b8791dd7825b203d46a7c51b5af0c2559de095e6b 0.03 MB 78 654
135,435 135,435 00000000000002d6c00296c69529e9b70eefc198ac9698fd81392443dfb53f37 0.01 MB 22 557
135,434 135,434 00000000000005f2a46732d53795a5e32b7c1f3fa71ee8f937406fc9b9573e97 0.05 MB 98 361
135,433 135,433 00000000000003b9d5b367ffb2b1b8271d2e1f3b4521ab849e3988f172931a26 0.01 MB 19 513
135,432 135,432 0000000000000a1270705816b2efb973a20f35ec76e41330be1456620f6762f9 0.02 MB 25 172
135,431 135,431 00000000000003436bb452461088a8926e37144d88f293f94030e8780d11d859 0.02 MB 67 223
135,430 135,430 000000000000079f8549ed113c6d513127811dffb62886e6214b8abeae2c0ec8 0.01 MB 30 550
135,429 135,429 0000000000000a516632fc79fc8ae20c1d924ca54bcacde5c766b9d820671f6f 0.00 MB 10 304
135,428 135,428 000000000000020f7b7246be2cd0063d58fa905834da6e430b32a4e681e39795 0.01 MB 19 279
135,427 135,427 000000000000082d92e61420b5b1f864a7c81f90c0d92de6204cc4c07fa605aa 0.00 MB 7 263
135,426 135,426 0000000000000595657260cd7caf1ec222d04d3b2e68d55ec7dfe55232469b70 0.01 MB 13 43
135,425 135,425 000000000000097bfc52fcd256f49102ff15a36963dcd6e627f834c9df7532b1 0.01 MB 25 0
135,424 135,424 0000000000000070b543f596584026a1aae431f900cd2469a412694abb704e7c 0.00 MB 9 720
135,423 135,423 00000000000007f22bc0faadf1b135be4b4c4cfae1b132dc417f18f801d8da1c 0.01 MB 9 28
135,422 135,422 00000000000009c8ec8e5df76acd51d03c54408e40ce413f26b793dc1d64b6cb 0.01 MB 20 701
135,421 135,421 00000000000001607e24dcc98475c2916a519694079d3c0068305a87b25c3275 0.04 MB 102 220
135,420 135,420 0000000000000537426f8d5be74f833704d6035dad28c39dfe6ebe4e962ca131 0.02 MB 43 131
135,419 135,419 000000000000060bcf2305f040b7c3aecae0b5a822c8e0c5b3772aaadcde021c 0.01 MB 16 775
135,418 135,418 00000000000001816bb34212304cbb79529970ff5e907d796e8e3982cd238759 0.00 MB 9 701
135,417 135,417 0000000000000406942eb83d0abfbe7d815974d126b0da8b7a90be2f040c6709 0.03 MB 107 174
135,416 135,416 00000000000006e6e486aa36cf55127978d38acd1575b8ccd91ab3f2d9f024fe 0.07 MB 109 325
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.