Memory Pool Memory Pool Refreshing

353 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (191,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,128 716,128 0000000000000000000ac42e8b74f35b00bd1dcd2c472b80133f50a733d36103 1.39 MB 2,539 7
716,127 716,127 000000000000000000023b1293046c98a40ed317da6f90f89b1fd88b11d4edc6 1.41 MB 2,133 12
716,126 716,126 00000000000000000002d99393b7a627489fc88592d7f095d50966392ac94458 1.55 MB 2,662 15
716,125 716,125 00000000000000000002593bc1dcbb7dafdaf97d6ae3242f5ad21a243d406d4a 1.56 MB 2,826 17
716,124 716,124 0000000000000000000239c1e21be6cbeca01a2dc1d428489ae443829a8829a9 1.47 MB 2,840 18
716,123 716,123 00000000000000000002693950aa48fec32e16e569e0061a018cc6a60c82b338 1.58 MB 3,133 18
716,122 716,122 000000000000000000079fff139f2ac48dfee4913b349c9335e29eb8b698298d 1.39 MB 2,164 13
716,121 716,121 00000000000000000004562bcaa9e2a4fbf4b19bf1990459199956657b2b0f63 1.26 MB 1,367 11
716,120 716,120 00000000000000000009bc9db59a266e367f54fdd4cda7b5ddb31f6ae9723083 1.60 MB 994 5
716,119 716,119 000000000000000000049e7cc38b2d15f7773af1dffa7bf9eb7310a15815ef8b 1.79 MB 1,736 6
716,118 716,118 000000000000000000082816bacfb48f2a614730d4cfd792c86bd3c4115da9fe 1.51 MB 2,650 17
716,117 716,117 00000000000000000006d0dc15c4911146efc9baec7eb067305ad06aa19a2d7f 1.64 MB 1,986 3
716,116 716,116 0000000000000000000096a962225437c7e7552d5d83830331443bc963863f99 1.55 MB 2,563 4
716,115 716,115 0000000000000000000349b804fddf2e1ca8be5a7cf5f80d7631a596ca15f935 1.47 MB 2,583 7
716,114 716,114 00000000000000000006e7e29e448f6fc6398cfd1b6ef694a946e7d4969c11f4 1.56 MB 3,205 21
716,113 716,113 000000000000000000011cea503afe9cbd292cc249002aa1255d70e89d427d9a 1.11 MB 693 9
716,112 716,112 0000000000000000000555f77c5592171b5b1acd19cb32b2f82b3a7e88d3f51f 1.55 MB 2,790 13
716,111 716,111 0000000000000000000849accc64162d9bae806703ee63e61cdc05e8073c16f8 1.55 MB 3,087 24
716,110 716,110 000000000000000000070eac96a40950b8857cd19864ec7a8107490e1753b432 1.58 MB 2,312 6
716,109 716,109 00000000000000000002b7d7de42aa40bc28f2f709a9e63707a6481f2c22f8f8 1.38 MB 1,860 14
716,108 716,108 0000000000000000000946fc05147f62cd90bc310610f0e1dfe8af8112a13949 1.17 MB 487 8
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.