Memory Pool Memory Pool Refreshing

10,073 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (88,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,558 819,558 0000000000000000000256b882b75b9781d13005bc26195a81190d0ba22d55b9 1.59 MB 3,918 97
819,557 819,557 00000000000000000003bd23014e549d242a10e7943888eaa37fa45137b36f63 1.75 MB 4,572 105
819,556 819,556 0000000000000000000151fc2628226b08e470b5104b48d8dc0c203cacd2989f 1.77 MB 5,493 98
819,555 819,555 00000000000000000000a3938278843f903e0ac6e559b9b76f68c54f821b3f89 1.50 MB 4,099 99
819,554 819,554 000000000000000000016ddcce88455c56405533da2b7837fad032fec8daa226 1.84 MB 5,828 97
819,553 819,553 00000000000000000003ddbd87d6298ca1ba320cebcf3055944aaaad9da330f1 1.80 MB 5,486 100
819,552 819,552 0000000000000000000362588e136eac368b25a774a9e5fdd3f95ffc30d49de3 1.63 MB 4,158 91
819,551 819,551 00000000000000000001b2c54c2f9d97ded38366701a92e4d73a02aa2e6e0d9a 1.73 MB 4,431 99
819,550 819,550 00000000000000000002a53f3b2db160378adf4baf968199cfbd7725bceff292 1.76 MB 5,122 98
819,549 819,549 000000000000000000008093a47edc4aa4eb268b51613bc3e9e2ea2375400386 1.74 MB 4,800 100
819,548 819,548 000000000000000000018c439ad5757b9af50a425ac64d7fff6481f6e6f4b60f 1.74 MB 4,278 96
819,547 819,547 000000000000000000001da89dccd952c0d5a0b699c12b0381872928daf87abd 1.58 MB 3,279 109
819,546 819,546 000000000000000000033f4c730924ee3e6f360f970dffb81b1db9a6cf720ff6 1.60 MB 3,601 109
819,545 819,545 00000000000000000001b10c99d66019ff84485096516c0ddf93de61cbf7fb0e 1.56 MB 3,648 104
819,544 819,544 00000000000000000002af392a7003679440cbf5ee7d43560c3340216e027592 1.65 MB 4,756 93
819,543 819,543 0000000000000000000009f45ee5dc497cc529b67e4daf5b2189fe3c6f4090dc 1.93 MB 5,323 91
819,542 819,542 00000000000000000003e11ede3a8657b8a7dca3d0f0a2be34f9da67b83a04fe 1.85 MB 5,025 90
819,541 819,541 000000000000000000018726451d6fbd9ea4f644351628179e92a08498c8bc51 1.54 MB 3,792 99
819,540 819,540 000000000000000000013fc0616130cbb47b26b6cf3e64a43575921aaf9924ce 1.81 MB 5,167 86
819,539 819,539 0000000000000000000257e5224a95dbc6fa251361e45fd2af1b0d37ae02816e 1.89 MB 5,832 89
819,538 819,538 000000000000000000032532f069252b5774c2c37e1cd8d425bcd572557e3b64 1.74 MB 4,604 108
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.