Memory Pool Memory Pool Refreshing

8,308 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,781 (578,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,958 328,958 0000000000000000068034395c81b4b5fb2390be7d4a5e2c054beeda42b3bc2a 0.75 MB 1,683 32
328,957 328,957 000000000000000014e2fb8957e73ceaf7d09b2b92ed0493bd87b9bbff869c15 0.20 MB 363 25
328,956 328,956 000000000000000005c4de58a83eb25f13ac733b9e3479feb92d2dac1524dd22 0.07 MB 145 23
328,955 328,955 000000000000000019759093f2300fecd3c88ede19890f68c9984aaa14e90a42 0.62 MB 1,111 26
328,954 328,954 000000000000000009f6e1668e391a3dcba1eae26f293fb3fc9ca45817e7e383 0.19 MB 256 20
328,953 328,953 000000000000000016faa92ec67d876fa76a541d27aa169eaea79ebbbf4a8b27 0.12 MB 216 30
328,952 328,952 00000000000000000cdf068b176825623e269f8b6035d84deb0178e95cc111c5 0.24 MB 479 27
328,951 328,951 000000000000000001208038fd7130083ff118147890dbb37913ffa83c1f48cd 0.18 MB 329 23
328,950 328,950 00000000000000000bb9374a1c5a3a61d3e4ca935ff14042a7aba8c3b613eac6 0.61 MB 1,032 24
328,949 328,949 0000000000000000193825e1579db116e0c50d214e4050985ccd19f4ae3f3737 0.38 MB 702 26
328,948 328,948 00000000000000000cf1e4919cc9ee7e1393e25e24d38d43cebbf57b3dd58bd6 0.20 MB 316 24
328,947 328,947 0000000000000000033b478bcded44760410a0f35b4a81339cd1a7fbec28b75a 0.28 MB 420 22
328,946 328,946 00000000000000000f8b6bf3ab1acc03903c0bfa7eae368684278872476560c9 0.23 MB 329 24
328,945 328,945 0000000000000000112a23a0c2cc119a588377c8a1f223d67cd42837ad7953ce 0.46 MB 870 52
328,944 328,944 00000000000000000f286ca4254f96ef1821e5e42bf8009099cce46ccb05b195 0.06 MB 94 15
328,943 328,943 00000000000000001517bc7df75a95442376d2dbb3789dc7c3327be616240e8d 0.10 MB 205 22
328,942 328,942 000000000000000014da666de7a2c2ca0183032c5541cbb1b787e4979687322c 0.25 MB 534 30
328,941 328,941 00000000000000000ab64290f8c2334f77b066cf0a8e298987669937a3c69adb 0.21 MB 438 31
328,940 328,940 00000000000000000c901eb1b6b765519b99c3afd7a9062ff4cfa29666ce140d 0.33 MB 633 30
328,939 328,939 0000000000000000169ec9ce118abb58592f0c6753c95706337cb3fc0da3f144 0.11 MB 209 27
328,938 328,938 0000000000000000009b1ff6c4109a5901da400ad6d0efe2f33ae91b5cc2a10f 0.09 MB 156 21
Previous 10 blocks ↓
Total Size: 769.13 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,631.70 GB sent, 93.56 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.