Memory Pool Memory Pool Refreshing

6,173 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (786,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,834 121,834 00000000000038ebbe3500266718e8f3b0054bae08695d15a52dbaa3a382c770 0.00 MB 12 311
121,833 121,833 0000000000002648a75efe82106610ac1a6e14373304fa8252527231598b3bce 0.00 MB 11 750
121,832 121,832 000000000000757d24b5aafd927a8da973d1fc01c82c5fc318c86a2f7c395f2c 0.01 MB 8 268
121,831 121,831 0000000000001af0ff0234142441e08cde472c97c12b1169dc36f7697ae4ace3 0.01 MB 14 182
121,830 121,830 000000000000009d10f4bf4cb28df07d2c0986e8aaaef3c6fe1138f71f6764db 0.01 MB 24 360
121,829 121,829 000000000000977f9f88d8d73f2ac265cde5a074bd91762512e5cf3b467b1e64 0.00 MB 9 284
121,828 121,828 0000000000005705d02af2486ddd07fe74991ab11bc2f6af72b70d17c30a3055 0.00 MB 10 0
121,827 121,827 00000000000008c7453e1bb49e558dbcd1d5eac1623473b70ed4090fdf55dda2 0.01 MB 16 343
121,826 121,826 000000000000588255c7f8a1fd4e33be894662f9f829ae569da0054db77cdcc0 0.01 MB 24 431
121,825 121,825 00000000000090082ff19954befb01012aa5c2d00efe0c6734fd1e9a1cd8f92c 0.00 MB 8 0
121,824 121,824 00000000000037ee0dd899a0637768a5258b257edba3e7e173fa606afdf3b938 0.00 MB 8 294
121,823 121,823 0000000000007e81ca4dbaba40b32d77d08ebfd813ab8b650de00d84335cb947 0.00 MB 1 0
121,822 121,822 000000000000794dc3c63545da003019c261a56386fc8624738a5fa0f7b439b3 0.01 MB 13 486
121,821 121,821 0000000000003b15c635741b3028276a8c21c8f1c8be09250095c16745b5acd7 0.01 MB 38 196
121,820 121,820 00000000000059d7cee0accc7811acc247596bacde6362fd8164255752dfb557 0.00 MB 3 1,553
121,819 121,819 0000000000001b2ea0bc6617c5b2afb5984f4b8a8f89db3af1bb3947b8606e08 0.00 MB 4 869
121,818 121,818 00000000000014780b7398e006ff9967c0b21679be97847ff09361ac08646687 0.00 MB 7 0
121,817 121,817 0000000000001d764b89c852a1a112bbee20460112c093b55be0f63228fdf76e 0.00 MB 8 559
121,816 121,816 00000000000042335e75ea52e33c739b2e431c27536098a4daa30dbc765fe106 0.00 MB 11 344
121,815 121,815 00000000000027d38d454914adbeba55fc29506251a597d9a515f62c503cbf08 0.00 MB 10 0
121,814 121,814 0000000000009650011d6746f2956ec8ea5992f2544d9872104d71363148fe73 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.