Memory Pool Memory Pool Refreshing

5,504 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,501 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (731,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,135 176,135 000000000000000d5a94d6fc5ca040ff8c3e76528895a5be264f253e8b07903d 0.04 MB 142 7
176,134 176,134 00000000000003eabc68c3e296ac8e8ce4e57fd50b3e1e486242f0f86db73a65 0.05 MB 106 125
176,133 176,133 00000000000007f567e4a3f65cd58abf916f3c52724091f6f44e5f922ecc5e5e 0.07 MB 168 250
176,132 176,132 000000000000060a4c2a0b46ec0040d207085d3c1112a32e3e03457fe32ea09e 0.13 MB 50 45
176,131 176,131 00000000000005f876f52552660d3d82e099b09774bedac2c8ab5bc4672f6496 0.02 MB 66 93
176,130 176,130 00000000000004f8cfeca53c0ccbccf4d7805b80a8abc0f8d0c13443bd36b1b2 0.03 MB 39 65
176,129 176,129 000000000000019dadd0dee4aaa71d1312b5e25f9a884ab16a948e06b2f65b7f 0.00 MB 7 17
176,128 176,128 0000000000000900d349a82e23e25535cd392bd6fb53fdeea166dafcdaf8ef5b 0.05 MB 168 44
176,127 176,127 00000000000002ec8584b1afd84e1f5a6d0c0e17a223ec105e6aa8d1f06fb22f 0.02 MB 52 77
176,126 176,126 000000000000061a9789135bc3f880b1d0f6e9087a7e2503d3f9072802a85290 0.00 MB 1 0
176,125 176,125 0000000000000341d6c761d5def08e3525dff459a0c9bcf6e1f1e3f1c1f549f8 0.02 MB 43 19
176,124 176,124 000000000000037ada84dc55a40f2c147719ef32d31501422d595be6f01149eb 0.03 MB 8 53
176,123 176,123 000000000000096eb7108ba6ae0ec06f758536878bbaf2084313f9c3c6c672a3 0.04 MB 90 119
176,122 176,122 0000000000000a1c1dd5bac2e50998e26473149d6b8ceae8bc3afca46d543e0b 0.00 MB 1 0
176,121 176,121 00000000000007d785338479ca572cba06e9595892685c3df7ece9c07cc242cd 0.03 MB 111 5
176,120 176,120 00000000000003c1f3c410468e27652200193be25464b574a0019ed046f8a304 0.03 MB 72 33
176,119 176,119 00000000000005e21881109cd5897ae3bcd170685204fd9ecc9f4eacd004f2b0 0.02 MB 43 485
176,118 176,118 0000000000000a2192e0164ccbe1a76ff87c0688fc58e665f68b59fd04476bb6 0.02 MB 67 97
176,117 176,117 00000000000003081886bf0eed50c8482e0ae13fb3e1b8f74fb08f6e82fac09f 0.01 MB 6 7
176,116 176,116 0000000000000a58b60a283489c8b381ec9a70419b6cafc19dc5dde4bf66dc21 0.01 MB 11 86
176,115 176,115 0000000000000235f3e5d6a715c92f8713c9014a4bd293613eddceb0379d9cee 0.03 MB 92 103
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.29 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.