Memory Pool Memory Pool Refreshing

1,855 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (855,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,849 52,849 0000000011378b759a47ff1f35942159bbecad5d09c0629b520ab4f55175a4ac 0.00 MB 1 0
52,848 52,848 0000000011a583ca5a3d30e821ad033583bfb7cdcccad0cf1516da3b582920b1 0.00 MB 1 0
52,847 52,847 000000000151d8ca7c49ab6d1cb7aaf21ccd393200185cc07bf5b9d9a3f378ef 0.00 MB 1 0
52,846 52,846 0000000010c403ff5d754da6c0264ddd532b0c715ccc1236b266a687d95dfdde 0.00 MB 1 0
52,845 52,845 000000000faf51a1dac7db303280f969c67c886c29e7ba111d981424c9dd23d2 0.00 MB 1 0
52,844 52,844 0000000004fb612417f97c31fc3e5e9b0b1d3b0cf9c079a3a8e7bea4ba5e2e67 0.00 MB 1 0
52,843 52,843 00000000074b04e03674940a38de646d4b65c39b242cdfe27c802e10ba507b8d 0.00 MB 1 0
52,842 52,842 0000000008680acf19ff7b6b2c19640211fae6446d8dadfeda25268c02de3169 0.00 MB 5 0
52,841 52,841 00000000092cabc3cbc59634bbb90f1b7bf90553671be5fa97abd041aad871e2 0.00 MB 2 0
52,840 52,840 0000000014fc69996a2bbcb59382a41d2507c168744e99cdda3b5f3734d51efb 0.00 MB 2 0
52,839 52,839 0000000008c9c0e0483dee5fcee4079f6eb955c2c6c95eeb29b55168a9e27424 0.00 MB 1 0
52,838 52,838 0000000007e93ea93db102299fa4d333b0ec2bbf0e2fcf2ef71f6297563a92f7 0.00 MB 1 0
52,837 52,837 00000000100bfd125c32e1883c3d902b571d8d51ec1c6a9bea036dac76534c78 0.00 MB 1 0
52,836 52,836 00000000013be66e522b8ce8dc368fbb58f25582e848328614e405b27efd0fdf 0.00 MB 1 0
52,835 52,835 000000000a137c2e930263a4faf71fa11b8b23a006873decc4d74b9e4ff10fb4 0.00 MB 1 0
52,834 52,834 000000000daf52dc721a91c0b54ee439304c6dd2cca9169eb1651c133f69b740 0.00 MB 1 0
52,833 52,833 000000000c11a2fb423ad567e592376f4d0cdcf0c37a4be7341c64035a7d215e 0.00 MB 1 0
52,832 52,832 000000001587d26c9bb933ff89282ad9f235c2496c87824725de053ffb1ea90b 0.00 MB 1 0
52,831 52,831 00000000064b27d3d6a74ea6cd22a740a140d2abae70ab9c7bae3a27f5d0656f 0.00 MB 1 0
52,830 52,830 0000000013f1261c5c794b7ca0cbe02324d673ad20c9408f351e7eca14b547f6 0.00 MB 1 0
52,829 52,829 0000000002881762ac89ba32d5639d92581cb9bb962becf7a0065d21f3f813be 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.