Memory Pool Memory Pool Refreshing

3,751 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,421 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,348 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,420 (841,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,733 66,733 000000000574390489e4553f59f8bf909cb11a2d4e3b8bb98a043b11d9fbe3cc 0.00 MB 1 0
66,732 66,732 000000000237c75dd1227c8add38a1d6c395617c61681e8c11dedaaf9ace7362 0.00 MB 1 0
66,731 66,731 000000000516f4479c9be3e36adc6a02302d1a88db89282bd850827d4cdd6dcd 0.00 MB 4 0
66,730 66,730 0000000002d37511addd1020f45fe16ff840b4d8bceed90881561e635e38979d 0.00 MB 2 0
66,729 66,729 00000000047f8e72a68bcd65ff89f536e60825b4a5d9cef11bac1bb499567833 0.00 MB 1 0
66,728 66,728 0000000003a9b5e99070e6d9de07e5581c497e8b6a455e0e25d34fca9c6b3fe7 0.00 MB 5 0
66,727 66,727 0000000000b3851d33b02e448c53d151354265238ce73fcbb8e00cfbc7dea30d 0.00 MB 2 0
66,726 66,726 00000000057b97771b7f7158e49a457f719c51b62ab7b8c18c43f9dbb4aab98c 0.00 MB 4 0
66,725 66,725 0000000005196812a880444c696b29ac1f6d592e638a7051a4800490ac3b325c 0.00 MB 1 0
66,724 66,724 00000000026dff3efea48bdf64648f7bc47b481f1b156433ff71c0ce825e56d2 0.00 MB 2 0
66,723 66,723 00000000008ae19643092278a5407cbd7bd8b638da4d25cb8b4a10e623e2fde2 0.00 MB 1 0
66,722 66,722 000000000594d0fcf0a1cb8b04db9920cd16913d2955d6cd9c4b82fa73602f18 0.00 MB 1 0
66,721 66,721 0000000002b5132ce54b0d11b974fc348cb5b4f0b9fad00e7adbc242dbba8802 0.00 MB 6 0
66,720 66,720 0000000001b700a1fa0ec6f7c5a34dff7cd9eea8d75eb7a0d2613f1409ff7e4b 0.00 MB 3 0
66,719 66,719 0000000000721fc26b501e27ed6345aefad52cda088f3b9ea760ba65d9b48e1e 0.00 MB 1 0
66,718 66,718 00000000001bd141d4420dbc6bff9416897e94ebf7706403401cba408b8247e3 0.00 MB 1 0
66,717 66,717 0000000004c6d08d616f1c02dd42483a250ae5ab8ac421b64b6de73526de465b 0.00 MB 1 0
66,716 66,716 00000000047891a533d057822892ac31ef2bb568fd900f7453c961309497ff17 0.00 MB 1 0
66,715 66,715 0000000000a9347de88eaa501d475707586f733784b3424eed349812080a10a7 0.00 MB 3 0
66,714 66,714 0000000004f48ee60f2e187cf21cc32bd80af5f3a952c212dbda9fb3dfb6edcc 0.00 MB 1 0
66,713 66,713 0000000001ce99b0cc2a6aec0b699cc2cfc0bb6fdc3bd75545cc0b18e3591db7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.48 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,749.24 GB sent, 99.48 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.