Memory Pool Memory Pool Refreshing

10,175 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (40,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,800 866,800 000000000000000000023bc466f6d7d4395b482b7e56f6f8d2a299dbda9c4fac 1.62 MB 4,181 25
866,799 866,799 000000000000000000018785de91a879d134ad6c78989fa3ba057be2d11a3583 1.67 MB 5,614 22
866,798 866,798 000000000000000000028ae70db68c7f1a3bff2c1263a2468da5239a52c64dfe 1.57 MB 2,177 16
866,797 866,797 00000000000000000002d24f0cea66961fb720675fdb539a80c1ea0a50e51665 1.77 MB 3,742 18
866,796 866,796 00000000000000000002c18fce78f75afa73e15ad09b7badb1b28a06e998a553 1.68 MB 5,686 16
866,795 866,795 00000000000000000001e03cbc848cf4bc14de325e215117754fa4c0600cfb0c 1.64 MB 3,856 18
866,794 866,794 000000000000000000007fd0f3084e3c96de3647390f0c35e80a53b507fc306c 1.63 MB 5,685 16
866,793 866,793 00000000000000000000b7e506f5cf43fd1cb5a32fa439664222b5aaf46c1a10 1.52 MB 5,540 16
866,792 866,792 00000000000000000001987a9694b7c8e890f16881d45b28138c27ee4eb09b77 1.55 MB 5,516 17
866,791 866,791 00000000000000000001159d03cf856412c3ccd6c73467b3f87f0fb42a91ee8a 1.57 MB 5,743 16
866,790 866,790 000000000000000000020dc4db28ea6b63b56c147ea40b6c48c4a9ea058ed2cd 1.57 MB 6,094 16
866,789 866,789 0000000000000000000287cac29811a17e163ffab03f67049ab3b4ff5047f6d5 1.60 MB 4,256 21
866,788 866,788 0000000000000000000158c7ea64344105dc0fc130106eddfac477f6b188feb1 1.57 MB 5,395 19
866,787 866,787 00000000000000000001c2e30fd828c8ce16a467a2506a1b04a4451392170f37 1.52 MB 6,259 18
866,786 866,786 00000000000000000002f76c2d5d5a98803a010d0fb0c166f16ebef2dbe28f6b 1.53 MB 6,431 19
866,785 866,785 00000000000000000002fca4e44a2ccb87a14b3e04be493dd466f7a946175d97 1.50 MB 4,399 25
866,784 866,784 00000000000000000000dbc94bd8e47a08f2cfc2a9b9d2802cf973bbb5b2fc5a 1.50 MB 5,004 20
866,783 866,783 0000000000000000000077d9b6ab40c4a447c0d3b3b4797333df1ebe5d35765d 1.49 MB 6,094 16
866,782 866,782 000000000000000000009f1248372d3a16f633dfc00fb204c36d8204a561355e 1.46 MB 4,625 18
866,781 866,781 0000000000000000000061ecbace468a31a628ac3ef1f99ef951a2c14af1dd1d 1.44 MB 6,260 14
866,780 866,780 0000000000000000000183a70b7543ac08fb6edbfc351c10209cf89dd30ee8e5 1.50 MB 5,300 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.