Memory Pool Memory Pool Refreshing

4,876 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (439,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,965 467,965 0000000000000000006d5dda2bb6fd946caeaae0577a4be48e16743ad695c199 1.00 MB 1,640 455
467,964 467,964 00000000000000000149338e04928cfa5949e016a90555d0f4569954103006b3 1.00 MB 2,405 361
467,963 467,963 000000000000000000ba5008dbcbd99d6a82f169599a0b4668f915751aaea0fe 1.00 MB 2,200 333
467,962 467,962 0000000000000000013c0e1af183fc21da78bd0777fd397a5b082b1ecc23df42 1.00 MB 2,428 315
467,961 467,961 0000000000000000005fb29471da62846b06fcc982cdd21ac8ae7fb235b691ac 1.00 MB 1,835 263
467,960 467,960 000000000000000001673383f4214935cd97784b9cc276cf01542476a4d0aa0d 1.00 MB 2,178 215
467,959 467,959 0000000000000000014079530b19688cc64d25161e223a66203b60e05b17bd8f 0.00 MB 1 0
467,958 467,958 00000000000000000063c15dc8c9dd053cd04c56e410226fddbba9837e607adc 1.00 MB 2,313 321
467,957 467,957 000000000000000000aef71d4b64f254760385a84c88cd348dd7eca327c9fd90 1.00 MB 2,325 311
467,956 467,956 00000000000000000140f643a8623cbfb1bac4c33a28af6dc6e9961b20a6e95a 1.00 MB 1,692 212
467,955 467,955 000000000000000001d40ad778235ff3463d8611ab627cd3fb7a1d859cf17e58 1.00 MB 1,767 248
467,954 467,954 0000000000000000005775794ec3d8c8576f659b7f782e5ba707fa94f6256e9e 1.00 MB 2,186 357
467,953 467,953 0000000000000000000ccc00c838405af59397fe634aab64f2d2aa4faf823a99 1.00 MB 2,427 293
467,952 467,952 000000000000000001b596ef0fbc50ef3bf16f0831cb60cfaa8973f6f416b292 1.00 MB 2,049 328
467,951 467,951 00000000000000000081c1c6f882a67d1333b1e545b57540f0703b99d6acef6f 0.75 MB 1,928 292
467,950 467,950 000000000000000001d4fdec994229dab54d46f9c4aff11e8a0c19b9d20c9d88 1.00 MB 2,024 286
467,949 467,949 000000000000000001d33def19ae475f5bc6ffc01a74667ffa6e5e3b1aae98fc 1.00 MB 2,190 281
467,948 467,948 000000000000000000316231494c645a2534eac525d05dd9f1a996c88ddfd005 1.00 MB 1,940 320
467,947 467,947 0000000000000000007c8aa739c6b86c2d8bf40bd459e1b7ff86663538d43b0f 1.00 MB 2,515 282
467,946 467,946 00000000000000000141476fa9a5e9acbd42bb232ce8f033968edfe1e83d21aa 1.00 MB 2,593 265
467,945 467,945 000000000000000000ae7758891ec59f37498e88f7730637f9a05b45f94c222d 1.00 MB 2,064 312
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.