Memory Pool Memory Pool Refreshing

7,100 transactions (3.42 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,362 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (895,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,749 13,749 0000000017086db41bf826cbe9cce86c72aedaf7cf029d102320e068ba4c5a31 0.00 MB 1 0
13,748 13,748 00000000312935c05135d4c90884a85c98071ef5e7050b394394688554903ae6 0.00 MB 1 0
13,747 13,747 000000008164233bef4f1ebb3bff6d55ed28de900b77eb00000674e99dad7a88 0.00 MB 1 0
13,746 13,746 000000006cd12d3ca3ad30b27873a6f34d61b8de288ef1fdcd95b7eb7eb25e57 0.00 MB 1 0
13,745 13,745 00000000ea28e96d28b464f4ade11f5e3398557b1de21855266d375d94b127b9 0.00 MB 1 0
13,744 13,744 0000000066c162a9ca2309afa73fef68a90abd3396100ab64c7b3346a419de4c 0.00 MB 1 0
13,743 13,743 00000000cc379ea841844abd9c07d7f7fe58e75b176aeffd678add83f3148c77 0.00 MB 1 0
13,742 13,742 00000000fb828121a7078e3f6bf5656befc6333283496187afb2b750d823cbab 0.00 MB 1 0
13,741 13,741 00000000aba6552617bf0b23b706eaef4f453da5871eeab28449e6a323a1ff5b 0.00 MB 1 0
13,740 13,740 000000004269576b9131787c077e5787ac625225cb6fb8e190042dc9983ee084 0.00 MB 1 0
13,739 13,739 000000009316841ec703cff23fb5c10cd931e5cdc830d57c7406a0f9f6f514a5 0.00 MB 1 0
13,738 13,738 00000000ca83a408b50eb2765312a9c4ac061ba7ad87959f009d0c1a70afa06c 0.00 MB 1 0
13,737 13,737 00000000be43e716d4eabc4cc0adabebeac3bbca4f6b26db385fbf30086c8187 0.00 MB 1 0
13,736 13,736 000000006bb5203f5ff9f51592ebbe23f19381f4936496c32af36d04099f9385 0.00 MB 1 0
13,735 13,735 0000000059688c70f69deaab12638c7cad8e6e15e80174d46a56821a9ae3e5fa 0.00 MB 1 0
13,734 13,734 0000000056bf395bb42cf0cd661ee99c5b80e28bfeadad2a6b3953f63f8d0503 0.00 MB 1 0
13,733 13,733 000000007c8d9194c2f946c6751516285edb292aac0938a703278889e2eee2a5 0.00 MB 1 0
13,732 13,732 000000006c9c4fa15d6c4b5773be536f09c2034d3368610d9fbe1318f898fc47 0.00 MB 1 0
13,731 13,731 000000008f72b04e6d3705d139f58f411144b0f9a0c1ac9671177479b291b2de 0.00 MB 1 0
13,730 13,730 00000000d11ec96e6d5b94508733393a63ef0132bd9f84dc3ddb5788177dc9bb 0.00 MB 1 0
13,729 13,729 00000000ce1367261a2c5fae400d22fa4a827a8977a87fa52c9811251ce3c79e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.03 GB sent, 103.89 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.