Memory Pool Memory Pool Refreshing

8,379 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (27,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,838 879,838 000000000000000000000a8e5c94524e1de8f479044c199866444963fc85178b 1.56 MB 3,459 7
879,837 879,837 000000000000000000018f80683bca855ba2a9f930965baec169411f2839bf21 1.60 MB 3,832 5
879,836 879,836 000000000000000000000ad13a4146bf1cc8caa85b081c8ade0af31c1bd4ff64 1.56 MB 3,493 5
879,835 879,835 00000000000000000001527a63f9e17b7ee0c053520ca792b7f798765461c4ee 1.70 MB 2,600 2
879,834 879,834 00000000000000000001716fc5437c30cf0827b15144e913699ead9e4daeba97 1.35 MB 2,444 4
879,833 879,833 0000000000000000000264b1cf05459c8253fff241d4131fb2a8acf66285e621 1.60 MB 3,235 8
879,832 879,832 000000000000000000007796f1c6e7058cb2c4db78b7b80cc2648f5f280935de 1.98 MB 807 1
879,831 879,831 00000000000000000001a254b98bbc35eaf244d07ee90051d0247a0a3e20ba4c 1.98 MB 897 1
879,830 879,830 0000000000000000000112b3e8288d3744ec0c670cdf8a59ba21ce01f549ee0b 1.49 MB 2,736 4
879,829 879,829 00000000000000000000980f6cb186e785b08da545bd443c933ad5147c73af7f 1.83 MB 1,531 3
879,828 879,828 00000000000000000000cc88d6ce7e7feaea0b8fb46e610d3da7386c08db93bc 1.87 MB 2,972 2
879,827 879,827 000000000000000000009926a7b2fe25ca242783d70a5f6c6c997aae45280a20 1.55 MB 1,209 2
879,826 879,826 0000000000000000000251479cf739f5b512781d0f4beb879fb680dbb7bd771c 1.84 MB 2,673 3
879,825 879,825 000000000000000000005be261846b75de96ccf63a5b4cbf49b8b0d1c064c1c8 1.59 MB 3,606 7
879,824 879,824 0000000000000000000158171bb5a74a9674aff619266f139805dbbafbd5e57c 1.91 MB 2,767 5
879,823 879,823 00000000000000000001aa3e25bf07fee9bacb44e78506b158f6928fd41331d2 1.99 MB 3,035 5
879,822 879,822 00000000000000000000fedfd860817266cf0e4e9d51f90c6d27b01fc72a3038 1.88 MB 1,728 3
879,821 879,821 00000000000000000000567637aa7c05854a8138ec4a5412b7f9ea15d1711201 1.87 MB 3,317 4
879,820 879,820 000000000000000000019fc7d81e10e47231594fdd9e34cb5e3b6bfc48ada471 1.68 MB 3,393 2
879,819 879,819 00000000000000000001b9763dccdfff814011e0220f1e0a71c1e0bbb2906590 1.71 MB 3,131 5
879,818 879,818 000000000000000000016d6b2912a8cf46301e3ec52e61aaee9d0c95972509a2 1.58 MB 2,835 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.