Memory Pool Memory Pool Refreshing

10,428 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (123,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,917 783,917 00000000000000000005b5d95c79809c3604b1afc0f6edc46d1ff1aa8c986dfe 1.63 MB 3,055 30
783,916 783,916 00000000000000000005c1e775178411b903062f1b11f8f238091ffd8ca56a2a 1.65 MB 3,212 20
783,915 783,915 00000000000000000002bc4d7307bd85686d751a811faef93e9d6d0ee01af1a3 1.87 MB 2,856 20
783,914 783,914 0000000000000000000516efbb709783d29e5af51a863fa53dec2dc307b9e050 2.43 MB 3,287 8
783,913 783,913 00000000000000000000e4ab0c3d977133ee73d7721d3f5783448e3edd510613 1.57 MB 3,163 15
783,912 783,912 000000000000000000035d11f874d17ab10dc78568b0c91f4b63ae46d89e1bd2 1.37 MB 2,534 37
783,911 783,911 0000000000000000000487470f3ebe1d2349c0125c3b375e82c189d2016aed56 1.85 MB 2,322 17
783,910 783,910 0000000000000000000486ad90d60e8ec0cd26030264b2c05e5c501fb3f1cf86 1.48 MB 3,229 23
783,909 783,909 00000000000000000002aaa31a1cdb6006d68b756d1301b3d8295be978b2a2ca 1.42 MB 2,360 31
783,908 783,908 00000000000000000004cf4f4c7e16a3fe9e85dc9c2f9af765b4bbace4f763b4 2.49 MB 2,173 11
783,907 783,907 00000000000000000005bbd21cfc1b0cfd3228a2e2989e4c541f1e88d9637abc 2.87 MB 2,319 8
783,906 783,906 0000000000000000000202ae318416a78aabd18f0f37bf6d77b13b224e03c192 2.19 MB 2,642 12
783,905 783,905 0000000000000000000017360d70e5896906e3bdd9a1a4c2fb974b16792975d5 1.67 MB 3,068 29
783,904 783,904 000000000000000000013cf904897db9c5900e41d05c06283150d6d4a4cb2e4c 2.50 MB 1,680 8
783,903 783,903 0000000000000000000582c338601f0f0f50ca9602b944bade5680284867d395 1.75 MB 2,515 16
783,902 783,902 000000000000000000032e9726ddf7bf06d818ee9404548a11a54c7474e404ec 1.45 MB 1,725 16
783,901 783,901 00000000000000000002d5e0e0fc9072327828c0cd1771a4f257b8bd4fd2ab3f 1.56 MB 3,578 31
783,900 783,900 00000000000000000004d920a028fdeea17cebac1a24dcf6461dca08aa2f20fd 1.53 MB 3,832 30
783,899 783,899 00000000000000000000b6ce5a463cd597068f8517a1757d38c5e040b9fb414a 1.42 MB 2,072 21
783,898 783,898 0000000000000000000011b1f980b9299c2b1bbd5b6894af491d82db2516e3c1 1.58 MB 3,607 31
783,897 783,897 00000000000000000001c3b750681529a96425bdf7a07c380b8eb4d17bfb226f 1.28 MB 2,138 37
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.