Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,513 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,747 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,512 (819,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,920 88,920 0000000000070a90cd76c25f210599f5a2fade4ba4ef9eb83b57e3d3d4ce1063 0.00 MB 1 0
88,919 88,919 000000000005c4ea2051c8fa83961aa587c7922cab056eb293885013ab41bb62 0.00 MB 1 0
88,918 88,918 00000000000b9f5e18a7d890497813b275e2ca799306833e8b352e70b142a040 0.00 MB 1 0
88,917 88,917 00000000000a898722d551e0a1a3f60795c9560b06fd30654dba479d17d8ec9f 0.00 MB 2 0
88,916 88,916 0000000000068cd1ba1663bbc3d4a6e663aa05c8f695434b3db4ea8b5adf1e22 0.00 MB 1 0
88,915 88,915 0000000000103de4575ce460cf5e407c740b14cde94a57b8197a528ca4b74428 0.00 MB 1 0
88,914 88,914 000000000004a039c6537e35e614a26d6231cbec07b9f835ebae568859b6ffff 0.00 MB 3 0
88,913 88,913 00000000000916a9b4921aef058036b97b3fa144679eb28325d605d610131118 0.00 MB 2 0
88,912 88,912 000000000002c49e3f251db4c36331025c24589e2735f9cc7058538739c24ccb 0.00 MB 2 0
88,911 88,911 000000000007b10f6d5fcaadec78b6c374965fac4b573d9e4e1a0689fae1ed93 0.00 MB 2 0
88,910 88,910 0000000000019ecd14dcef2c893014e94a607ff1b99424c19268fdafbe8da1a5 0.00 MB 1 0
88,909 88,909 00000000001297bf23d57c11b847b5bf70c5e856f3d643ce509c481d2969506b 0.00 MB 1 0
88,908 88,908 0000000000045740180c7ac128d66f88392d2bb015efb3ca7fe5c1fb829665ed 0.00 MB 1 0
88,907 88,907 00000000000fbc96f0156c4cb9b2071be7d1de4a44f77b2a0b2e1c29263275df 0.00 MB 1 0
88,906 88,906 000000000005f4d365f2478d197d4cd7a52f16d7bc46c28093553d88113bd28d 0.00 MB 2 0
88,905 88,905 00000000000f4138529c0d651adb9ca69c50d10eef3aa12ac266eda2b3a228d8 0.00 MB 1 0
88,904 88,904 0000000000071e54c4d4d98b55e908e9e46684f1d094f09d7fb0fe7735321ef1 0.00 MB 1 0
88,903 88,903 00000000000a8d823831762a90e7ee81fb080a560fd08390e9593f620a89a9b1 0.00 MB 2 0
88,902 88,902 000000000012ecaad079ce149ac3848ae7051c4544811b552199c936c34ea7ae 0.00 MB 1 0
88,901 88,901 000000000011f14abc3fdbcd206377ad2f2b7304c0342a452d4c0efb0c802593 0.00 MB 1 0
88,900 88,900 0000000000127d00a0ec58e83f7ac54f5e5486e10f8cf0dae3824fcb6072862d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.65 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,836.63 GB sent, 100.25 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.