Memory Pool Memory Pool Refreshing

9,148 transactions
3.39 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,035 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (857,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,355 50,355 00000000072e92c97ab7479c564634f10550a47f8007e5eb2fa0dc0a6a9e3d6f 0.00 MB 1 0
50,354 50,354 00000000162727305753a65ea4abd01e43c69957d78c2c1d416804b5a56f8d0c 0.00 MB 1 0
50,353 50,353 0000000023d084474ae7898c0e8e159c23d15feb34cde13de20e2d1b43b09163 0.00 MB 1 0
50,352 50,352 0000000020b2e974a39ee4495c1b36e5e1e70ccc8dd805d2002cb770ac28ba64 0.00 MB 1 0
50,351 50,351 000000001fca5a9528660b95da1d67a0616b07fdd03ac91f30397f7816b351e3 0.00 MB 1 0
50,350 50,350 00000000250217301ef175ad7cc7151da5d940c7484054a074bedd645087a946 0.00 MB 1 0
50,349 50,349 000000002437481c1e02537913571e7835a40e634703e44abaaaf2f16e83ff19 0.00 MB 1 0
50,348 50,348 000000002036a6930d077410146651b494fe1fec3712ea2f6f1c8327dd58c7e9 0.00 MB 1 0
50,347 50,347 0000000005663c51db1bf722472f780dfa9f4c727815a9e1fd579f46d33a0e77 0.00 MB 1 0
50,346 50,346 0000000007bfdcfa5c63608680359ff1aca73bdc7a57c202461c6afa4a43de13 0.00 MB 3 0
50,345 50,345 000000000c863bf78383dba1adfd80e2afc59064c6bca5be2075dbee4c5e6d61 0.00 MB 2 0
50,344 50,344 0000000010ba79269d0a68d14a824fa6d601e1e1babb7c0d48059eaaf915c2d3 0.00 MB 1 0
50,343 50,343 00000000235bc50f36eba570c20f701edcd294845170da60b0db93ccdff7390e 0.00 MB 1 0
50,342 50,342 000000002721c6790414eb07d642cf560787ae07974fc07cbe746441a7aa7f01 0.00 MB 1 0
50,341 50,341 000000000feb7ac412e72883272cee352dcf4456959092ba772fb949bd738ed7 0.00 MB 1 0
50,340 50,340 0000000002bbb37ebd9b6883f8defa3587b6552e4d651dfb980ea6734fd20657 0.00 MB 1 0
50,339 50,339 0000000021b8eaff8f454c43917f4387995da2322d2355618698b0d86f956d58 0.00 MB 3 0
50,338 50,338 000000001363b5f34932de996cca441f77b8adbb4ef66fe219b3c7790807bafe 0.00 MB 1 0
50,337 50,337 000000001fc6bb794b4b989457debb0364465e5d82c6da0f44231dc39d6aed40 0.00 MB 1 0
50,336 50,336 000000000bff18903e65beaa126e9cab9c4ae950172417596a7f68974df06a61 0.00 MB 1 0
50,335 50,335 0000000010784d912f7d0a9c23fa275585f2d7ca56de220e8f4bd17155b5ec49 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.47 GB sent, 98.35 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.