Memory Pool Memory Pool Refreshing

233 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 231 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (680,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,966 226,966 00000000000002d89ad91135f07703c076c70c8313c5a2f259dbe4eceb25a5e1 0.13 MB 159 55
226,965 226,965 00000000000000b09bbb7d39f27b0c31d7d87fd4ca531ad03e1b8f05b3394f3a 0.29 MB 737 198
226,964 226,964 0000000000000260ff327025ffae7e1c97aaed3ef7f8defbcfd7e4235f64b61a 0.14 MB 239 117
226,963 226,963 0000000000000170688e385b94536b6b12016d38717719b345a72cbaf794e410 0.07 MB 256 235
226,962 226,962 00000000000000139194ffcec7018babace9f0bb0f3d34bb6266656f2c99765e 0.09 MB 205 140
226,961 226,961 0000000000000075a15cf19fd1e6de2e8e31ea91ec10e597890d740c5723825a 0.21 MB 462 231
226,960 226,960 000000000000034eb7f17d91922fdc6d9f59cb9e042417f6cd2661bceafaa947 0.13 MB 278 184
226,959 226,959 00000000000002652e1b71795b5be65eac5e41a909d3c3a4d515977781bf7bb9 0.11 MB 213 162
226,958 226,958 00000000000003272d803a8f011a0001693400832fcd7593e84bdee1856bba26 0.05 MB 111 198
226,957 226,957 0000000000000104e238db3391a5bccf3ee6ce8c9fa22714b0d1f3b24ab89511 0.01 MB 23 137
226,956 226,956 00000000000000bafa3c096211bfdb9d6671590e019c33fbac748d863f39c203 0.08 MB 165 217
226,955 226,955 000000000000021cd54bf5087c1e76602a129c90087bbfb5b0702dfd2701596b 0.01 MB 31 133
226,954 226,954 000000000000020456f3e380e01954ee31e54a4e1123a4f9870d3d5d2ff6279e 0.08 MB 193 200
226,953 226,953 000000000000014bb953eaac95cbde29cb23d9d77894c14b318042225006f226 0.12 MB 256 90
226,952 226,952 00000000000002c05f9700931a82b89b48232b8ae01283d44b29d1991db06517 0.26 MB 482 171
226,951 226,951 0000000000000021c024f3de2ba46b366f3215ce6143c855c0cd9a7632aa5378 0.00 MB 8 29
226,950 226,950 00000000000002f299aef78b83ba19642596e898c48db9be3bb858b3d3720a96 0.06 MB 130 129
226,949 226,949 000000000000015848932db349d6d43005d58a8c11e4c31bc82746fa2ef0a089 0.20 MB 375 166
226,948 226,948 000000000000013110d24166baefe2377e44f0584104ca4f2edf36a1d6a33cb4 0.02 MB 61 261
226,947 226,947 00000000000000d04299c9eaac88dfba44ae633f30406cf4f11e828cba0d648f 0.03 MB 44 132
226,946 226,946 000000000000015b14c232fac5f7d3a6b8cdc923ba509c12b4c745528ad4a784 0.05 MB 75 57
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.