Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (696,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,333 211,333 000000000000031eab145b343fdde1fdc31f88f78c27092021e691c1b453a139 0.09 MB 178 401
211,332 211,332 0000000000000267507a219823ba0263124a7af5a5b862efc0c1785588736ffa 0.02 MB 48 160
211,331 211,331 000000000000026af7a35e2b3f3cb0b41bd4f2f16c702b8871c8ede7313aed4c 0.10 MB 238 171
211,330 211,330 00000000000004b52cd0d1fee5d45d4d2a28104e746c5e5b7879d6f84f197c0c 0.06 MB 109 143
211,329 211,329 00000000000002acfebaf5233e0847b850678f2361285758eca72ecab3eb6f36 0.04 MB 104 160
211,328 211,328 00000000000002eea4bcc575a060371f808d959d1dc72c54b1d209da7df542a0 0.01 MB 15 317
211,327 211,327 00000000000002d14786889a6f89822da6c05bffc86713375510b434e8d59fa5 0.01 MB 41 151
211,326 211,326 0000000000000298c7a1af0e4e0357494febef121c2db23d9d65710a8ebb884f 0.10 MB 206 165
211,325 211,325 000000000000040a6fe29a953a368e98d81e7aedb51db2b69524689a9827c63c 0.05 MB 124 288
211,324 211,324 0000000000000099991a86b8373c7fd321fa25f562bc637a118fb6cdebc97373 0.05 MB 120 179
211,323 211,323 000000000000021924a43abc8607d2c4dc4865da04a46a5c728a5113027ddc1c 0.07 MB 174 157
211,322 211,322 000000000000010cdf6d2cb280bfc6d729dca903fdaa917cb895c0ab76b62fd9 0.00 MB 10 68
211,321 211,321 000000000000028f3579a104f7ccde0a60b11b75be01f686cc7de23f477e4892 0.02 MB 24 83
211,320 211,320 000000000000031ef8e0c27ea0f5d343bc848e56d112cb6528a7e7bee33bfdf3 0.02 MB 37 117
211,319 211,319 00000000000000cc47f87606df3c268bd20610dd94c0cc64ca0633f11b38fffe 0.05 MB 114 155
211,318 211,318 00000000000001092b8c1fecd46b9b4159124ddedb56a2e2a77d490951cba55d 0.13 MB 267 126
211,317 211,317 0000000000000153d6de0b8f2e8fe585ed26d2e5e6d163466f903350fddf1b49 0.02 MB 46 91
211,316 211,316 000000000000022b4087a6478768bae84e681585e1bf98e8e16a34b8f5f81a4c 0.01 MB 23 90
211,315 211,315 000000000000035a4403a9f0a8a7c739884762893f39fe1c42f62a8e95e49578 0.01 MB 17 224
211,314 211,314 000000000000028dc176e2dd5fc81a137bba396b10e37e9fe3e36fa16e2b0116 0.19 MB 349 53
211,313 211,313 00000000000001fb4487a0ee14207ada8950c445036c9465fef5746933625a6e 0.18 MB 467 468
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.