Memory Pool Memory Pool Refreshing

3,623 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (745,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,785 162,785 0000000000000d1058629e65a14988646edc88e4e7db5c63bd1efb282af2204d 0.01 MB 13 631
162,784 162,784 0000000000000756c7ceb1b8a01fe9236acbc2c5a1a618883f4ad08008c57b6a 0.02 MB 34 219
162,783 162,783 00000000000002a66558da4fcba2fad8cf821e705b5aae5fd3a368a8ea20f3e2 0.02 MB 32 161
162,782 162,782 0000000000000c4b9faa0372679bc9750417a3cee5eb27f14a37261d221b1db2 0.00 MB 6 0
162,781 162,781 0000000000000c73b06ae0a41a9821b48361662d8297c3df0a879eca5b09485f 0.01 MB 33 162
162,780 162,780 00000000000008d2c9f5f5cb52506749babc6c491dc6d71cf9324cf13a4a5204 0.01 MB 36 49
162,779 162,779 00000000000001d7989c3f3779ec13d91a482a748fa9e3a75f4c8e6cad7d61ee 0.02 MB 32 946
162,778 162,778 000000000000043a7a14b3dca10f81b580ec14dd97f8a003b393a94acf14b827 0.03 MB 49 70
162,777 162,777 0000000000000cecec77d8d0949f8a9ccf5a3df17d647dfd4b0680c8fa03a69f 0.03 MB 89 203
162,776 162,776 00000000000008dc152993bd615d741f616655f05e26b096370b8ba5f89f3aa3 0.01 MB 23 60
162,775 162,775 0000000000000cc32f9b90bfeede7c3365a048d12b81cbfbb3bf2ad531164915 0.02 MB 47 0
162,774 162,774 000000000000005b329c784bf38bd92f158220269a2fe36d9765923a75fbc6dc 0.02 MB 30 27
162,773 162,773 0000000000000846085e2d45eed4a6396780926ce015b02b4b0c5baee9ae82fc 0.02 MB 34 95
162,772 162,772 00000000000005b16098446129bc7aa3e63ae8a843d2fbc6c4798ae22cc9d679 0.01 MB 14 420
162,771 162,771 00000000000009bef18b1d821eb64b12456d286d5c84034a0f9f848470d5f6e6 0.03 MB 104 0
162,770 162,770 000000000000089dfa01d53fa1d57e9d6a49238ab245e8f12811aeaeba2a9eb3 0.04 MB 76 54
162,769 162,769 00000000000007f184b11ea333950c2c0aecfc26a94b812acc1d0957b806e051 0.00 MB 12 831
162,768 162,768 00000000000003435e4e3b03fb294692ab249fb931adb5872c4e6bc6b907acc0 0.03 MB 76 459
162,767 162,767 0000000000000a0010d6c80cb8a45aefd3cbde6c8c43e693b1bce1b8b3563eda 0.03 MB 62 136
162,766 162,766 00000000000009e3489bb038fcf2deb25bc983d1bc38df9e9b40d71e9353afef 0.01 MB 15 906
162,765 162,765 000000000000076c46e668988fc982fe32a3a2ed2a63e112f68050f39e9802e1 0.05 MB 109 105
Previous 10 blocks ↓
Total Size: 769.56 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,649.35 GB sent, 95.76 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.