Memory Pool Memory Pool Refreshing

6,912 transactions
2.46 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,867 (17,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,269 890,269 000000000000000000003f43d46f9f4655156678bf0f48cdcd2cdb40020e567c 1.76 MB 3,382 2
890,268 890,268 00000000000000000001735ba3203e5282b3cc230d850742282a229c1300877c 1.63 MB 3,355 2
890,267 890,267 00000000000000000001530fe61f3d34c7ff8614848d7ae712d5dbb899a9cae2 1.75 MB 3,371 4
890,266 890,266 00000000000000000001d6191825cde94746897411b385c9636d78c677636e2d 1.62 MB 3,460 5
890,265 890,265 000000000000000000007ad867e1af291d1f12075a7b54e09271981aaaa64d31 1.68 MB 3,193 5
890,264 890,264 00000000000000000000ebe7ec519f9275fe009362dedf1ac0832f96daba1333 1.41 MB 1,220 2
890,263 890,263 00000000000000000000fbc67bee1210fc55ace061f036dba6b7b0b06f2b2d16 2.01 MB 922 2
890,262 890,262 0000000000000000000019f53fb875c94986eb159db710ba651b465d3c7c56eb 1.72 MB 3,109 5
890,261 890,261 00000000000000000002191f611fb62c87631891142c64137a2b1180592fa550 1.73 MB 2,004 3
890,260 890,260 0000000000000000000100d30a890f7b38395b74148664df1ad7fd111fe2f0e3 1.68 MB 2,667 5
890,259 890,259 000000000000000000006b00fa834780f15de62cf4bc79f5d31d1fb7cab8fb7a 1.55 MB 3,249 22
890,258 890,258 00000000000000000002494001d61ecd7c7f0fa1a473de14641ef9d5bc0347bf 1.66 MB 2,586 4
890,257 890,257 00000000000000000001559900b70e430691157b3ccd5640d70c3ef939ec4356 1.51 MB 3,355 7
890,256 890,256 00000000000000000001705c7f5716a0a9c046ec624c46e7284f2326d9c80bd1 1.76 MB 2,744 3
890,255 890,255 000000000000000000002a0f0b53056df4d72b2c1b86efa8738dc4985b9c3028 1.59 MB 3,822 7
890,254 890,254 00000000000000000000a63f53212c0de2ff90970d2463a1596241e3d62ea294 1.49 MB 1,743 1
890,253 890,253 00000000000000000001440dce82cd37185b2f86e47f810c21fa601ed970de68 1.70 MB 1,099 1
890,252 890,252 00000000000000000001abfcc41fb3b9735f5cbe751bd17166e62e2727ba6a91 1.99 MB 1,732 2
890,251 890,251 00000000000000000000650f5b7dcba0e5b443692641139b267360f0c3c698ac 2.05 MB 1,589 1
890,250 890,250 00000000000000000002514bbdeae09576661b04ce0b68f49436e069ecb966d8 1.71 MB 2,316 3
890,249 890,249 0000000000000000000011a4b1f8a7c577f8397f37ff7768928eea2461e5f40f 1.57 MB 1,837 3
Previous 10 blocks ↓
Total Size: 769.29 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,642.57 GB sent, 94.41 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.