Memory Pool Memory Pool Refreshing

3,318 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,171 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (884,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,271 24,271 00000000526bbfd3187b528f7ccdedf79e7cac2d325b6f0a9d2fdb6e89d39664 0.00 MB 1 0
24,270 24,270 00000000674937d193fbbdf0cd2f78774c3fcf86355d0631eeab86fda943ed35 0.00 MB 1 0
24,269 24,269 00000000be8a49eaa42c3588e105e0e933490c4120fa60e5304d46524fda3674 0.00 MB 1 0
24,268 24,268 000000004e4ab7d88ecb6b37eb69e9e7c30f97731d53abb6c1ba1cd7d2aa7b33 0.00 MB 1 0
24,267 24,267 00000000b469fb02a238137e6143a3fd62a25ddc6bf3938e46c0503c37b5bbdb 0.00 MB 1 0
24,266 24,266 00000000240c84e04624487b7949fe8c27e2fc2f09f09071c9ddf132bd687da7 0.00 MB 1 0
24,265 24,265 00000000d0f1dcdac2f209fd25611d48657a977289b599459e11f5ddfbb2f149 0.00 MB 1 0
24,264 24,264 000000001dc991723c847703ee98ab0210ba7f5874dc573fbc8c09e718c75195 0.00 MB 1 0
24,263 24,263 000000004b5bd3d664d9458b56abc6ab2cfd041eb41c5fa5a140c93cce50fb90 0.00 MB 1 0
24,262 24,262 00000000feeeb61cd1e6ca38805a31539eaeeae253fcfdc013842b406119e85e 0.00 MB 1 0
24,261 24,261 000000008c8a00b1aa819367ddeaef33a77a6e3706c05231a341510c85e1e30f 0.00 MB 1 0
24,260 24,260 00000000d0f335842b780c9f36bf1ea154f5c70b1aee9fb08fc38f5d669b6dbb 0.00 MB 1 0
24,259 24,259 000000000c3e6f0ce5517beb83013d1b16268efc9f032475886a97c944b36bff 0.00 MB 1 0
24,258 24,258 000000004e4dbc70028b217306500caf6017924d49dbc69dc1fca97b43dd67e2 0.00 MB 1 0
24,257 24,257 00000000c2f70a4633c1bd042e22cbe8dbea3f4740bdf3c947e3bcb8e89fc2f2 0.00 MB 1 0
24,256 24,256 00000000b45389d81970786441418faa896acd50b8347574a0aa7bd63514c00c 0.00 MB 1 0
24,255 24,255 000000003ab805174bc3e9a87a35e999cbb84d3176f17f1c1da41725592f782d 0.00 MB 1 0
24,254 24,254 0000000039852bf298bee0631b2c93369303bbe92698f647f0f8773e05bf9331 0.00 MB 1 0
24,253 24,253 0000000051619f8e07bc61f7f9d9fd5ffdd8410e8500310b568375da72791165 0.00 MB 1 0
24,252 24,252 000000008494de70c00bfc23d401993e66d0842d691d59792372c663994e954e 0.00 MB 1 0
24,251 24,251 0000000015b5c4d506a48e4b7ba33617ef06180cf29fcbde68df6326fd80665c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.62 GB sent, 101.73 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.