Memory Pool Memory Pool Refreshing

6,129 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (210,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,941 696,941 00000000000000000009075e3504b51403f838b8ed7c1f0a78fadf41f946ff1a 0.40 MB 582 9
696,940 696,940 0000000000000000000dd7a12f73b4e79cea64da298962167891bf647f408b97 0.30 MB 439 11
696,939 696,939 0000000000000000000a3db7fd7ec294d2ca446a7727d727e3821fe3bd20217e 0.62 MB 1,318 2
696,938 696,938 000000000000000000051dd8d4d7dadcebde6e7d43d86e2fcbded7c837724053 1.38 MB 2,966 16
696,937 696,937 0000000000000000000da9449baff9b0b6436599520d8b72419ee69bcb90329b 0.31 MB 467 10
696,936 696,936 0000000000000000000a9c5c9ecbf1818e19440b778aec0cce8df31409b49a9e 0.10 MB 212 12
696,935 696,935 0000000000000000000bd6c56775c9056462e7dff0e27845729c6be106ecb56c 0.54 MB 1,038 10
696,934 696,934 00000000000000000006fb5c54198c63a40ca1832b3171683d2e09e693e0b946 0.76 MB 1,320 9
696,933 696,933 00000000000000000002d9a2215fe09282103a97e9526ae6782912f24bb2c980 0.46 MB 639 8
696,932 696,932 00000000000000000010dd4e661fb0dd52ec96aa11ddc21c94175ff02b8b61f5 1.53 MB 1,042 4
696,931 696,931 00000000000000000002b63fe63d489a113f8d771eeac6c56b5bd708e5a78175 1.45 MB 2,080 10
696,930 696,930 00000000000000000000ba295a8257b2d6205a4adb5bf59ac2a6e11558cd979f 0.43 MB 305 6
696,929 696,929 000000000000000000115a17892a33dcb5a3548dd033755f009395a608d8f683 0.69 MB 1,292 11
696,928 696,928 0000000000000000000376cd9ebf0d0c63f4f5e4d4ae47dcd34d8f6dcca0305c 1.39 MB 2,351 10
696,927 696,927 00000000000000000010df711e3b32b1ba552040ee297dd08336a6ec79450383 0.96 MB 1,617 10
696,926 696,926 0000000000000000000202a6a30bda6438f4ebe98920a470b3e5e1d02433ecc5 0.30 MB 592 8
696,925 696,925 000000000000000000041e723bcaacfe24e2ff09ac30ced9913bfcca91ae0761 0.99 MB 1,928 10
696,924 696,924 00000000000000000003409a6077a1ee12a7668bb7697b200969f318a06a4c3c 0.18 MB 199 17
696,923 696,923 000000000000000000017bb1859cf27caa4f95ab19b09f567568527c4bc60e9d 0.48 MB 620 8
696,922 696,922 0000000000000000000812df3e649bac9c0817cc1ea8c5d99b899f8b996e4279 0.13 MB 260 11
696,921 696,921 00000000000000000004bab7cb2c55a11e1a8b35fd8adbd877b5b9576ab93176 0.44 MB 816 11
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.