Memory Pool Memory Pool Refreshing

5,889 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,382 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (260,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
647,311 647,311 0000000000000000000b6358a6237e457f9e437d4bd477cbf9c8fab779b39a5e 1.28 MB 2,565 41
647,310 647,310 000000000000000000054cbe864620d6fa83386d0cda92b6bc10bebd7fcae1da 1.32 MB 2,662 96
647,309 647,309 0000000000000000000feb51e36ab58d940df21cd3ed8287e6eebbcd770de6ee 1.17 MB 1,662 92
647,308 647,308 00000000000000000005b180f0420f2a64acad886e2d15c68e92d75baa288956 1.23 MB 2,102 109
647,307 647,307 000000000000000000053466af51edabf0667048f6cf52cc695aab55cdde1afb 1.10 MB 2,266 105
647,306 647,306 00000000000000000002c3af053c81f0776236958d63f60b7b2f20e11fcd3fb1 1.20 MB 2,098 128
647,305 647,305 0000000000000000000f67d1edcc722d58b676f89690fe5628b15c7087788ca4 1.29 MB 2,724 59
647,304 647,304 00000000000000000000ffcb18d04a45e5c3d0c45a6a1854de47a53c715a692f 1.39 MB 2,064 12
647,303 647,303 00000000000000000005b835b61f96c9a51917c4cf589bf1ca627bba2bf3b35f 1.19 MB 2,566 55
647,302 647,302 000000000000000000013bf36ca6ea7578093c067f144b06c244dadfb4718346 1.24 MB 2,704 49
647,301 647,301 00000000000000000001e471345a554f0518371604f96c9af4d58be051492356 1.22 MB 2,407 17
647,300 647,300 0000000000000000000deebfff5c3672983ffc0737bc3c14ade1c8d0b0398df2 1.49 MB 1,962 36
647,299 647,299 0000000000000000000e91033c8d7deb15426869f4730f7666d230f8e6b64fcf 1.21 MB 2,144 103
647,298 647,298 0000000000000000000f85491fef70f27fc40bcec8b7c4a285c01164247f260f 1.39 MB 2,564 60
647,297 647,297 00000000000000000001dff9d2c9e2678ad6fdf1d8c551c2aae606c5819d4cc4 1.27 MB 2,890 109
647,296 647,296 00000000000000000006b3d793be835be5fa7f928f43f9a945981f4eb7059aa9 1.27 MB 2,648 29
647,295 647,295 00000000000000000010046a553da29c4bbd81cf3b78accc3037097fa49b35fd 1.52 MB 2,789 24
647,294 647,294 0000000000000000000d879481f9f5bdfc11d6b1a49521f1fd4e29d90aae5110 1.32 MB 2,398 87
647,293 647,293 00000000000000000006a344bfc2c005cfd04c7968e3a4a3cd5cba135b1e6f44 1.34 MB 2,630 112
647,292 647,292 0000000000000000000092550b643b02d235c23223e79fbb963e67f94ba5c7ed 1.36 MB 2,527 73
647,291 647,291 0000000000000000001038c8d25f4c7d08b203691d5fd2adf0b49ef4a83a81d7 1.58 MB 1,985 15
Previous 10 blocks ↓
Total Size: 769.45 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,645.97 GB sent, 95.21 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.