Memory Pool Memory Pool Refreshing

791 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (768,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,455 139,455 000000000000038be6d6a6fcb052c9427b09e975f5fca3a72ffe1364795af0c5 0.01 MB 30 349
139,454 139,454 000000000000031ff14305e660e1dde1d9fb13713c1fccb1a6f83a8850e176ed 0.02 MB 80 2,773
139,453 139,453 000000000000074a836ecd5109aafd74f560603d720ddeebf6b74bfd1ccd1566 0.00 MB 12 0
139,452 139,452 00000000000007b9cac4fce9c60e6b0b0428fbc096effc2b7fd706f02b295f13 0.05 MB 95 150
139,451 139,451 000000000000089ef42b949c86ab85d4f62b7b56c17d61dfed04eac1ae30b196 0.02 MB 52 141
139,450 139,450 0000000000000701095b453320d62b1cc67eafd00d63d8e832ec7d50e68ee37f 0.00 MB 12 619
139,449 139,449 00000000000003d95b4a56a6a5adf499b7563c25e1772562348fa5aeeff1c0ad 0.04 MB 81 179
139,448 139,448 00000000000004d6cd194783e325cfb5e6e3925973eeff938e92bfafb7e700d0 0.02 MB 74 277
139,447 139,447 00000000000006770211a16cffd5ef085f3c3ed192967bb468545a8208b6dd01 0.02 MB 29 163
139,446 139,446 00000000000006982e8b2f62503a07c03e2d9bc8780f89915061d33d8e8974bf 0.02 MB 38 261
139,445 139,445 0000000000000458eda36141e20b60a446e364c527149b7e797b1e5dcebf8630 0.00 MB 15 0
139,444 139,444 000000000000080fdae03e0ed687696d3fb0906297e53ddb18d5ff7ecd0d0470 0.05 MB 128 176
139,443 139,443 000000000000047e0611020b3a592387460719448b00e350cb5f52258c38e609 0.00 MB 11 165
139,442 139,442 000000000000038a2cf510580da2bde6a54c4d57f0fb2fcbfba9df3f33c3a65f 0.02 MB 49 155
139,441 139,441 00000000000000329c1cc3c0b7136f57bf6bb10890981bdeae7287e2e330181e 0.01 MB 34 315
139,440 139,440 000000000000009325abc163e5ea444bcc0f66789703aa29e762e62fccf0243b 0.00 MB 11 348
139,439 139,439 000000000000070ec453ddad04c97ed56c64059a1944bb9e813da5a6afa96d9d 0.02 MB 55 215
139,438 139,438 000000000000072f66f53d75dbf218ee59b5b2f1223a624ad30df87bdaf7f91a 0.01 MB 13 0
139,437 139,437 000000000000068612f80ab7017659574c76efab1e2a72743cc46bf0cb166aee 0.00 MB 13 15
139,436 139,436 00000000000000bf5685fa656e76daee40da075f3e4cad52977bb128dafe6b4c 0.02 MB 64 213
139,435 139,435 000000000000088fa196c913b161ca8d3af64834c80ec55e2915e87e6a2e96fe 0.03 MB 35 569
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.