Memory Pool Memory Pool Refreshing

4,249 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 2,962 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (148,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
759,109 759,109 00000000000000000003a55e60bf8939ab3544004fd328833a2ffac876bdc878 1.63 MB 2,854 21
759,108 759,108 0000000000000000000533c7c3bbd180c965aeac893c2c79453106b52af658ff 1.75 MB 2,636 17
759,107 759,107 000000000000000000070cab9a5d5f26c6359c1b5fc0b30930203524796c2b30 1.85 MB 1,198 19
759,106 759,106 00000000000000000005911d4a2937334ef1c04d4ff778f178c75545aaf140fd 1.52 MB 3,386 39
759,105 759,105 00000000000000000002efc1e481b30d36b0c9df29c133c86544a645bfa15e97 1.60 MB 3,239 14
759,104 759,104 00000000000000000000e7e7410c157417a860b379c991a35aa6ae0806927de3 1.44 MB 3,666 24
759,103 759,103 00000000000000000003c850bd2c8d880d4ed4f71ce811d48179b84a4cc09138 1.12 MB 2,128 11
759,102 759,102 0000000000000000000475415565e0e3027225b9991ace3250883668829d4d49 0.57 MB 1,300 12
759,101 759,101 00000000000000000000448eaea79fa5211ed4a76cb924ce0e9e66844ab51f47 0.90 MB 1,305 9
759,100 759,100 0000000000000000000072c50e212bb376a5ecd1b3ff5b016bd43882fdf1442b 1.60 MB 1,983 6
759,099 759,099 00000000000000000006b52b43f83f6f65fed19fe745df559af627559e2d5e2b 1.19 MB 1,335 14
759,098 759,098 0000000000000000000055c1e065d8843324c4e5c3f7797aef90ce74a3e95dca 1.23 MB 1,640 15
759,097 759,097 0000000000000000000083923fe7559c657572877a03e0ebb77e70619a2ced8c 1.50 MB 2,339 10
759,096 759,096 00000000000000000004a006ffeecea96513fbc376d930d058b5f7cb80f0da44 0.69 MB 1,360 10
759,095 759,095 00000000000000000007d6d93fd9680e6bbef9d376d8bef3f08212a33517e47f 1.18 MB 1,209 4
759,094 759,094 0000000000000000000026d45cfd78904c59b3b5d1501323179b3870926f3af1 1.55 MB 1,919 4
759,093 759,093 0000000000000000000282966aaec9df67fc60ca999f8b1ee2c22cc6239150bc 1.49 MB 3,233 15
759,092 759,092 00000000000000000002fc65eba7acc6c5442d560752ad4fba01ead06cf09f26 1.71 MB 976 3
759,091 759,091 00000000000000000000c61713d6f840bf7b7c8eb316fb506ac6d3f3c875695c 1.57 MB 2,331 9
759,090 759,090 0000000000000000000314f1dc763db2842aac831ca347ff76a80593f7f7b920 1.57 MB 2,335 9
759,089 759,089 00000000000000000000fc909564b15bafd724c8fc73d4c377de0c50eb8b310e 1.58 MB 3,294 19
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.26 GB sent, 94.22 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.