Memory Pool Memory Pool Refreshing

6,945 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (803,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,155 104,155 000000000001eb797cda0ae63294becc2c22757dfed6d1d5f5157fa1dea50b3b 0.00 MB 8 0
104,154 104,154 0000000000019c7d2f763a8f62f8181ea9843fd227a72773ee04b6435c971b95 0.00 MB 9 509
104,153 104,153 000000000001353a41c6ae1e9314478c68ecc2991d37e5a040bda82ab061bba7 0.00 MB 6 391
104,152 104,152 00000000000250fbe8f9dd2172dbd86cf2148e4028bbdf23279b282684e18db1 0.00 MB 1 0
104,151 104,151 0000000000002b4469b8a58fa3d4c3bb14dd27811dc2111eefc0119314df618d 0.00 MB 2 0
104,150 104,150 00000000000132e89ad933ecf5611aa2729e4cadfbfd9d41214b062e6b513882 0.00 MB 10 335
104,149 104,149 000000000002ca86131c64def503c63fd81ff690a8d22fd40aa74cd2203efba0 0.00 MB 3 0
104,148 104,148 0000000000037dfc31f510b1054e2404d7f11d763756837185c578d548ef3742 0.00 MB 4 0
104,147 104,147 0000000000004a643f4b01ee55fbc3f38083515b972eb13cf7c6bd520d6f20c1 0.00 MB 9 0
104,146 104,146 00000000000206e52377c2cf8f93c21fd26d6b4a14692d9997de4ca9075259aa 0.00 MB 11 0
104,145 104,145 0000000000013309b176755f07e6912a53112359f5979272d84b6e53f9ff008b 0.01 MB 22 182
104,144 104,144 000000000002842f8d55164403b7d9612fcf1fa50187129837ba9bb4cc3273dd 0.00 MB 5 0
104,143 104,143 000000000002857e8347f97450d874c5525c9b8924040a382d9ec1354f13165c 0.00 MB 6 0
104,142 104,142 00000000000339689188e47c921866db4d40090e1d73d04ef0a38c4592bd443a 0.00 MB 9 0
104,141 104,141 00000000000147303a7a79af83a5354324f4e9127195a11ac63074eb30bc082c 0.00 MB 4 0
104,140 104,140 0000000000026a882750b61bf5f35cf56a1c3163e56bdf1c0218557e4f58e24e 0.01 MB 26 0
104,139 104,139 000000000001e1a67cd07635914616f919baac00ef79a7fc6c536513dedb8995 0.00 MB 3 0
104,138 104,138 000000000002cbdacda8b4e646f6fe64ce0e0d5fc71d38553ea0f8e1b312518d 0.00 MB 3 0
104,137 104,137 0000000000028a43622530f8f486cb6eb12f8e9be6b137c7a44fb9582c1409a2 0.00 MB 1 0
104,136 104,136 000000000001c3f712802824734d42438235fac2930c0a0b18d32b6c3653a90d 0.00 MB 1 0
104,135 104,135 000000000003666a47ce97e47c1c801377f9b20283060932d1ca7305b6285341 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.