Memory Pool Memory Pool Refreshing

908 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (607,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,540 300,540 0000000000000000142b159967bee03edd1866c970190c77f7c113dfca802c3a 0.09 MB 227 408
300,539 300,539 00000000000000002e0ac2ea83dfa8e35c6c6ff4c8a75c3344d3585b7000f715 0.23 MB 508 35
300,538 300,538 00000000000000000b363d12cf3781f8f2b302d8717509d518adb6a43db16a03 0.01 MB 16 27
300,537 300,537 000000000000000057dbe3d68faadc799e74d9f0c762c6853395978c4393982a 0.08 MB 159 35
300,536 300,536 000000000000000037817e81bd8fda0e9cc79ffbbe054d198b0621052c21db6d 0.16 MB 357 50
300,535 300,535 00000000000000006b361846128047537ca2eda1a7114ca6b3b41cb11859978e 0.04 MB 63 22
300,534 300,534 000000000000000023a8e66f5f2313203b22eb6442af18b3d2e14b7259d646db 0.15 MB 380 42
300,533 300,533 000000000000000045b6df34a6b2bcd0fae03a50746ce5aad5ccbc802e7f3dbe 0.30 MB 694 40
300,532 300,532 00000000000000003c4e14602e41b16ee712c18a1f3ee19d4d89124d1e67f6e0 0.03 MB 96 44
300,531 300,531 000000000000000042d0ffaede3050f05e8ffb8fe9b410bd010b81c27226143a 0.20 MB 435 37
300,530 300,530 0000000000000000629684f1a5f2a8876bbbfeaace69897a54a244777867b5ad 0.32 MB 701 37
300,529 300,529 00000000000000005997d101173e289cc488556c6948977c1fdc6d1882ca773e 0.19 MB 328 31
300,528 300,528 000000000000000038ac86c4d11138272a7eaf45096b06b66c68de8acda7422a 0.03 MB 91 44
300,527 300,527 00000000000000005213a3bf2aeb67cf8b7a53afa0d7d51e4e850ddc41f1b849 0.18 MB 369 32
300,526 300,526 000000000000000003f5b549c64977e1b6b7979d8a110b1f3c162ee663b9c617 0.11 MB 248 37
300,525 300,525 000000000000000008a8a9d512f6663f019fb9caf0857541320e59267b6ecb3c 0.18 MB 352 39
300,524 300,524 0000000000000000297a83beef2cf9bffd83fb9080c1a5236d1cb1746ca54c0e 0.10 MB 113 17
300,523 300,523 00000000000000005528c8c7cf2a286e7aca1d1edb56123e161d20d97be57640 0.16 MB 331 30
300,522 300,522 00000000000000003c0fcddc8af06d247fe43ae1860ca589a0788ccb68df88a1 0.05 MB 78 25
300,521 300,521 0000000000000000166fcca5b52407c67da476d46db6f4fa4baec033a0068841 0.20 MB 434 30
300,520 300,520 00000000000000005b17bcf774299a5a397ad34e357182a15c02768303ed0071 0.12 MB 128 12
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.