Memory Pool Memory Pool Refreshing

8,766 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (823,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,918 84,918 00000000002aefeeb24ae2d14d0c18167eef28e9a1cfcfc92fc7384a3095d724 0.00 MB 5 0
84,917 84,917 000000000023b63160ae31f39624cdff63cf5a3d0818c1eecea708ba8c20dd4d 0.00 MB 2 0
84,916 84,916 000000000012709445b1e5ca1c6fefef429272b7f3be204ac3e2b14941362e2d 0.00 MB 1 0
84,915 84,915 000000000012c02bfbbb5c546e6f4f4c5146e9111708401a24aa5a7bc42907ea 0.00 MB 1 0
84,914 84,914 00000000002d2f26da063eab18581dab8411f19e90b40d66ed65278e129c59c8 0.00 MB 1 0
84,913 84,913 000000000001a8072caa671e0da9706e0bef1a8308695ee3fbad05e8d2abafc4 0.00 MB 4 0
84,912 84,912 00000000000952ba5e471e1f6466b6760d5e417db3c6665c39d6b0939e96c1dc 0.00 MB 3 0
84,911 84,911 00000000001aaacba088e4c294b868ffbff0df31efc74d05eb569d2d7b8c38e2 0.00 MB 1 0
84,910 84,910 000000000027211a537e2b50e81d62248c7eff54c7dc78af61584367942ad6f4 0.00 MB 1 0
84,909 84,909 00000000000ac9932b1946dabe7a587e9f39a9ee6be99bf3b65f3953bb8d8c19 0.00 MB 8 0
84,908 84,908 000000000000cc9c16d88a6168c3f4418205c3d953787a452f38facda2db5cea 0.00 MB 3 0
84,907 84,907 0000000000237b0f940a525b940b7bddc79d9d6ad70eab5bb5bf766640f4c2b9 0.00 MB 3 0
84,906 84,906 00000000000b8a0658b147d39c911e23992feffc3cca2ae570dedbf0e683072e 0.00 MB 1 0
84,905 84,905 0000000000200dda096957cc6e7919bd457d0061115f35f898dc17c4acf6ab47 0.00 MB 1 0
84,904 84,904 00000000002e687bbe41bcd85cea7c34f2701d31e46943859944003e33accd9b 0.00 MB 2 0
84,903 84,903 00000000001ec920bb83001efe011f8dcf2ea77801967c7c9d4e5e76941da563 0.00 MB 1 0
84,902 84,902 0000000000061d0d70d36628d162fd936aed756b11c42ddbd0ebb608afce912a 0.00 MB 1 0
84,901 84,901 00000000000870f146927b93e07183749981ba097fd95997a88314a841787eaf 0.00 MB 1 0
84,900 84,900 00000000002df72fdee0c5ee854b872fd8972bb39d1f471953197f83c3cf1868 0.00 MB 2 0
84,899 84,899 00000000000f0a401b05e68dd9228e39fab574c1615cb74d72ded5b749e65f46 0.00 MB 2 0
84,898 84,898 0000000000137c4f9d01e1b18703ea5e21c77ff5b0e8062f7be3ba29c88a486d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.45 GB sent, 100.85 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.