Memory Pool Memory Pool Refreshing

2,593 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,593 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (800,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,086 107,086 0000000000007f1b5286e5146c059dc817e6ffa6d51eda07aaf08a2c95d2d040 0.00 MB 1 0
107,085 107,085 00000000000063854605da002a67394fdf0f88beaec69d46ecca353b2cdcb9cc 0.00 MB 1 0
107,084 107,084 000000000000fb28fa9a32f7a68ae1f0f3a12393fe7a12282fdb5ab3d03d2c78 0.00 MB 3 0
107,083 107,083 00000000000179f29b35ef19461d9706b933ad3374bb624592dca19c7e773c95 0.01 MB 34 0
107,082 107,082 00000000000142ee8bc940d6cf8697f9366aec87cb203d345692cae9f003b49f 0.00 MB 1 0
107,081 107,081 0000000000011f6ace355475b3a47e83c6daa3a18b71f53d1693307ab3a4ddcd 0.00 MB 4 0
107,080 107,080 0000000000024115cf8a8d342951e5b0727d1769b55389eaca011df00b647aa2 0.00 MB 2 0
107,079 107,079 000000000001127d3a7343273d0c6ee124e6e92a072a0c637a9072d44cb30c02 0.00 MB 2 0
107,078 107,078 000000000000eba1623f38ec728e7dfb6b490a6e5a7ea86abd1a0e62f793aaac 0.00 MB 2 0
107,077 107,077 00000000000092d63292e74347b5da53508625e6a1d5ddffb2e44e377383ad9c 0.00 MB 8 0
107,076 107,076 00000000000053df69cb7f74baf95ce70b2f9089f21ba46f3255c1b2f2db30b0 0.00 MB 18 0
107,075 107,075 0000000000014dc88139e05bac6b6c69c16b4beb76f3de67993c21835d37ee97 0.00 MB 5 0
107,074 107,074 000000000001fa2baedcbc54965f24fb6450301dd54f2b1b6d99ae3b1e0ae440 0.00 MB 7 0
107,073 107,073 00000000000010ec17a63479caffb1834db2a873dae54cd968ee41412712ce3b 0.00 MB 4 0
107,072 107,072 000000000001a8e898e43bdef331d55e0763bfb94e2281659e36965750aaa830 0.00 MB 9 0
107,071 107,071 000000000001348fcb02c16567f1fdf7282368c6bf8a1021b242b85626552046 0.00 MB 7 0
107,070 107,070 00000000000054d17d1cbed1ebcc13317b1055c1ee18a8efe842d11c5bce88cc 0.00 MB 4 0
107,069 107,069 0000000000015315bea039837e58e404abb4e2f927ff605bac7112b7e56973c7 0.00 MB 6 0
107,068 107,068 0000000000014673053c35c471cc4a25461f3cc07b5ece8f154d0c36b4faaad3 0.00 MB 1 0
107,067 107,067 0000000000013870ed0313057000d044cb1a44311efca7d25ea4a4fa0999b6a8 0.00 MB 3 0
107,066 107,066 0000000000021f4ffa373ba74978ef97206238c03d629a6c07d989600caeffed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.86 GB sent, 94.78 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.