Memory Pool Memory Pool Refreshing

9,351 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,651 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (731,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,143 176,143 0000000000000207ec890a578c3c2dc0fae5425d6d2ff09420f812a6cc95b736 0.00 MB 4 459
176,142 176,142 00000000000003037397b3328cd463de43664ec5f7a68b32a936ac903f01d675 0.03 MB 104 42
176,141 176,141 00000000000004536de295a3a87f258047863c6e6b633e5151e4aa8903dae327 0.01 MB 27 111
176,140 176,140 000000000000015fe6f0fb1596d1a71c8c85de2ead7e57b2f1a021b51caa4c90 0.05 MB 105 91
176,139 176,139 000000000000095cddf15ff08bd60c69c5b80c210bc3124d39d4c6e69d5c38ca 0.05 MB 116 306
176,138 176,138 0000000000000598b3ae1de81f56b8e8f78d766e5eda016a28db9760e86671ac 0.02 MB 36 61
176,137 176,137 00000000000005a66230b61c43b957c1fbb69b46c0f0287cd9f29893bb892b4a 0.04 MB 75 328
176,136 176,136 00000000000002a5d1079528e1ce2db8e09e988c5993af104e9bd2aa2d6951c2 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 769.28 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.61 GB sent, 94.36 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.