Memory Pool Memory Pool Refreshing

7,705 transactions
3.47 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,262 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (846,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,982 61,982 000000000e1f6c983f0de3b5d112e18877b0ab359b6fc670f2543dd04f789db7 0.00 MB 1 0
61,981 61,981 000000000ddcef2537cdd4b72d5f02d4c1f943c3b85afd747a093ea680d79408 0.00 MB 2 0
61,980 61,980 000000000de93dee806e4ab4448864777558dd98da914b9432384716bb5d1696 0.00 MB 1 0
61,979 61,979 000000000e2caaee54cc506532eec4deef50afbee4b6ee1043d26177a9121dc2 0.00 MB 1 0
61,978 61,978 000000000d18b23d9da24fa3fc1129f51bc9bea7dca6dfa0bee37c28305f5c8d 0.00 MB 1 0
61,977 61,977 00000000034bba2d125329517bb939daed31c3028dcc61939a9c358cf073abff 0.00 MB 1 0
61,976 61,976 00000000074572004bb204feb8b22b348713d5a4e257aecba445fe1d8d7a48d5 0.00 MB 1 0
61,975 61,975 000000000a5c4cfb8b31ca4c291d7dfbbfcf32fa2096645fdc7897f3bfc7db0a 0.00 MB 2 0
61,974 61,974 0000000004a10c6d2e3fed6bc1122f98dd66d3c73e0b589e41087dc09d2972b2 0.00 MB 2 0
61,973 61,973 0000000003c0b27de9acae5b0594f34fbc5f763e78f1e57bca4cf13d1a53f2dd 0.00 MB 1 0
61,972 61,972 00000000055f13f30e0d7f2c34db36a7cb54b2adb1361761f0dad8461d18dd66 0.00 MB 1 0
61,971 61,971 000000000ca1d9a0a1ad864774e7212664f4facdcd987afaec33969332a01cb2 0.00 MB 1 0
61,970 61,970 000000000a9ef31c1e53ebe9c00249c71d82660c2f4ccbd1818e311552577a0c 0.00 MB 2 0
61,969 61,969 000000000d6e666e0a932ec7a74aea9f1885671e6b1be9ed8e87efb93e388a72 0.00 MB 1 0
61,968 61,968 000000000267104415fc1f05f552d0883741e8cc2c43b264af21a9bb3412ca14 0.00 MB 1 0
61,967 61,967 0000000005d13e751a10aa85157a3b941b096a9ca24e78b655fe70d987067caf 0.00 MB 1 0
61,966 61,966 00000000036efd74d0ce0620061260c96e7b27380c5f11b21addebb5a32e6217 0.00 MB 1 0
61,965 61,965 000000000bfc54f4a45fbf55beea45b87f0d0c9dcb722874d1e5c35fd60a7728 0.00 MB 1 0
61,964 61,964 0000000001a7f2660627740a6e87d584e1f381b6264af730508394a967787ded 0.00 MB 1 0
61,963 61,963 0000000006d10c918748d91be4b27b1b2d31edbcfbc29dd40ce056ec297f8a6d 0.00 MB 1 0
61,962 61,962 00000000047d2c4956ca8d2be1a4d0e8da371c96e5275f0f533d46e303bfcbff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.92 GB sent, 100.90 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.