Memory Pool Memory Pool Refreshing

9,682 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (717,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,107 190,107 0000000000000506cbbf55f809af68704b009fb1ab9e3ee4dcd0d4f55a8a16c8 0.20 MB 471 135
190,106 190,106 00000000000005daf716ead14eafbea64dc95fcbab62be7101b5254edc6e7f72 0.00 MB 1 0
190,105 190,105 00000000000005d51925fef17c777cde809c8d7dedf2604a2ddaca226807b6b4 0.15 MB 363 193
190,104 190,104 000000000000058298a0a73fc742cce9c39720880572ec2df25d7c97e5ff06c7 0.20 MB 482 159
190,103 190,103 00000000000003d1a0586478707a3757510447e34c26b7a9521b9ca9bec18fa9 0.03 MB 91 1,568
190,102 190,102 0000000000000217742056c9b256dd927cdfe4fc26fd7fe755c75c520159a83f 0.03 MB 70 110
190,101 190,101 000000000000023188091b1693bdbee09b858c9b636d7f884b07186621007bcd 0.02 MB 59 115
190,100 190,100 000000000000082c6313cae4d9373845f0ab584c2458209d04ad130495c755ce 0.07 MB 134 96
190,099 190,099 0000000000000452e572759118832c0f528bc66948e8137789f87d984a1b2653 0.00 MB 9 86
190,098 190,098 0000000000000328be498affcc28bd48ff032ec8262cb40a6e7302d285a6e6c7 0.07 MB 146 111
190,097 190,097 000000000000068f12329b52b25afab190bff884607bc63cf2d90541d1752ffb 0.00 MB 1 0
190,096 190,096 00000000000006657b19c469ebd9cf49553da9510c481f9d2476b0abfd16d411 0.03 MB 118 37
190,095 190,095 00000000000000cd2ab2106a083b710cbfb683e2c878d70f8421d3c6f4471535 0.11 MB 305 157
190,094 190,094 000000000000083b5a962f43a8a6cc1215d1e299d73e43e0c58583a44d4dd924 0.08 MB 158 100
190,093 190,093 00000000000001f009f6ca824eb8a866efca6806b3b77790b1f6433e59222f95 0.05 MB 58 111
190,092 190,092 00000000000002c0c645e862731b610997c2d748b6d1784d987b9753c74b32ea 0.04 MB 77 96
190,091 190,091 00000000000000ebb99a091d7f3a9b0f9a7673f31aba51739fcca294de9e380f 0.04 MB 106 120
190,090 190,090 00000000000001ed86e14ee38ce9216777bda85b564c7e09d7de5d88904417ec 0.03 MB 68 156
190,089 190,089 000000000000056de35ad931128e2eea486b02455719cdd063636a6a164df976 0.02 MB 57 125
190,088 190,088 00000000000005c797825ab1a4da5cbfa0cf58df27de87f1e9ed9659b0c3096e 0.08 MB 121 131
190,087 190,087 0000000000000733b79a6f571ca93f546fa37d71ec1bee55f9a843ab0eea210d 0.04 MB 56 72
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.