Memory Pool Memory Pool Refreshing

10,296 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (294,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,505 613,505 00000000000000000005b3a6c5a6058424e982f5f69348da2ae9ac453ca600d8 0.25 MB 657 14
613,504 613,504 0000000000000000000051b23aa161f082e11b147ab5dc4360697409c1041349 0.53 MB 1,248 20
613,503 613,503 0000000000000000000a7ae0f166d3cb9888c1cda68c822fef53980375b6e5ab 0.09 MB 241 15
613,502 613,502 00000000000000000001cd438e6c0b7d6146b70f983f9756ead1e1b5dabed47a 0.34 MB 826 15
613,501 613,501 0000000000000000000f27b0f9ab930b00907de92bf383269a766549934baee4 0.27 MB 620 24
613,500 613,500 000000000000000000043fe84c183b05418a8c75a25d164015904d68ea84b391 0.91 MB 2,342 3
613,499 613,499 00000000000000000004ca97c9aa3c3c156502e76336ba0497265c5c662410b5 1.32 MB 3,215 23
613,498 613,498 00000000000000000003e91265151cacc85ca6acd1075151884f4ba56f4126db 0.05 MB 120 16
613,497 613,497 000000000000000000010f5aca7631add5c370d6f3833dc0c95060f00acaf0d6 0.58 MB 1,413 20
613,496 613,496 00000000000000000011b3fcd2d1d8f27b2f1ee741fd766128d612c477c502c4 0.67 MB 1,734 4
613,495 613,495 00000000000000000012b8a7dd0a2ca40bc6188feba0f7c966c0504a97250206 1.22 MB 2,614 18
613,494 613,494 0000000000000000000f868ce67e54b61eddc25b9da75b14519bd3b01d15f4e2 1.30 MB 2,923 20
613,493 613,493 0000000000000000000eb0d0fe4c942b2f877beb265002c5850fe2fe2a91ad2b 0.26 MB 553 19
613,492 613,492 0000000000000000001005b1626613d08af7c48f8ea64bb758b1489b5b64d389 0.98 MB 2,636 15
613,491 613,491 000000000000000000127c8c6e9881293188399465a0093495e87987787ec246 0.59 MB 1,433 18
613,490 613,490 000000000000000000104cbd0764e1910fac673e9a05edec64efe8be7029577b 0.86 MB 2,100 18
613,489 613,489 000000000000000000126e666920efd4d84e1523115facedfe8aa87f153ab597 0.06 MB 148 21
613,488 613,488 000000000000000000014fca59a680def6db48cd19dbd53e380cbdbcbcde2c46 0.53 MB 956 6
613,487 613,487 000000000000000000106ccbe213d21c182043c99f1158da0dffe31bb843536a 1.31 MB 2,366 9
613,486 613,486 000000000000000000106b3a67dcc77835fd5603ec5f30df41c0758360dbd487 1.24 MB 2,224 16
613,485 613,485 0000000000000000000fe411e6600c6b1c5454b93dd9e7a1789711a283b325ac 1.38 MB 2,857 10
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.