Memory Pool Memory Pool Refreshing

4,809 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (527,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,202 380,202 0000000000000000047a09ec0be72ef7ced3a4cd7da8d94095097a7c067c5671 0.25 MB 368 23
380,201 380,201 00000000000000000896629f19804eda84e685c79e572ea53f059b725114c730 0.22 MB 468 40
380,200 380,200 00000000000000000593490192240fc9a2125cca737f3cee70869fe942acc7fb 0.41 MB 329 14
380,199 380,199 00000000000000000a22431901f1c50fa26cae8931af78993b3a11457233b381 0.71 MB 1,254 38
380,198 380,198 00000000000000000d51aa5f4e2865a6b9ebd766d1b5ed6ddf4170f8b49f0676 0.75 MB 782 24
380,197 380,197 000000000000000011ea56e4ca6036c887c92db3e1c176d2d3f84c0d021e42cc 0.75 MB 840 21
380,196 380,196 00000000000000000421c96f2d270e3dbe2bbad0420d706dc8345eca14bdf472 0.99 MB 2,618 48
380,195 380,195 000000000000000011711964d437bb35ff594af4f45ab48d14c361ccf2905123 1.00 MB 2,064 37
380,194 380,194 00000000000000000e2bc67cd619670eec6312ccd6b6e251bca90ea4b24bfd5d 0.75 MB 1,315 27
380,193 380,193 00000000000000000c721395660c2580d22cc718fa386561446715d24c951d01 0.95 MB 2,687 59
380,192 380,192 0000000000000000002ce6b70ae74cce936caab75e23ae24e71001de9956df3b 0.62 MB 1,439 36
380,191 380,191 00000000000000000bcf179d5b0d09f8970bf294eb437d4f531b49569bc15dda 0.15 MB 157 12
380,190 380,190 00000000000000000b0041a7f671310d7864a019b52f58a7433c45d41985c2bb 0.26 MB 591 38
380,189 380,189 00000000000000000159a5836f45551a8e2f8f877b6ada3a4cadd882ae262e7f 0.23 MB 511 33
380,188 380,188 000000000000000008e0e959f13663d11e075fc9017bd491b41de39efae08bcb 0.41 MB 896 35
380,187 380,187 00000000000000000231c48987a54e7b0fa4045b49870f85c0cc6c3fff7f5fe4 0.37 MB 762 33
380,186 380,186 0000000000000000018d08b9f2c1527001cfb9f647fc439575306052fbda28d4 0.75 MB 1,377 33
380,185 380,185 0000000000000000088a69df564320d49bd0589d35bef8beb94b2fdf1df6c302 0.24 MB 127 7
380,184 380,184 00000000000000000c556809e3a20f06c354b7179e7b6dd51d373c144c91c862 0.22 MB 403 31
380,183 380,183 0000000000000000119b0bb304fa8793b0eed7f0520de65b5fc6e84285cbb777 0.31 MB 599 33
380,182 380,182 00000000000000000487fa4a85baf03bf87291257d93ecd2c8dd900734884798 0.75 MB 1,179 33
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.