Memory Pool Memory Pool Refreshing

3,723 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (782,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,898 124,898 000000000000307611d663be5aafd70dbf5ea1aa60838980ec3dcb91684a2587 0.01 MB 22 475
124,897 124,897 0000000000006a54830349bf8701064da5c31af689673e46e9ee1972948a1d12 0.00 MB 9 293
124,896 124,896 0000000000002bbef58e405cd6daf44c6f1f74d82c89124f49a02ac6156d15e5 0.00 MB 12 279
124,895 124,895 00000000000039a903ac97068acb94883a49faa43e94b2a24c04ba78c7394cf7 0.01 MB 7 357
124,894 124,894 00000000000019788dfc06649fb2553c56cae168d652d0df5d22dff330804f1a 0.02 MB 42 844
124,893 124,893 000000000000083044a8098cbb9733d3cdbb59d28e8f422c0b7848818006ef0e 0.00 MB 1 0
124,892 124,892 0000000000000ffa48f7331315fecae035c9eac9f9144609d77099db3d9b83e1 0.00 MB 9 246
124,891 124,891 000000000000179a99ced3082efda7775e4a64cd4a70a0b93ece3fa192901e7e 0.00 MB 5 351
124,890 124,890 00000000000050d14079ac3e42446fd79295f773fc985994c93d8cd3343667e9 0.00 MB 11 270
124,889 124,889 0000000000002f53d2edbb74d83025169af64d39baf61664fa8ac3e36155c2e4 0.00 MB 7 345
124,888 124,888 0000000000005069a42d451b0f1bd6ae2798e2598c287ccef86ae808762ab0ba 0.01 MB 19 699
124,887 124,887 0000000000004cb5eac4a42e9154a894b959b2cdeb74bafbd67edcb586d44866 0.00 MB 15 516
124,886 124,886 0000000000000d77feef4942137981f97adf1caff1e7073b18844b0f2256f1df 0.01 MB 9 578
124,885 124,885 00000000000045728287b4c6266e8ce1a54b9a01bf0714b114fe663715e541b3 0.00 MB 8 341
124,884 124,884 0000000000003ff72cf37ef1624f463658fcaa06fad32c4b6718b3153a649d30 0.00 MB 16 237
124,883 124,883 00000000000050e96e6a21c6b393a1f0eb7607b4a85374c2b1a7b8b1b980e915 0.01 MB 11 645
124,882 124,882 00000000000025a9df2ad6405ee2200a57ed1d29a472682055eab33bce99a7c6 0.01 MB 32 224
124,881 124,881 000000000000030d34996c335c13d08b5a2d781bb36147f8da7b216c2745d7dc 0.00 MB 15 1,222
124,880 124,880 00000000000049d3f1444399f1bc82d8b10e831bbcd5a2cfe55f340bae67ca8e 0.00 MB 1 0
124,879 124,879 000000000000423b13cdbf189dbd193be71976d730b696819e8b94e123d7f3cd 0.00 MB 1 0
124,878 124,878 00000000000000969cc37e09cf744082eab7bf2fbcb45fe1606f66e388f4690c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.