Memory Pool Memory Pool Refreshing

2,715 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (702,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,806 204,806 000000000000006b8b9b56c7e05733ea50baa8ceb45485294bc3a729582abaab 0.02 MB 42 123
204,805 204,805 0000000000000309cb846e35da1e3db9ded6068563ca00bb225b3a99473a4d25 0.15 MB 372 131
204,804 204,804 000000000000020b3f7038d85d69c330fa2674dc6508b80a609ef4bd8c274460 0.06 MB 180 143
204,803 204,803 000000000000045d02bbd127799b4647aa2e9f36f03e093d7cfc7a46342408cb 0.42 MB 875 115
204,802 204,802 00000000000001117b896f1873ed2a9685030be6c4824568262164b8c222b273 0.00 MB 9 225
204,801 204,801 00000000000003b30afe02e5839d90aad028e532d14c027e5d6b981454e5dc8c 0.11 MB 258 143
204,800 204,800 0000000000000007ac12f3a8c763006bb6b057f5f0592ee0e1628d5cd12f430f 0.38 MB 622 62
204,799 204,799 0000000000000142cec499087f7678877481e68b1f8c115c6bc9d7cd9237d9ee 0.13 MB 273 256
204,798 204,798 00000000000000509e80e318d0c51a585d7b59f2bf3776e2649353f3596dc7e6 0.01 MB 24 292
204,797 204,797 0000000000000115ca3d12281f0838d961c635cdb9b2ab44bec879ecef0c9567 0.05 MB 76 117
204,796 204,796 00000000000004fe13653a8eec1167dca4bc3efa6097d7f185f1f4cec2da93a1 0.05 MB 52 60
204,795 204,795 000000000000035d652a3e0391e650513c7ffeb2614eb1a16a5e01c98c81b81d 0.06 MB 129 158
204,794 204,794 000000000000034627d4a512b292d397cc1b7bced44a8376a6a619ef81342a1e 0.04 MB 85 67
204,793 204,793 000000000000002e5a1f75725fa2734685378b2f2f9ea9f9968c52f80af56cf1 0.04 MB 96 131
204,792 204,792 0000000000000295a23329ef28dd754620705487341b5fb80a262b97593f68e0 0.16 MB 394 168
204,791 204,791 0000000000000193081473132be17b57d3ddd9ebc6b2cd6bb18700b3f5589bc6 0.25 MB 323 108
204,790 204,790 000000000000032f790e486aa8839b55f00308aaf14c9d1e62337901f4ba9c2d 0.19 MB 456 163
204,789 204,789 0000000000000547eb24fce6993cd3c6c5cf645279a50b4124455d1b07f63faf 0.18 MB 259 109
204,788 204,788 000000000000000a669c3c711de9fd3a85a0e3e2c05caf530a501f47b9edc638 0.05 MB 124 31
204,787 204,787 0000000000000484ad92f866e5bfdaeba8e700f34dbd42e0b6fee90944bb9c38 0.25 MB 690 255
204,786 204,786 0000000000000126a31c1a6e45710b5b1b90d7d0111eb8bfdc28d4decda64f9c 0.11 MB 233 171
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.