Memory Pool Memory Pool Refreshing

266 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (570,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
337,402 337,402 000000000000000001771783e231b71d6358b2f02b4a40548e42fa5e27f1004d 0.66 MB 902 22
337,401 337,401 00000000000000000efc416deea7667aaf22484c509d17fc998e5e866f36f17a 0.17 MB 290 53
337,400 337,400 000000000000000010b26e558a9cd1efd14d4093ddb18437ca0ced7a864b951a 0.11 MB 146 20
337,399 337,399 00000000000000000136f72ca0dbe900d75369c647951505cfc3eca3f5ec88f8 0.05 MB 98 26
337,398 337,398 00000000000000000249914d3ccf147de0dd5402a9c040da3106f965d02cfaf8 0.09 MB 151 20
337,397 337,397 0000000000000000194ff277528dd13fb132523715c9e4f45ec4204351f2e70d 0.04 MB 97 276
337,396 337,396 00000000000000000e3825ed2abbc4a982f5226a1eff5a4bdc542ef6697774b5 0.10 MB 172 24
337,395 337,395 00000000000000000160374033d6080b7345f194629bdaccfcbde61db39453bb 0.04 MB 108 32
337,394 337,394 0000000000000000120717dc16e9062e70c5456794b78f4e07ea081807491455 0.14 MB 288 24
337,393 337,393 000000000000000019b8f7caf0f5a99b93c6805fe5b7c66b66852e273372f884 0.07 MB 132 23
337,392 337,392 000000000000000009d9859342a636f189c492a3a2bb508ff5b77e4651bb2476 0.10 MB 184 21
337,391 337,391 000000000000000000d849be937b7d1a220311eaa780dd9733d5dd6c3eaf0702 0.73 MB 1,401 52
337,390 337,390 00000000000000000512a3504b32714276461f774f46273dcbec08a837609382 0.02 MB 36 789
337,389 337,389 00000000000000001822fc4fac4183d9ca9be0394086cd605e0fa63a0770c247 0.03 MB 48 21
337,388 337,388 00000000000000001ac4a45973e65d0700c5cb775a081ed12e9880b0e2b13e7b 0.10 MB 70 10
337,387 337,387 000000000000000009f5cc10c129cb59f4a9a8cc0c07aae33a587b163258dcd6 0.10 MB 136 20
337,386 337,386 0000000000000000059837b0addf24c726b9580e5a87391362225463e534672d 0.07 MB 124 23
337,385 337,385 00000000000000000fe55e4c6a2e2d7886a18001d66d32d0a42685cbd5c5bdca 0.53 MB 875 25
337,384 337,384 0000000000000000037529a419537804e01c4873515727bdd60515be50a0e706 0.08 MB 227 348
337,383 337,383 00000000000000000dc5f729a7c0f045d1125a71b211e78e37d5147b6269f05a 0.45 MB 740 23
337,382 337,382 000000000000000015a34ecc350b81e50142836ae3c8ad214037dcee70db8f63 0.12 MB 222 68
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.