Memory Pool Memory Pool Refreshing

2,096 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (57,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,350 850,350 000000000000000000000752247b12d14603fdec2b482d5b6a9d9ad1f20a7d76 1.67 MB 3,559 11
850,349 850,349 0000000000000000000051ff3ebe08860d2d414d3854cfe258ba2cda87cb8290 1.57 MB 4,182 10
850,348 850,348 000000000000000000022208fcd649361fefa37c874cc9bdba471b1f73025c23 1.67 MB 2,282 13
850,347 850,347 0000000000000000000213bed60b9796c2f61afe14888eef3bc003db8e20e6c4 1.62 MB 3,407 9
850,346 850,346 0000000000000000000340ba9accdbc2778f876a73691a2a3d43b82dcd2ef7d2 1.64 MB 2,906 19
850,345 850,345 000000000000000000030d254de19643a975bcee12ff3be21d40d7b5592bb740 1.52 MB 1,973 13
850,344 850,344 000000000000000000028b103ebfe740d2c1fdd0846e7ed84a9bc7bb2fa395a7 1.56 MB 5,953 9
850,343 850,343 0000000000000000000200adc33934e3848e3db6dbc9fd90a203bfa8ca63b6dd 1.58 MB 7,362 7
850,342 850,342 00000000000000000000c20fbfef5f9da64c33d9e6716840272ece66e33528a7 1.61 MB 6,862 8
850,341 850,341 0000000000000000000141ea9de071037aa482b89e833fbdec4b5125176a274f 1.64 MB 4,054 10
850,340 850,340 00000000000000000003485ff249e078e7f73d13d83c17cb3b4f581d38650ab7 1.61 MB 2,223 14
850,339 850,339 00000000000000000001ce8deb74b3c2102ab19bb201b9195d91a9d8facf07fa 1.61 MB 5,118 7
850,338 850,338 000000000000000000012d01b842c66761abfb13aa566839e1de6c08355806c1 1.55 MB 7,262 7
850,337 850,337 00000000000000000002ac64048b0272502b260b664b537229137124650924ea 1.60 MB 5,937 9
850,336 850,336 000000000000000000034eeb2a1a73fe04d0cb0c7fbd03aae985988c18209b53 1.61 MB 4,502 10
850,335 850,335 00000000000000000001c0deeb1422ee43fbdb27c53335d065384236041d1edc 1.64 MB 6,986 7
850,334 850,334 00000000000000000001010c4060e96bb1592fd1e3048893a946865feb946c9c 1.58 MB 6,031 8
850,333 850,333 0000000000000000000101d26c09047a6c783544a6b04c81a5b96b948de9f309 1.63 MB 6,683 7
850,332 850,332 000000000000000000033c9e03978bf3ea6f3e478c0265580a2c7347ee1b2d5c 1.51 MB 5,758 7
850,331 850,331 000000000000000000014243260dbb8df5cf68a64772fc85efe215915845c8ba 1.34 MB 3,799 7
850,330 850,330 00000000000000000002c98a08af4cedaa31821d0ddb86737f4b2b1b6922951c 1.63 MB 5,204 8
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.20 GB sent, 95.80 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.