Memory Pool Memory Pool Refreshing

8,641 transactions (2.37 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,161 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,160 (822,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,862 86,862 00000000000c7382a8150e7975464c1b3394d28db7423f1957e71980346d2fcc 0.00 MB 9 0
86,861 86,861 000000000001e7556eafde2b8ff335128284b3bd0e6046c452495925e050a086 0.00 MB 11 0
86,860 86,860 00000000000b187e60aaa0e628b2977806dc7a47f5886aed744e8633045cf556 0.00 MB 3 0
86,859 86,859 000000000009f3444d8c7809fb3c91645cf3b8ca8170839bff21109a57fcb85e 0.00 MB 7 0
86,858 86,858 0000000000098aa4e21a16e05af4dc90a0da80af36f9fe849ae9b1024e77bdd2 0.00 MB 5 0
86,857 86,857 0000000000199cedfa77c472817f60f47e953a12d1b84987343c18cd517c6d0a 0.00 MB 7 0
86,856 86,856 00000000001de283c2b69450fd576753d9264c35a4a21cba2d026582f932eebe 0.00 MB 13 0
86,855 86,855 00000000000f1e315ba2be64b917dba904ce202321850d924b7bc925e5a4d338 0.00 MB 6 0
86,854 86,854 000000000017bed591e59101548ff830d83d318396c6459403ec624366695a85 0.00 MB 6 0
86,853 86,853 00000000000915bdebca38c91c85a59e544f808c7950fcef616480bcdf25f181 0.00 MB 5 0
86,852 86,852 00000000001b2b0e520e2df4f45926a74d3717d81c24064c11938229a3de5808 0.00 MB 2 0
86,851 86,851 000000000005db1c614f517fe4098ebcce633f81551ccd1d42a056db6aacc233 0.00 MB 1 0
86,850 86,850 000000000018edd19b2c9a55126cbd5ae26050e8f6ffddcf101d749c9722c8c7 0.00 MB 8 0
86,849 86,849 0000000000020b61b1f090be25855fe3315a43844689d7ac28f154b347a10b15 0.00 MB 3 0
86,848 86,848 000000000015ac5f3615c6959866349fe44423e577f1b74ba41e06d3d14025ae 0.00 MB 3 0
86,847 86,847 00000000000b8ecad25f64f3b648e17a6c91c799cff5d01f2c6a346b1fb3b71b 0.00 MB 5 0
86,846 86,846 000000000019e15715bd5335b8a4f1090c8ec7ff3cf1a5b2e40d3bc78396e9ed 0.00 MB 4 0
86,845 86,845 00000000001a69bb42312e67e17077945abb16ac6bcd41954436160a23da7774 0.00 MB 1 0
86,844 86,844 00000000000e0d5b47aec8f9075a43f9a95ad6e66b3f5c1d22810897cee84f52 0.00 MB 5 0
86,843 86,843 000000000014af00d3ab9fe51d3461831c436d29cb78185dd18d3b3bec622356 0.00 MB 2 0
86,842 86,842 0000000000139b29ac5303df89dcec9030985e762f6504fd85e1c71e5e1a53b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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,970.86 GB sent, 106.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.