Memory Pool Memory Pool Refreshing

6,197 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (644,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,002 263,002 000000000000000f6877f6e13a7bb80ef805361b2c65c7b3d2346ef5362890e4 0.36 MB 371 88
263,001 263,001 000000000000000330196833a32e310593e566a33554f9159539fb48e33da0fa 0.13 MB 323 104
263,000 263,000 000000000000000aa569b284565f2d48d8bb99705baa06c7fea6a1bbe8dd1165 0.16 MB 372 130
262,999 262,999 000000000000000d7bd3a04be4240f558d29504b8b69a8f4f84fd87b97392058 0.03 MB 74 81
262,998 262,998 0000000000000000e23d230168bc2cb2f69f20aa8014191baea790e54cb3dfdf 0.18 MB 383 116
262,997 262,997 000000000000000151bdeb7cacb125d0f9ff21e563c3fcd824513ad5e603c783 0.16 MB 382 129
262,996 262,996 00000000000000139dd952d6675a2a37045c9638eb2e1b6c81c77bb8d7bfdb8a 0.13 MB 294 91
262,995 262,995 000000000000001097f9dce5899da240b649fe082f2b4458930b9aacc04030f2 0.25 MB 551 124
262,994 262,994 000000000000000ab93312c920dee24dd8b7aaf30f012eaa5d1fb16087e53b5d 0.16 MB 218 91
262,993 262,993 000000000000000528a4bcc1dd40051cd7b6c4b934e61fe340f5100298de0f83 0.06 MB 160 122
262,992 262,992 000000000000000f132e65f4aad748c85e60186e98d6aea29543a1819d9e1829 0.17 MB 389 84
262,991 262,991 0000000000000005459a1934a1663bb9fa8d2f792d8c3cc4645b8aa1bb9f99d9 0.16 MB 397 92
262,990 262,990 00000000000000105b92914deb33704caf3f89c773655fbdb1487831ea18c67f 0.04 MB 120 71
262,989 262,989 000000000000000b01d61de78beea3aa25c62ac33d9949fca101077c9160220a 0.37 MB 863 115
262,988 262,988 000000000000000bddee2e532b289b21ecfc1a8641485d52810ef60f4d90e466 0.04 MB 81 97
262,987 262,987 0000000000000013f75e7b3296705b9b47200421622b3738159acf26d341950a 0.08 MB 169 98
262,986 262,986 00000000000000003c5ea2ad55b138846b026c4ba0687bb013785854a239c6bf 0.21 MB 491 90
262,985 262,985 0000000000000004c12c5b2a073ea6f007ff7c702530357bbc219b7703221cd8 0.25 MB 673 133
262,984 262,984 000000000000000c495b6424afb29a8acbaaccc25f5b431b805886a1b6f843ef 0.01 MB 17 91
262,983 262,983 000000000000000f6317821423a05ae7907b5be85964b87a030f54a4d64d6194 0.19 MB 445 40
262,982 262,982 000000000000000b27de749830ab9534f8fcdba8fb7ad541bd4562d1968915c4 0.25 MB 601 132
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.