Memory Pool Memory Pool Refreshing

1,065 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,755 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,043 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,754 (888,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,776 19,776 000000006d47d1a0e8d803603fca08040a0c38934c4be641e0da64c46c8cc09e 0.00 MB 1 0
19,775 19,775 00000000d37e40825ef06dcfd4fb9540f4e7be9d9199f165f8bf65a1db992ada 0.00 MB 1 0
19,774 19,774 000000003a0cfa353f8f9e72eb7257c8ff0f0ba59b14ab0b0c7044cfee6c403b 0.00 MB 1 0
19,773 19,773 00000000882609051361c3e8bc41b7b8e8f8cf9c6ddf9f5c296cf74245d3d1db 0.00 MB 1 0
19,772 19,772 000000004996348d16a3e2f6fad4e367f2882d0dcc5eddabe40cad6141d6c0af 0.00 MB 1 0
19,771 19,771 00000000f7bc13e025ccf373f35f72c44202a19a4004719a2aba49dd6b730ea0 0.00 MB 1 0
19,770 19,770 0000000039447b4c8e29a1efa9e12236a03657df342a2ff3d4257a296211ed64 0.00 MB 1 0
19,769 19,769 0000000086f6ec1aa540ce15c64f8bdae18e7697f0195018bd56b97cf0abf331 0.00 MB 1 0
19,768 19,768 000000007e28c3e6fdd86aa821263eea18a657afc8566b6afa55cb0768867b9b 0.00 MB 1 0
19,767 19,767 00000000840455ccf65dd032657205fcf100eaa4f5967978efd0eb3b2432582c 0.00 MB 1 0
19,766 19,766 00000000093c968ff45b3973e1bdcee2e547836ed7489a5aa2fc7f04a6f5c718 0.00 MB 1 0
19,765 19,765 00000000c422a8507011a833ec6240904d424cc65e82d4ceca0bc2b3034aebc8 0.00 MB 1 0
19,764 19,764 0000000011aee8e45502787c6703a0122590f944e1bfec10c11289cc5d289861 0.00 MB 1 0
19,763 19,763 00000000af9a4710a702cd297ba6fc9c8833f2adc4332a1ef2030e97b943064e 0.00 MB 1 0
19,762 19,762 0000000081e2529ce1aa86da5ab7498de6f1a1e507e5727a923b36a996754764 0.00 MB 1 0
19,761 19,761 000000000470f729b2d832e2fad379d969b0e546489353c15abcd55574b21b05 0.00 MB 1 0
19,760 19,760 0000000077dc1656c54be31cfeb5eb3563d079fa68d7636b57012536ed22e25f 0.00 MB 1 0
19,759 19,759 0000000016dfc2c4a75221789147bfe04372185600a53ad26a27d027916f5e3b 0.00 MB 1 0
19,758 19,758 00000000a72515ee9690480c05b2bbf50ba076b242f9665d78239f84a30c5b00 0.00 MB 1 0
19,757 19,757 00000000930fa22490cbbb63902d1b3e5eab91b4d341ff3e9efd54d5894d9e17 0.00 MB 1 0
19,756 19,756 0000000067e205c7d5980243644ad1f9e6f7c81fe9ed106a72958138e5247a3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.21 GB sent, 102.52 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.