Memory Pool Memory Pool Refreshing

4,609 transactions (1.48 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,128 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,127 (849,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,713 59,713 0000000000573b883337367620a2df571d00e50680cb41eb2951c11eaf86408b 0.00 MB 1 0
59,712 59,712 0000000007554f1322ad09f288797e2554c57c667cf5102473dc4eb428f7a4b5 0.00 MB 1 0
59,711 59,711 000000000ea544d5fb09834863c83e8bda3d9477c22ceccc6a3c1e6aea5bf45c 0.00 MB 1 0
59,710 59,710 000000000455daa44cec5c80dc8ab5821444d7a51434de0afc86635fcfa2d93d 0.00 MB 1 0
59,709 59,709 0000000004009ddf652520c6e285b6d3199d611e1180c8c1f364e1be981c56bf 0.00 MB 1 0
59,708 59,708 0000000000824240fdb9fb468b6a7376778562a88ea30b9c4e82e764d7b16e33 0.00 MB 1 0
59,707 59,707 0000000000b7939c7a54fc2f163538b38938ba5e528b7b278f8112f687fd5c15 0.00 MB 1 0
59,706 59,706 000000000e230d20a8a85920d82adafd4f2960c1bef7b7a74f2c029316e1f161 0.00 MB 1 0
59,705 59,705 0000000006011b390029809b30bbdc021b6fb4961964420c794b4d571f76b04c 0.00 MB 1 0
59,704 59,704 000000000dde3e3afac846ac5c3b8bbaf8879100c832d60deb79c2a27f66efca 0.00 MB 1 0
59,703 59,703 000000000a1b083f5faed974c4825959c792bb557d08be7dec16f96a1ac67e96 0.01 MB 2 0
59,702 59,702 00000000066bd3990b82e39717182914c8bc88209a1f8561c606e6cba24ccae3 0.00 MB 1 0
59,701 59,701 000000000f2ed8035e9c99f88c7e8a45257e3237a5c3c16889b9520426091a96 0.00 MB 1 0
59,700 59,700 000000000c9cf67130f3f41ad0e09fcc624c96b795bae954d9a31204213fa560 0.00 MB 1 0
59,699 59,699 000000000b3e9266506e6fe2f9baeb69f5c186be988b6c52791565006af78a72 0.00 MB 1 0
59,698 59,698 0000000009d1659af56a1e9d380bffa2d3b5da016ab885d8ead9149573b485fe 0.00 MB 1 0
59,697 59,697 0000000009dc0489fc9836f33a34cf8869b6db3f5d6f31ec0caa2a0ca3615fd7 0.00 MB 2 0
59,696 59,696 000000000de53c5723c0e8d73479f48f746d6a9b8966723916439fd127c52e8b 0.00 MB 1 0
59,695 59,695 0000000003f9884378932a6a922b4c6d1ed6ea6954280cd7dddcab3fa0011ed0 0.00 MB 1 0
59,694 59,694 000000000b5a4529ee6dae580bfa6c10266d55840d8da92f515f541bd67e2de1 0.00 MB 1 0
59,693 59,693 000000000a72690fd8d6f752fc1aa08462f53d773f72a71bdfcab9e6e6261bbd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,938.24 GB sent, 106.48 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.