Memory Pool Memory Pool Refreshing

648 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 648 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (38,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,084 869,084 00000000000000000002bed1f45dba4b680be793d732d3705325fb7061414997 1.54 MB 3,451 8
869,083 869,083 000000000000000000021a4fe5d7d059f85aee056a78a5c3bad1bfafec9b03eb 1.48 MB 2,453 10
869,082 869,082 000000000000000000017cf61f02a1873f7c096e960398b14baaaf7fcbff06b0 1.64 MB 1,833 6
869,081 869,081 00000000000000000000ee5eb0c1740647aa21e18956d5c9ece4b4f7b029d7d2 2.09 MB 1,099 4
869,080 869,080 00000000000000000002590de035d60651f61b02c0b4094c5a889d0ecfff3552 1.70 MB 2,853 9
869,079 869,079 0000000000000000000238136b1b2d1dde776f2da7f63209151edf0bb1fe8e92 2.04 MB 1,425 5
869,078 869,078 000000000000000000006199e445aaf3f25181cc91d614e047910e27281d0166 1.47 MB 2,599 9
869,077 869,077 00000000000000000000e654000a34f38d9b97482ab6811d12fd772676ab5d09 1.80 MB 2,078 6
869,076 869,076 00000000000000000000001a1c043cf323734e91c886d3b425dd62b746f19d6e 1.72 MB 1,980 2
869,075 869,075 00000000000000000000d7453f6b76ede51da67fbbad2827dcb5ceb7a71f95c1 1.86 MB 1,466 6
869,074 869,074 0000000000000000000265236aaea34a436007ea795ec932458dde7720a1aadb 1.80 MB 3,126 2
869,073 869,073 00000000000000000001f58f5e6aeebf7c7312ba0c7ea74e181d6a5a71c1e7d6 1.61 MB 2,624 4
869,072 869,072 00000000000000000000ca12d43deec35e3820f6be71eb0266dfac7efe1f908e 1.79 MB 2,904 6
869,071 869,071 0000000000000000000250d7669bfece1622eb9dcb4ec08e8abd1fdbbf171987 1.63 MB 3,380 9
869,070 869,070 000000000000000000004c804a0c3dfc943a62bb1df065c5a947c7a44b19af57 1.62 MB 2,582 4
869,069 869,069 00000000000000000000587c1776a1a39ae7a5d03d9de0717c8585e65531c80d 1.60 MB 4,359 6
869,068 869,068 000000000000000000010870e30445000783089dfac29de0baade56beec411be 1.66 MB 3,516 9
869,067 869,067 0000000000000000000212ea52376ef13ce8d7d3cdb46284dddf4a16a74da87e 1.65 MB 2,796 16
869,066 869,066 000000000000000000012dc9f47ce7812f5efd958b9bc7c81265a3869e0aebc0 1.51 MB 3,446 5
869,065 869,065 0000000000000000000260a634b45e03aa0cf70f4f7ef32655cfc248b632eed1 1.56 MB 2,949 10
869,064 869,064 00000000000000000000cd249d4649f56bdd716ac7997ebe2f051a0d17451620 1.66 MB 3,887 4
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.