Memory Pool Memory Pool Refreshing

4,822 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (710,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,118 197,118 000000000000062262a730cfcfe11ac1351f50571f42dfcf3522c78af26db71a 0.13 MB 230 106
197,117 197,117 00000000000000aed1c23fa7cc79e6604181135f202cf834e3bebad93b52c620 0.42 MB 991 128
197,116 197,116 00000000000000d3b00dd1f010fa2f47976f170154d1b9dfccd85b5110b5a6ac 0.18 MB 512 166
197,115 197,115 0000000000000145524d26a4de2f2270ecf7d450cb411bf0fff135078bf88f12 0.26 MB 227 90
197,114 197,114 000000000000021e39f42e2255d1cf4f816c489edd17715d4f1579289135cb04 0.18 MB 377 115
197,113 197,113 00000000000001c2a2af1d927d113b29670f741de40b727294010982cea13901 0.00 MB 16 50
197,112 197,112 000000000000033ea4be0db3a8937380d92a2ec335bacd3a99c62f844b2930bf 0.19 MB 353 382
197,111 197,111 0000000000000373793d11c40a362860843c2ef0780738336a1eff049d6f5bb6 0.07 MB 86 407
197,110 197,110 00000000000000b241286eecb2ccfba2d3fd68fe33c43950506e730549cf0421 0.24 MB 684 172
197,109 197,109 00000000000001a591dbd7af1500c2dd31a6e1eb96f9d668c06d53704c48dcdc 0.25 MB 305 319
197,108 197,108 00000000000002f34953e7809ee206001ec7691a374f53a47926ba3c42e3bff8 0.27 MB 1,024 0
197,107 197,107 00000000000006b12fe0f8cbd54010f1c1e31c8093e56458b8b92a8106073f57 0.25 MB 676 165
197,106 197,106 00000000000005b9b513995ce4618df05e311b2974b5af47e63d598448fbb12b 0.04 MB 73 84
197,105 197,105 000000000000012d022cda066264f228156e6d5eb1d37fa978d0aa79d2de9a65 0.19 MB 514 167
197,104 197,104 00000000000000982ec6c55105d45aa3cbb8d176fef4b63c3d963b6241307013 0.00 MB 6 0
197,103 197,103 00000000000006dbdbb3d6d49cc475c98928c71f4812b9efa06f2f522a99a384 0.20 MB 385 119
197,102 197,102 00000000000005756ac87a4cb9df4a8cee506f440dab1477a02214b91800f1cd 0.23 MB 630 150
197,101 197,101 00000000000001af2b13f6c43eb6e82ef56bc3e35a43a5e449a92922c2224f08 0.03 MB 61 78
197,100 197,100 00000000000000461bc726bf3104c93ceb0f069ad63823a26fa9050b3d78a07c 0.24 MB 544 120
197,099 197,099 00000000000003da415a41de43d0cf9d090f272f68cf58aa7d437ad1a6b8b464 0.18 MB 512 174
197,098 197,098 00000000000003cf4447b407aaa46b238b812561159942e2b30ba98c5c43389c 0.07 MB 154 702
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.