Memory Pool Memory Pool Refreshing

1,745 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (166,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,293 741,293 00000000000000000001bccf4831950d85cce5715db15d8c0ff00b08074cf63d 1.35 MB 2,077 26
741,292 741,292 0000000000000000000386519d63f896991a9b0e04ae13b4fd35a40b99c96dd3 2.00 MB 960 11
741,291 741,291 00000000000000000005d0d27029fd77dae9da4575701d927e8b4ab535174eca 2.28 MB 213 2
741,290 741,290 0000000000000000000704bce10a9add7d46c1e9e0a2ffcd516a17388b270bc0 1.84 MB 1,210 11
741,289 741,289 0000000000000000000253c12f670bafbf444dedffb8e94f68ca468c2d334256 1.96 MB 604 3
741,288 741,288 00000000000000000003adad6bfcfe89b70ab36c7b36096ec7b1ff4fcf1be809 1.58 MB 1,558 12
741,287 741,287 00000000000000000001cee62b26febeb9682ea9c74238e9384c91d7c30efff9 1.51 MB 1,556 16
741,286 741,286 000000000000000000008d44a4f4d02525b09ff156f0a8451f5b9ef8d65bf01c 1.53 MB 1,479 11
741,285 741,285 00000000000000000008ea1b5d41ecc55aa6352dcc98297640118b346bf22eaa 1.53 MB 2,052 8
741,284 741,284 000000000000000000015fefc9a09b6ed5450d8d3a924479375a97ea4e99df7c 0.00 MB 1 0
741,283 741,283 0000000000000000000166e4152af775378d23d986b318a3acda6321f858525a 1.51 MB 2,696 25
741,282 741,282 00000000000000000008eab648dbdac958101829cbe9d99549e7b1f50fcb7c96 1.43 MB 3,095 31
741,281 741,281 00000000000000000003ebaf76811803e8c331b82efbf2b4bcce979bbb5d49b4 1.64 MB 3,451 5
741,280 741,280 000000000000000000008dbd73e125847abed8f99263e547490453e226cf3779 1.54 MB 2,618 14
741,279 741,279 00000000000000000007ad693bfe44b16e7d2040db512a4e27faa0ad9173cc11 1.44 MB 2,473 20
741,278 741,278 00000000000000000000598220f86187611c515bcf1393bcbc2a547b391064dc 1.30 MB 1,951 24
741,277 741,277 000000000000000000002d5de3520d4695ec5fb4bef0cfd3aeb5bc930ff72e7d 1.60 MB 2,035 10
741,276 741,276 00000000000000000005542286815fc53d2bad6c8e918d056d13ee714b081983 1.55 MB 3,521 19
741,275 741,275 0000000000000000000300565f9f152b7047a63ac5d8e2d997fe1ef1c8ec9d1a 1.41 MB 2,372 26
741,274 741,274 000000000000000000020fa4d58537082821a7efbe4a68bff05afba70fe7f08a 1.48 MB 3,676 37
741,273 741,273 00000000000000000008fe37349b966b2096dbc90f9bad0147f25a2644ee2ff6 1.53 MB 3,152 27
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.