Memory Pool Memory Pool Refreshing

7,421 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,908 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (572,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,813 334,813 000000000000000016f4494400b0082c6a6415038dedc4ac5d01f91f920c5dc8 0.75 MB 1,572 30
334,812 334,812 000000000000000007fd32a361afe0dd91c150df47c760ad1bf2ebb3b763ecb5 0.75 MB 1,334 23
334,811 334,811 00000000000000000335f352e76cf7aba743a854a2776a50a75a695e7d52717c 0.08 MB 144 28
334,810 334,810 0000000000000000006c21da34e5519e77ad06a5bdcb08c1f0042e915e3ea696 0.47 MB 717 23
334,809 334,809 00000000000000000e850d446a67560a65d44213b409ee65a3c83727a7920c3e 0.71 MB 1,073 24
334,808 334,808 000000000000000000fe3aab9d8ae4fbe8aa28b763b50c60690e319cc27c16df 0.33 MB 537 20
334,807 334,807 00000000000000000d6ba646e083323bba3b0af3c4ec7ecb252a0c0a80a97055 0.15 MB 237 22
334,806 334,806 000000000000000002f42bc803eb55ec1da40f6de6c2c594255806d95acdd722 0.72 MB 1,202 25
334,805 334,805 000000000000000000f0f6a430c9a87adceefcc02820514cd5b558f78aad6d12 0.37 MB 754 26
334,804 334,804 00000000000000001b2fbfc940fed14d33d66f4467742cba1080214e1b373a94 0.18 MB 223 20
334,803 334,803 00000000000000000b0f55425d2d62187286dadb158b531371a64d40b11cf6dc 0.37 MB 574 23
334,802 334,802 00000000000000000461ebe1af0c8c3785767a288a712872a41788dd70ea70c9 0.71 MB 861 23
334,801 334,801 00000000000000000cad6efdfe74524f110ba99628b22d7534a4ba5e84eb0dc2 0.32 MB 502 22
334,800 334,800 00000000000000000ae21f19d6c8dca6c78efabf2bc27397aaf595bf89fe7654 0.09 MB 148 21
334,799 334,799 00000000000000001798c445ff704b9c8e8b4d3e4144e119dc28eb94bdfcd00b 0.17 MB 320 26
334,798 334,798 00000000000000000e5e71aa60ddf9e094f0778c176f3e2a3f41a36bc90be8dc 0.72 MB 510 12
334,797 334,797 00000000000000001b145eb49c66c7bef935ef8938630cf342a8909c76b8e634 0.35 MB 279 17
334,796 334,796 00000000000000000a94c85590a86db4fc37ff020de0af75de6e5281490ca687 0.75 MB 1,173 20
334,795 334,795 00000000000000000550732edb03894d7c2dc16efcfcef3188622c8566305d1a 0.75 MB 2,581 38
334,794 334,794 00000000000000000272f49a3c9842260bc60508f03ce943db14b08654eb4394 0.02 MB 32 10
334,793 334,793 0000000000000000163e0a83bab7abfe96b78c899221538c38ef9f8ad50e7f6d 0.50 MB 1,215 40
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.09 GB sent, 92.62 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.