Memory Pool Memory Pool Refreshing

8,500 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 2,897 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (703,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,402 204,402 000000000000006bc01ad435b51365aed4026843939ee2a1e18ea22ea0a3dbc9 0.00 MB 13 313
204,401 204,401 00000000000003342501b2ea7d678e8cb617acb1af4f6712ee0556abd977cd97 0.21 MB 445 145
204,400 204,400 00000000000000cf4db9e9de90356e80acdbff0d528c442b66a04ca074f312db 0.16 MB 269 87
204,399 204,399 000000000000009b46de353ff057162627e903beaff192a397462549bab40b4d 0.00 MB 9 149
204,398 204,398 0000000000000485fa5dc503e46705d44ba263641f30da4c90f75fb613a25336 0.21 MB 393 201
204,397 204,397 0000000000000077ba3fb0a853c8cbed07667845d739a26145e840003ff46156 0.13 MB 304 93
204,396 204,396 00000000000002015dfcdb364575133d0a71171eddd4f3a92345e2dd36c99a88 0.10 MB 171 61
204,395 204,395 00000000000003caa33a5071fd10c73659fa79a80fe799b788141f209d290125 0.20 MB 583 204
204,394 204,394 0000000000000336677e1a9a496342f7a6cb36ca7992425535541b7423d7c4ba 0.03 MB 88 9
204,393 204,393 00000000000000c5a47e7bad10f8e84d2dc082bbf55b8ece4b3fbd8a5fe810cc 0.08 MB 219 108
204,392 204,392 000000000000047f22d55f5d461d672f6155939dda1ed5500e772ba2016f2f7d 0.15 MB 392 107
204,391 204,391 0000000000000142d66171ce89d8e23d62954908389da67028208a1afcf1d911 0.06 MB 256 157
204,390 204,390 00000000000003393b2fb5a0327ab6861dbc2d6b7a86edb4df5e02107a5c1e52 0.05 MB 217 20
204,389 204,389 000000000000022c3c990814932bd3260b78559464dd92d74aa9bd0ffa00b296 0.13 MB 372 132
204,388 204,388 0000000000000196ad372034c17df8ae190a16100e22f6dd80a9e41f709270b4 0.06 MB 135 120
204,387 204,387 0000000000000380c1c5e4dd0fc1152e6fb1e5c2b2cfab895428d3faf9fc0a10 0.05 MB 126 73
204,386 204,386 000000000000040aaff17c9266ff6ffd90f66cbc52c15fdcaa822c7890889f7a 0.34 MB 787 128
204,385 204,385 000000000000036c4b02e676bd4f8c1a8ea060e726e84847dd4ec47eee1f924e 0.02 MB 36 100
204,384 204,384 0000000000000008e49a27c2f9a61f152d54a1697b9fe239520f20d47c6af462 0.06 MB 76 87
204,383 204,383 000000000000029b97867b4e95e9a7caa7812cefa2a533ddc219099cfb2d6a20 0.18 MB 389 198
204,382 204,382 0000000000000418887f488e0c5b3382eb355ae734248843af9d17e9ec5519f4 0.19 MB 400 124
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,646.01 GB sent, 95.22 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.