Memory Pool Memory Pool Refreshing

12,691 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (704,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,313 203,313 00000000000003fea912c9c492d55a3086c241bf668295afa0781f62585cef81 0.04 MB 90 150
203,312 203,312 00000000000002d3c83d2cb5c829ad94485a2db5b133b8de934d2f05c2ae5db4 0.07 MB 162 133
203,311 203,311 00000000000005619848a8ba1c9fadd18c7a3d6582c113c81115113f8f143447 0.05 MB 92 109
203,310 203,310 000000000000035a274c9f5a2a2b79f5d44ad74db34a43a6811edee17a0175e4 0.24 MB 571 229
203,309 203,309 000000000000054e531d120570cedc2980a68af2aa20912bc01f9ebc841ac21f 0.05 MB 129 162
203,308 203,308 00000000000000c83d7d7c43750eac25f2b2ada376c4a2b445c663ebac97fea2 0.00 MB 13 503
203,307 203,307 000000000000046257c178ec17543059be63fe8b4b790d1901ee2efb098bae4c 0.01 MB 24 169
203,306 203,306 00000000000004ba980fb41b0175369be4d09ae16df1b9779c3857f15923c531 0.05 MB 68 151
203,305 203,305 00000000000003f863adaf211694adff979cab221ef3de4bc75808df2bb9e569 0.02 MB 47 469
203,304 203,304 00000000000005157164fc335e591de6f26139576dc12a6107b3d42543231cba 0.01 MB 25 163
203,303 203,303 00000000000004de386e1f2ea5a6fe660fb05d3bd4cfbe8da6b5773e024969be 0.14 MB 294 278
203,302 203,302 000000000000046195b83de80a95ed5f03794d57943f128ea137f2181ee16dd0 0.01 MB 18 44
203,301 203,301 000000000000008af8a1345db12ccac4fd78cafb3671af3b669da1d55c094325 0.03 MB 58 59
203,300 203,300 0000000000000423eba91ea15bc04f6be9383fe6197a8d1e301212ab054b3736 0.24 MB 557 130
203,299 203,299 00000000000003a11b6eed6874e2863de82d89801b73e4b6bcde585bb25d6f64 0.14 MB 392 266
203,298 203,298 000000000000053457261cd8f60cc940afb98e6100e02404cad9b2c732a73c59 0.47 MB 923 147
203,297 203,297 00000000000003e0e649b4965ea51ca9250063c4ff79d561a6184487731f42ec 0.08 MB 74 90
203,296 203,296 000000000000007a6a1af081dc4ba613ec4c734ffd059f23156e4c79efed6b4f 0.31 MB 630 75
203,295 203,295 000000000000024f3b60bf24b1d5bf17ea807aee1dcf54f1ab26ee4bc4677d74 0.05 MB 154 72
203,294 203,294 0000000000000284ce7f6bbb74a3d25e49568f32b127525bfb147dd195086543 0.35 MB 778 135
203,293 203,293 00000000000002d1b8f74a57c60412ef4d67fb297578986253006fb3e8a80fd4 0.05 MB 118 328
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.