Memory Pool Memory Pool Refreshing

1,858 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (829,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,736 78,736 00000000004fe56d6b1853126962712f3211cfc0c554c8d4aba559ba7037f1c7 0.00 MB 2 0
78,735 78,735 00000000005a7dc67145fbd3e8ef48b211ea02ee090bf6d95d11e7532d9ad4ee 0.00 MB 3 0
78,734 78,734 00000000004b9d1818074aa370171e524dd252171ba90551ff4fd6ac54867bc1 0.00 MB 1 0
78,733 78,733 000000000015d626c8068eeeb3ac13d2cbc19478fa61f817785992671b56ff54 0.00 MB 1 0
78,732 78,732 000000000038ccbfc536d95d740ecac60688553ab9812c7d60a59c5af307659d 0.00 MB 6 0
78,731 78,731 0000000000142d432101a55ec521ec3ef4b6f6d65fcd88f5f862afe0640d2372 0.00 MB 2 0
78,730 78,730 0000000000390235b069fcbc9bf58ee8219dedd1faa03400226f8c2ce60a1d6a 0.00 MB 1 0
78,729 78,729 00000000005647e67b3f4c5e19db9f02c04ba33b5e5f280337bd4a481f3aa0b9 0.00 MB 1 0
78,728 78,728 000000000040905800c63dd52c763eb65f0c320d271bbf1e7b1e25d32ec38422 0.00 MB 1 0
78,727 78,727 000000000013e1b4da347ecab5b2675c0f2e485405a59fe8ccecd1cd010d36d3 0.00 MB 1 0
78,726 78,726 00000000000763bf05f64424c06953c413e6bbfa1d6192336929a17fc625febf 0.00 MB 1 0
78,725 78,725 000000000056e4ec334fa5da268f9d1b10d827d6d2f436996e54bfcb825b461d 0.00 MB 1 0
78,724 78,724 00000000001eae47ee5e2dffb96b1714bc8ca52b82a4f0e363f699ba81564786 0.00 MB 4 0
78,723 78,723 00000000003d59265668d33316812af6b4679078ba3d9821da4dc48c8815ce69 0.00 MB 1 0
78,722 78,722 0000000000360d9bb76389a0fe72294a3e559e90c642a5dd80adf7db7e7c4e1d 0.00 MB 5 0
78,721 78,721 000000000049489f732dbc293acc72abd50510ae4ef87d35e01d04bfdcd36036 0.00 MB 2 0
78,720 78,720 00000000000806a041c598cb1d996267de403c037f8af74d7c6cfb046173842f 0.00 MB 1 0
78,719 78,719 00000000004b01de0c632265d127e811eee94753bab12c144d7b5160b3e79451 0.00 MB 1 0
78,718 78,718 0000000000091e872b9b526dd063b8f08855211f0b0551547b6b74f155face49 0.00 MB 1 0
78,717 78,717 0000000000237a7831d6169372108840ebffc90e01fc382671d467bc7a9a7ee2 0.00 MB 1 0
78,716 78,716 00000000003afe85c2493aa1006f976d1cfadce9ee5d3b811e0f12ecd0859273 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.