Memory Pool Memory Pool Refreshing

12,312 transactions (2.68 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,181 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,171 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,180 (820,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,380 88,380 000000000013f3f0fd5afd8f2daead6ade78c0047abbeb7e79f928f90b31dd96 0.00 MB 1 0
88,379 88,379 0000000000072a61cb13655af4d3fe780a97d630f0db308c953e248b489cb4dd 0.00 MB 2 0
88,378 88,378 0000000000084d49372b1513702bbf99258dc8ea8e714d79fff07ea86b160c95 0.00 MB 1 0
88,377 88,377 0000000000131fa18b992075967bde68049c28c3adc790884efd028c9737c988 0.00 MB 1 0
88,376 88,376 00000000001bdad9bc682d718b23ce396779a11aed1737f365ea89089ef36d02 0.00 MB 1 0
88,375 88,375 0000000000064979efd363f78f8704195308d423e513343341ce3d4c01178a65 0.00 MB 1 0
88,374 88,374 00000000000b6cad68ab41d7f356051d5f66d6bb74f5faf5808c2feb150b1a7e 0.00 MB 1 0
88,373 88,373 00000000000f4bd40f7d3bb6cbac6f5ca489c4a686809c7bd443bedac148b5c3 0.00 MB 1 0
88,372 88,372 000000000010c1b25b052bf891e14db101593d4bb2539c40058a7b3485f3fd08 0.00 MB 1 0
88,371 88,371 00000000000ee30a5e92ed0fbc819be534998ffc4c4e35c1f45edd0dcf125aec 0.00 MB 2 0
88,370 88,370 00000000000f367ed323d0e6753a36522923302b12b55f6360d12c07b2bc7e54 0.00 MB 1 0
88,369 88,369 00000000001c3dff88aee3a63cc1f6f0a44358b6e3c5128e6d83eaa903bf356a 0.00 MB 2 0
88,368 88,368 0000000000195d43403ab0e816bfbc6233b8f843d0f3da08c3dff951eb70ca02 0.00 MB 1 0
88,367 88,367 00000000001652f8eb1060fa0def0dc698f11b98f768caae32412011fa1c04bf 0.00 MB 1 0
88,366 88,366 00000000001c6eaa9955a9941cc317ece591c9868103a292f49d84518988a6de 0.00 MB 5 0
88,365 88,365 000000000006c8510719ecfed7b02eb11200a3a752d863c8ee3e8063917e29d1 0.00 MB 5 0
88,364 88,364 000000000002297c997967df94ef0ad96c8bec9d8e1e2752bc088a1d1e14ffd1 0.00 MB 1 0
88,363 88,363 000000000005554de6360a4efd5d8e5f0ffd0ebef2ce67f0c6b156b84c624a75 0.00 MB 10 0
88,362 88,362 00000000001251c7a2e6fd36063c3106fde227574d4d2ce33a3094a638af6d69 0.01 MB 21 0
88,361 88,361 00000000001380673c6af8e12128e3ecceb8e3e75bd025e51bb043ea835715aa 0.00 MB 5 0
88,360 88,360 00000000001a8956b3a3110bcf25d22df2cc3c45c4c8f41b8de637f901b7ff71 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 771.88 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,986.69 GB sent, 107.11 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.