Memory Pool Memory Pool Refreshing

2,816 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,805 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (804,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,068 103,068 0000000000017b45e6d008087ef92ebb8fa861c895d23d27f3de0f6d26381882 0.00 MB 2 0
103,067 103,067 000000000002095b551ab33058d64e84cbe1c929ad6a9656dc9e252727b85ac0 0.00 MB 3 0
103,066 103,066 000000000000dfe58de532cd19cfaa3f18ee5eebe77f6390bc309a827473c700 0.00 MB 20 0
103,065 103,065 0000000000036587eb182669dc3d55e6c21650adc76e36a37679e431378f578a 0.00 MB 1 0
103,064 103,064 00000000000128a30454fdd09215f95fcb43aed47113478a52e7296056eb70e3 0.00 MB 3 0
103,063 103,063 000000000001db24842ebd403bcbbe8de57ac0efbfc71178c0434ab6fdd9c017 0.00 MB 3 732
103,062 103,062 000000000002f006af24e6938520bec8c5dafb782bf32f8a3dce2e46b786a0df 0.00 MB 3 0
103,061 103,061 00000000000045150a4530293f4236a85b71fe93b230a158eb5746893d10921e 0.00 MB 2 0
103,060 103,060 000000000001767842fa5e3c0b75b7067a6ab450ae0493887dade4f2632df215 0.00 MB 3 0
103,059 103,059 0000000000011d74f850f9336670e45fc0f0c1738fa164a3a83b7aed6962c409 0.00 MB 1 0
103,058 103,058 000000000002619721f1999493792465b2ad0449fdd9339df9d66f42b141b85b 0.00 MB 3 0
103,057 103,057 000000000003209e4c95eef55e53f2bab5b8997c5cc56cc02779ffdecdce5f11 0.00 MB 2 0
103,056 103,056 0000000000018043446207b9a9577a368284e6cb57b6088f5e9879533f0f7b37 0.00 MB 8 0
103,055 103,055 0000000000033ce8b90a1de31673164d501c3a8173a23ad26e6a16fe5a5322bf 0.00 MB 1 0
103,054 103,054 00000000000195a53d254a7cce9157d78225d5d33aa4766fc80ba7980860401d 0.00 MB 2 0
103,053 103,053 000000000001ab8f0941197ba5f8a621bdfbfa75bde8c2b8a373175ce9a89e53 0.00 MB 1 0
103,052 103,052 00000000000112d7e8df2bbec6139a5110fd5ffaeb0a062a48dcf02e89a4df0f 0.00 MB 6 0
103,051 103,051 000000000003018e308978b05314ae23aff1b897cdd941532e7cf42e9bee08a9 0.00 MB 4 0
103,050 103,050 000000000002bdbb61b01ecb7841bf219192ea10411d9d7e1c4978eadb21eed4 0.00 MB 8 0
103,049 103,049 0000000000021adefa07946e272b191a7e8f5d5436d2e7b3d77cf8eef7cd3fbe 0.00 MB 16 0
103,048 103,048 000000000002538b926465099a5255e24a63211e387c2c5ef28864e1635c4ce2 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.