Memory Pool Memory Pool Refreshing

365 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (102,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,420 805,420 0000000000000000000285fe3be51a63b1975452b8cf418db3be20214fa1ee6e 1.49 MB 3,059 18
805,419 805,419 000000000000000000014916ae23727639dd83f073c91ef45121cba213d34580 1.87 MB 5,011 8
805,418 805,418 00000000000000000003178f132ed7f102dbf112711dada58166d9139a0c9777 1.50 MB 3,502 15
805,417 805,417 00000000000000000002c8e095709419cc17cfad56f57bd7bf23c264adc8a6a0 1.76 MB 3,868 11
805,416 805,416 0000000000000000000097802a49256cf2b529cfa1bc7602ad1ecd4db44540c4 1.63 MB 2,753 13
805,415 805,415 000000000000000000050e7fc7cec5e85a4e33647153fc9036c02e4154270850 1.66 MB 2,273 7
805,414 805,414 000000000000000000002829133e89e341214b8dccd3b6a7f3f4245dab1113a8 1.75 MB 2,286 12
805,413 805,413 000000000000000000001d63a0516748160bb6b01741ab14b41277416fd5f54d 1.46 MB 2,010 11
805,412 805,412 00000000000000000002349386dc99e6665da2792d72da34da7c791e042266ab 1.45 MB 1,592 11
805,411 805,411 00000000000000000003fe257a89defd5737496d621e16c94963b5f6f55a5608 1.45 MB 2,910 17
805,410 805,410 000000000000000000033967c8c2c62cc40d91a68ba53140ad9385c6ced2f8c0 1.65 MB 2,669 17
805,409 805,409 00000000000000000001cbc6a01f3ac17c79a8933b7e05335a084c2a8f3ddf85 1.59 MB 2,821 17
805,408 805,408 00000000000000000000728a303244d73c51b74b895897db45effdf4527c0d7a 1.76 MB 4,485 6
805,407 805,407 00000000000000000003bfb8e16f48b3100082cc017ac27b26a6240f00a76844 1.72 MB 3,421 12
805,406 805,406 000000000000000000038633e4a97ff9587d321575f4c78f9f79157747edb8ac 2.01 MB 6,106 7
805,405 805,405 00000000000000000003aed5a36e4001672f9976dfbbc94531d7327737daf832 2.12 MB 6,395 7
805,404 805,404 00000000000000000000ad23556d617668a74fd7f33640670bbd98f2ddf8b221 1.87 MB 5,394 7
805,403 805,403 0000000000000000000288efa6a2729acb6267773919a1888f00e598f0f11aae 1.85 MB 3,800 9
805,402 805,402 0000000000000000000391edd06d7df05b07787055a71c28dd1b8748a5d8992c 1.82 MB 3,585 10
805,401 805,401 00000000000000000002355b2e2025a9fdb519e1fe952d7e7b5b0323d156d003 1.79 MB 3,067 10
805,400 805,400 0000000000000000000336438ad57dc168c230c73ffbd438c9088aa0a714a912 1.50 MB 2,712 19
Previous 10 blocks ↓
Total Size: 769.10 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.57 GB sent, 93.37 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.