Memory Pool Memory Pool Refreshing

7,790 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,676 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (1,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,116 906,116 00000000000000000001a994fe38ccb01446ddedd02974a529f73c82fa680844 1.70 MB 3,308 1
906,115 906,115 00000000000000000001da5797434a07677937043a63f4d6386a4104e63716bc 1.67 MB 3,154 5
906,114 906,114 000000000000000000020e5dff38ef0b4707a3d40a3258ef4282ab01c37a9766 1.63 MB 3,490 4
906,113 906,113 000000000000000000009406efbd6599731be1ed49c4f481b25a7a08a9495287 1.55 MB 3,927 8
906,112 906,112 0000000000000000000119e0caf1beece60d6efdd81271358a5e8141f6d9c66b 1.06 MB 1,732 1
906,111 906,111 0000000000000000000039c2efed63ef704b824adcbe7136f33675be96a010df 1.64 MB 3,267 6
906,110 906,110 0000000000000000000005bd84fc22b1f356a0744aa9ad0f7262885f2a6354d4 1.89 MB 3,018 1
906,109 906,109 00000000000000000000e4c4e16c2f9cf6011f771067ded919446c630640c284 1.82 MB 2,649 1
906,108 906,108 0000000000000000000189e3578408f32f71578ba91dd74a845f4be4827782e9 1.62 MB 3,381 4
906,107 906,107 0000000000000000000163b73a2a423f5c897ad5e75729d61828717160a5d27d 1.59 MB 3,239 4
906,106 906,106 0000000000000000000134dd1354f5aee7bcb717d46ef3e8035a99cf0269569a 1.67 MB 2,870 3
906,105 906,105 000000000000000000007bdbb9c81446249b6b31f3fc8442e57eaba1de8b3f37 1.73 MB 3,273 4
906,104 906,104 00000000000000000000f4151f89c52d296effcc1e37678497f607ba0272dac9 1.66 MB 3,563 4
906,103 906,103 00000000000000000000c92a708df0ad013895c8277a8606f982979ed1a2c9bd 1.65 MB 4,093 5
906,102 906,102 0000000000000000000002769ea7186d629e88906b431c8abf6cbabe273efbe0 1.61 MB 3,579 6
906,101 906,101 000000000000000000005313fe204d54768d247a095b3d4653b3c4998e9be267 1.56 MB 3,728 7
906,100 906,100 000000000000000000016e37f8882873e0d104308233aa6de9134c939a88440e 1.53 MB 3,552 11
906,099 906,099 0000000000000000000089f08fb9bf1236361f90915dadb67ee954b03c8b5068 1.54 MB 3,752 4
906,098 906,098 0000000000000000000201163519d7f3d76dd4832a1095c4d01fa99cca69298a 1.86 MB 2,358 2
906,097 906,097 000000000000000000019c6d0e4a9b2a27fcd3f2b9072b855fcdb7a198c7c3d9 1.18 MB 1,844 1
906,096 906,096 0000000000000000000234e9aca5d2b2a3a853583b32684c604d579eee81ccf5 1.64 MB 3,337 3
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.21 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.