Memory Pool Memory Pool Refreshing

473 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (86,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,482 821,482 00000000000000000002283edda1aaa81660a13c503883eee6510fcf956c2cf0 1.78 MB 4,923 484
821,481 821,481 00000000000000000002d1c3b7f2f6eb2cb2c1ee4f5714781de340be8cba0697 1.57 MB 3,918 484
821,480 821,480 00000000000000000001c332177864947637c4460c7192f126a167aff46d959e 1.73 MB 4,702 407
821,479 821,479 000000000000000000023577c2ce8d37712fcd13343555c3a10ac4b19231d285 1.83 MB 5,294 420
821,478 821,478 00000000000000000002e8931bbe0bb9202ec7b6a04420003b0b3aa66d8fd84c 1.95 MB 5,944 462
821,477 821,477 00000000000000000001af12d0d044eabe606b6fb091a6ff3e8d609ba7711001 1.76 MB 4,731 408
821,476 821,476 000000000000000000031522fbb9c007e4861d3bfca44c648dbfcd1058bcbab6 1.57 MB 3,975 481
821,475 821,475 00000000000000000002a2fa4ef9f50245caca01f1b0cd894344d46aec7c7e58 1.76 MB 4,733 448
821,474 821,474 000000000000000000024e697ec87137ddd043382b59edf3a46601420d3edbb2 1.64 MB 4,027 422
821,473 821,473 000000000000000000012aec8edbbc6a71ce2f31497334d6c2ec860dbc7a9410 1.47 MB 3,039 467
821,472 821,472 00000000000000000000b781ea3ab7609ad09297393b2c09f3352364960da9b3 1.70 MB 4,495 389
821,471 821,471 00000000000000000000cf8e9c0d6a24d548df44127d4809c0f40d48bc6a8ba0 1.66 MB 4,190 377
821,470 821,470 00000000000000000002d4a7c2493236e1e554bb8fe9886807ba980f75d49c23 1.55 MB 3,737 420
821,469 821,469 000000000000000000038c97af43727086ce2e0d430fd55d437149969c7228d7 1.55 MB 3,598 276
821,468 821,468 00000000000000000003ace3128e1c31abbf538c2c42955b37d014c3280fb062 1.59 MB 3,959 413
821,467 821,467 000000000000000000026bf6ea715bd6513d77461467b5d501f2b0e98322390e 1.64 MB 4,174 304
821,466 821,466 0000000000000000000064c5e59527babab1d55dc56d56e2e2a87f256d601636 1.70 MB 4,293 305
821,465 821,465 0000000000000000000148f3d19564a8fee4f0a6d27dd25c198e4ded58ea2154 1.70 MB 4,605 322
821,464 821,464 00000000000000000001e09546d7b4bac1c21bf0383e9fbc953a72193c29b3c9 1.74 MB 4,721 317
821,463 821,463 0000000000000000000367b2ac8593f991ffcb0fdb4ae5c598dd3eef5ec0772b 1.67 MB 4,524 356
821,462 821,462 000000000000000000039fc874d642e6e5b24d47cd3ade2219a786c0ec0552b6 1.65 MB 3,977 338
Previous 10 blocks ↓
Total Size: 769.15 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.62 GB sent, 93.63 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.