Memory Pool Memory Pool Refreshing

4,127 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,055 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (753,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,603 154,603 00000000000000aa4908d6c255c3deede0e6c2fee0e850499b1a99eff43b1859 0.01 MB 26 231
154,602 154,602 0000000000000040da6451c2408d32342e78400a3ff2c572cb7ba0b7abcf186b 0.05 MB 115 73
154,601 154,601 00000000000007e5aa04f120f9f503be42e0261d74de33b5d2ad01ab43b0163d 0.05 MB 66 54
154,600 154,600 00000000000001de6811527902b2a994f3721af035110242ddca509e9a40ef7e 0.01 MB 37 868
154,599 154,599 0000000000000d8a4b89a5b219ba1c4cc7cfc982f5119d0dcd4758fbe63cd735 0.01 MB 35 0
154,598 154,598 0000000000000397a165d83cc4640321a3b8ff4cce1f8aa2570deabf14ac14e7 0.05 MB 111 64
154,597 154,597 0000000000000cad4861e1172e492da778d7cba8b29d32da9100489165a0d820 0.03 MB 66 89
154,596 154,596 0000000000000981c0f836cc249fb18744fd33458b85d00de3e7f8995f4543ec 0.02 MB 63 237
154,595 154,595 0000000000000bae09a7a393a8acded75aa67e46cb81f7acaa5ad94f9eacd103 0.01 MB 22 22
154,594 154,594 00000000000007d0f98d9edca880a6c124e25095712df8952e0439ac7409738a 0.03 MB 99 81
154,593 154,593 0000000000000a5d8e40fb83ef468e6d83d1bf5365a8dfad36c4271c4a68c7b5 0.04 MB 75 276
154,592 154,592 00000000000009fdb874661ff1c08f0a2d082aa788a5b90fbd428ce3622e121c 0.01 MB 27 51
154,591 154,591 0000000000000753b0a49656f0105c317851f7c2b3945eea0c272499547af433 0.00 MB 16 23
154,590 154,590 0000000000000b63358d7fc6f76948f1c44b9b4ec3b7aacf0ddf652b726a75e8 0.01 MB 29 370
154,589 154,589 00000000000002a4db595cb86f5b17b01b06c649b96d318f0db553a1cd3c53be 0.01 MB 12 208
154,588 154,588 000000000000077ba379d3bf386f49dba300446db45021f09f772fd7c185545b 0.04 MB 115 137
154,587 154,587 00000000000004dab0c65f2adb55f71fad15e1a1d3a4711d54b5b8c39fbbf633 0.01 MB 22 35
154,586 154,586 0000000000000c03e7b972759133103456c5bde68e0d5f51b7b9cc96166a316d 0.02 MB 68 91
154,585 154,585 00000000000006a157c7b2ac541831e1c03eb41203de0bece833d86c08341ed1 0.02 MB 20 213
154,584 154,584 0000000000000c66469fa33b32ab332548703ced4fdcd84e46007caaaae19dae 0.02 MB 26 569
154,583 154,583 0000000000000c0141ad2107b017b3fdd53e7d06d17d99c9fcce635607e2f7e3 0.01 MB 22 268
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.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.