Memory Pool Memory Pool Refreshing

3,417 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (853,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,208 55,208 0000000007f4dadc203771d607dff432235c3bb26de4fee6962776b5d13208f7 0.00 MB 1 0
55,207 55,207 00000000058183379d99e2e90c4d0b5e6a105a2b194a70a9fb2f6643e68a671b 0.00 MB 1 0
55,206 55,206 000000001063c29d2282bb0fc7b81cfc8dc1649f5f8f7b6d42dd9ea9f793d802 0.00 MB 1 0
55,205 55,205 0000000000bf894c5a9e37ef7db1786658f4d722e4d641067b0c2699a00e3b98 0.00 MB 1 0
55,204 55,204 0000000001587cc9d8ec549e9bffa0a45f2acd0df304e12bb62d2cf0f3974578 0.00 MB 1 0
55,203 55,203 000000000e5149d9a697c0541c1e094f33a5244b901ba189b6a46401acba5536 0.00 MB 1 0
55,202 55,202 000000000bd44354ae81b6865149da05be8ec48ec4ec5ef30acd032257d7ec72 0.00 MB 1 0
55,201 55,201 0000000009b1cae57239f0c894c446a113112ab0d03011c8e6b889fa6ad2d165 0.00 MB 1 0
55,200 55,200 000000000aa89e8e3e08a71f72b2263c484d629538667bef9e954f488814681d 0.00 MB 1 0
55,199 55,199 0000000001b221625c55136eaa9123ce2e1fb95ff72d84b1d4cb1931712b7134 0.00 MB 1 0
55,198 55,198 0000000001d61f5e9cd96dd7bccb04ee0aca1e136e9cb3760cef77da380c0484 0.00 MB 1 0
55,197 55,197 0000000002970e46291c31b89533d742fe609a0c547174c1991743cf3f28e4af 0.00 MB 1 0
55,196 55,196 0000000010f2f296f17c0161e8cb57005bc42435e5163d3fc4848dc3240c18d6 0.00 MB 1 0
55,195 55,195 000000000566a9049701bac55066632bde574dfbfa27dd4d75b7288ae34e185c 0.00 MB 1 0
55,194 55,194 000000000d7ffcab91ccdaf313708a9ae23a5d88d6f3bed48ab0037a5a5362b7 0.00 MB 1 0
55,193 55,193 00000000118ab2cfe93d6d19200e6474bedae08b283955a2a4c4f181881cd719 0.00 MB 1 0
55,192 55,192 000000000b96e8b4c0e9809e3994309a00030e3b3592f8e23df787a51736e2c1 0.00 MB 1 0
55,191 55,191 0000000005b53575ec049f449a623caa1c17c5c2572b7df5eb76a3b23acc1126 0.00 MB 1 0
55,190 55,190 0000000008236f7dcea79c803b9f22cf5eb9864bfb26c665de96d0d3de7134e3 0.00 MB 1 0
55,189 55,189 000000000ff3363a1dd378e03d992745d30c9f8cfa4680581e41144b56d9acb8 0.00 MB 1 0
55,188 55,188 0000000012c7cc60cc2d6ca2a7205a1a4e4a3111af93f3e6ff241de2dcdb9a69 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.38 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.