Memory Pool Memory Pool Refreshing

2,128 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 2,118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (710,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
197,097 197,097 00000000000003c9da5d292f1ced17084b3e705354ab909c1f794a27312f1993 0.34 MB 721 191
197,096 197,096 00000000000001a18fe15d33da7f0abcd05413f9139e675af8237cb4696a2c35 0.18 MB 458 278
197,095 197,095 00000000000005dfa2702cd7a09c47c7171bb84169fae7a4b80789ba8292b7d5 0.14 MB 256 191
197,094 197,094 00000000000003c5a7177b1729fc0d8c82682d2620d6d5f6d465ad76383e4a43 0.25 MB 610 295
197,093 197,093 000000000000032fd923ae41ac6eb5b9370f19fc4b6e76116d5cb8c83f28e252 0.00 MB 13 0
197,092 197,092 00000000000005fedc3959bb706014c5423ae8dc703ce43ffb67ae73ad4dd322 0.15 MB 256 111
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.