Memory Pool Memory Pool Refreshing

9,983 transactions
4.58 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,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (748,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,164 159,164 000000000000084a191b623e93ee547df7e9efbe767d64ea5e53cc507cd0ecc0 0.00 MB 4 72
159,163 159,163 0000000000000897b855cda1cf58bf6b1b7ff37e05eb0d708e66ee25ee2736bb 0.01 MB 19 301
159,162 159,162 00000000000007fddd0af3b0f67ffadc2b779e45c24f4f7dff602534787c820c 0.00 MB 9 35
159,161 159,161 0000000000000aa44aeb4d3fafa1e489e8a4cdc50976c3ef05f2503ff92b71a8 0.01 MB 11 47
159,160 159,160 000000000000073bf64890346a9c57b58ddbc23d713a37296256ae5316d1bf87 0.00 MB 12 0
159,159 159,159 0000000000000860c6ad331645a54ad08ed34422a9e778105c383c3ab1bdea0a 0.00 MB 12 50
159,158 159,158 0000000000000ad306518f747af5967a9ca8282d6b5db32c404c75d78862ed04 0.03 MB 75 51
159,157 159,157 00000000000007852495a0565f576ed70c0f2ea38ab6f214ff0e3fe5baf41a2a 0.00 MB 5 889
159,156 159,156 00000000000007f063852f0aad58a4e71c31ed678fe086b34b01c4caa12f75bc 0.01 MB 15 87
159,155 159,155 0000000000000512959e3bfc540822b92b6e6520aa9d040d35c876c98c1f8f2c 0.00 MB 9 50
159,154 159,154 00000000000004bc135be401893f044be324fe18d39fdb584ae4d07c820869aa 0.04 MB 66 100
159,153 159,153 00000000000003d29978c5c44773e9393405b89e6ab3ef805586c2835a0e6c52 0.03 MB 95 65
159,152 159,152 0000000000000d56d6f8dc3a56e25043cbeeb0953df7aba6cdb01a1eb0ebc63b 0.00 MB 2 0
159,151 159,151 0000000000000684f5efb1a463420065bc5b1a52cb6d6cd3fdb802bb2040f0bc 0.00 MB 8 21
159,150 159,150 0000000000000096a2706f45bc9a284b26461b8b6b933179c0d8a4a5a2444f3f 0.00 MB 12 299
159,149 159,149 0000000000000b997de334deb2af81fc2a25b140698f44cb2d7dcff70f846d3d 0.01 MB 11 12
159,148 159,148 00000000000001c99771ec341590ac6dcd978599dca014379cc8ce3dc66b2314 0.04 MB 39 46
159,147 159,147 0000000000000aac520017fe85b42bb275787a8db3e4fcd61faea929151ac59a 0.01 MB 10 47
159,146 159,146 00000000000007bce3f2870ebd629f42f7e7953c4f1d20bf4127b7e0feaa196f 0.00 MB 5 42
159,145 159,145 0000000000000a13adc66c5ebbdb52db5a6b733de67cd69a933dc75b51234164 0.00 MB 7 33
159,144 159,144 0000000000000309f7931708bd28e05b55fccc999d9cfee7cb7c7d35c4bc83d3 0.02 MB 88 42
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.68 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.