Memory Pool Memory Pool Refreshing

3,628 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,174 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (27,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,913 879,913 00000000000000000001f71e896518ce2c53bcd3bba409277ccdf8c13b1dc343 1.75 MB 4,588 3
879,912 879,912 00000000000000000001b9f4707ef4a99a624a63a1eae225baaf61b75b19c84b 1.61 MB 2,007 2
879,911 879,911 00000000000000000000d23cd4b57825f94775df8fb7daa06d8d76d86b4f7785 1.72 MB 3,178 4
879,910 879,910 0000000000000000000219778643282ab96eedcc987150a54c9f096b3feb241f 1.69 MB 3,576 4
879,909 879,909 000000000000000000008f556f2434bb1bca1f8e76c5cb323196ad177578b728 1.72 MB 2,154 3
879,908 879,908 00000000000000000000f58543f6fc5b0354dbf0d093348f2fe321ac5302a2e3 1.63 MB 1,634 2
879,907 879,907 00000000000000000000b40b41c86129b871f545f852b81252b56c3b65150b44 1.63 MB 3,682 3
879,906 879,906 000000000000000000027618040464d518eef5cb5fd4d648a044fdecf8108db5 1.61 MB 3,786 7
879,905 879,905 00000000000000000000a4270c6c6284a2a3b10abfed6debd8e455b848e7b602 1.53 MB 2,902 3
879,904 879,904 00000000000000000000f3b3e06411542278ebdde6e42ebe6f91716c99eb55d1 1.48 MB 2,845 4
879,903 879,903 000000000000000000015ffe1245d8fcb780c9d0a7eff3f87a69f3581c1bce5d 1.63 MB 3,164 5
879,902 879,902 000000000000000000018bbf6540e96a544a3b9ee24c93e946d6c34ea19beec8 1.61 MB 3,923 9
879,901 879,901 00000000000000000000898a8085aebfed62b49824616b0fa15bd10a82f0115b 1.92 MB 1,603 2
879,900 879,900 000000000000000000002755582470153588b4247499d6966ee1f393af746162 1.61 MB 2,882 4
879,899 879,899 000000000000000000012e717abe12168805d61887d6246d77b6abfaba210ca5 1.71 MB 2,174 3
879,898 879,898 0000000000000000000053bd3b790a1f14086574dd62be836b942d7b26967c1e 1.75 MB 2,293 3
879,897 879,897 000000000000000000000c250e83fd8d6a675b7c4551d4e781e8c0d3c3187f26 1.99 MB 272 1
879,896 879,896 00000000000000000001f0dde819f02504b3c0632402fcdf202d41157dbe3714 1.62 MB 2,691 3
879,895 879,895 00000000000000000000375eb32701429df353b0c5d91283a6b290bd76234852 1.36 MB 2,039 1
879,894 879,894 00000000000000000000366d3ca449792665bdf16a8fc89b310c4b83b2369238 1.63 MB 3,263 5
879,893 879,893 0000000000000000000258a53e4732d576d2dbfd39b348dc3212a0ba9bed2184 1.51 MB 3,039 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.