Memory Pool Memory Pool Refreshing

6,062 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,865 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (107,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,986 799,986 00000000000000000000a00d31f4e13fa77c2c3ecef007a48c8e66762ffd83dd 1.59 MB 3,285 25
799,985 799,985 000000000000000000032535698c5b0c48283b792cf86c1c6e36ff84464de785 1.68 MB 3,364 11
799,984 799,984 000000000000000000011f1b2c9c4165b8b002aa039d967d4f056d8859e33863 1.74 MB 2,283 17
799,983 799,983 0000000000000000000340f4a5b8bc129226cbd6f5767ae794953d0dd34364af 1.39 MB 2,653 33
799,982 799,982 00000000000000000000556f660fa7d042221df51d9209cdaee4772418a78742 1.73 MB 1,319 57
799,981 799,981 00000000000000000000725b68fb05d83ba07610ec828054ff9d5485d662a7f9 1.66 MB 3,583 21
799,980 799,980 000000000000000000052d6b0812a15c2664390651bfad6a7234c4c4f43733a6 1.45 MB 1,381 22
799,979 799,979 0000000000000000000032665c66d51569ce67c83a32023914fef55c8fb97068 1.44 MB 2,675 18
799,978 799,978 0000000000000000000047868d3422432fe66ba90e9e5f0d85e450bf98a1320a 1.41 MB 1,804 14
799,977 799,977 000000000000000000007c737fc76823901e39721139c3741fa55bf7b55510f5 1.77 MB 5,081 5
799,976 799,976 000000000000000000022b1d95518bd35c0ca8629ba414c35a5f3fbe5e255c3d 1.52 MB 3,101 18
799,975 799,975 00000000000000000002c830970463fb0370e94c0f87737191c2d64d5f7b81dc 1.46 MB 3,260 34
799,974 799,974 00000000000000000004f07381e522a75c1d254bff9029c3935d98420d2b2467 1.94 MB 2,552 10
799,973 799,973 00000000000000000002ff07d2dec86c5830be770973382eeedea07865d69a06 1.41 MB 2,649 26
799,972 799,972 0000000000000000000172e40e7ddc4de74c75b607563469eadb851296e4be37 1.66 MB 3,512 15
799,971 799,971 00000000000000000001b3546794c1d5d384647b95437407333cd41470758527 1.76 MB 2,188 11
799,970 799,970 00000000000000000000e848d0d6e249e52b2911bed0792a56289c7c602a0f56 2.04 MB 2,573 17
799,969 799,969 00000000000000000003cd35d74e4693a6ce3c881ba31e32d15d75a8fc9a70b9 1.61 MB 2,494 23
799,968 799,968 000000000000000000041483970b61a5ac2d614dd86ba1385d0e6850f4eeea50 1.50 MB 2,018 15
799,967 799,967 00000000000000000002ad1bfa617b292433bb8830850e5b86cffcd25d9221ec 1.72 MB 2,789 24
799,966 799,966 00000000000000000004f49609322ac84ef2923ff34379af6188006d796abd4d 1.73 MB 3,096 32
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.84 GB sent, 93.05 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.