Memory Pool Memory Pool Refreshing

4,504 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (147,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,892 759,892 000000000000000000041a1cd33b3dfe919aac8ba3e5c198c2f4f4722d0f521e 0.00 MB 14 20
759,891 759,891 000000000000000000038985eab239614588e20b1b3dfed9434ac8a3e3137d7b 0.91 MB 1,637 7
759,890 759,890 0000000000000000000369e05d30d512a691dd6a8231e0c2d1bc3634ed88ac29 0.02 MB 46 11
759,889 759,889 00000000000000000004034200bcf1b2e789ffc713d71efbf5be6babdd20e495 0.78 MB 1,417 7
759,888 759,888 000000000000000000037b411e39e370432cb91259564d0f97a422de7aee206e 1.03 MB 1,518 7
759,887 759,887 0000000000000000000483cd19eacf6957cc7884bff16f64f802f81508dcb6cb 1.13 MB 1,399 6
759,886 759,886 00000000000000000004c7e5302161731ce167b0bc088ae8ff2eaaa8d7bd5345 0.12 MB 183 7
759,885 759,885 000000000000000000010bf8a9b394b90a9b408bc3e4754f9bded45138586daf 0.11 MB 290 9
759,884 759,884 00000000000000000005d857596b33426f7c3676fcdd207a49b9d97651084e41 0.72 MB 1,368 8
759,883 759,883 00000000000000000006d362f6df84a0a433b979ded5ffeb7ba5ea7fc8ab2261 0.50 MB 835 6
759,882 759,882 000000000000000000034a5c8d6f317699df26c817ae99dfb10c0bab4d474e95 0.43 MB 427 5
759,881 759,881 000000000000000000059eac0c235b974ff16c9759853a06bf5f74cd6d14fa01 0.80 MB 1,185 7
759,880 759,880 00000000000000000001a42510c8b6fabfe378d27d80e68af5af71addad928af 1.29 MB 1,850 4
759,879 759,879 0000000000000000000331f4d16c2da3dcc381cff3cdd62909c876e9efa7544d 1.30 MB 1,833 10
759,878 759,878 0000000000000000000432a807b21dfdea82fe75ad7567cad0532d451025d975 0.05 MB 130 8
759,877 759,877 00000000000000000004b458b0f97574f725f638e0d008180d02045b981abb64 0.33 MB 730 7
759,876 759,876 000000000000000000000caa6de1f58feb7a12c2dc6a92a25b4018f84696a628 1.36 MB 2,525 7
759,875 759,875 00000000000000000001139a4e3bdb702d24219de9a2afd5baab6f7432293de1 1.53 MB 2,531 8
759,874 759,874 0000000000000000000075769b38b71e295557f05781dc9225251aa0e1933635 1.14 MB 1,842 8
759,873 759,873 000000000000000000056d8eac5b16644eac7133c4b2e549ed7893c17d011496 1.63 MB 1,106 3
759,872 759,872 00000000000000000006897eb31d49eb2efea196ba3dfab1a5684691a323f991 1.73 MB 1,419 2
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.48 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.