Memory Pool Memory Pool Refreshing

1,770 transactions
21.19 vMB
Show Random Selection Loading Transactions
Max Size: 85/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
908,321 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (856,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,494 51,494 000000001d2c3ac6b9e506777702aaeb02d6c886e845ea099a9cae2bca9bbc94 0.00 MB 3 0
51,493 51,493 00000000050f3f1c771cfda320fa1c7976e05ae4da7cd0daea377ffd251f3616 0.00 MB 1 0
51,492 51,492 000000000d60d01e2dcc49b3b1fd54b81216426fd6b9b04914a6ab109d564f70 0.00 MB 1 0
51,491 51,491 00000000186e3f766e9a1bca7b93e26fc1a1d26730dfcd5a47f1dfc460d70c73 0.00 MB 1 0
51,490 51,490 00000000124e3a266576fb5722225e8acac0d4cdd3f970dee8ea6c0f69a54b0f 0.00 MB 1 0
51,489 51,489 000000001aa0fbee853e0477a4ffd08a9d21cde13ef39ed937a388484cf7dc42 0.00 MB 1 0
51,488 51,488 000000001019ad0953368340928d73c1b082c2553abddf1585f3cbae4a6f5eea 0.00 MB 1 0
51,487 51,487 000000000084757855520df965884723ce7de2bcc49b0863f7ab94c155182110 0.00 MB 1 0
51,486 51,486 000000001257dfd47a52ead5d2288ecfe8f5403b77e4b296bedfc34f70c0a150 0.00 MB 1 0
51,485 51,485 0000000015cc14de232634958bed8fa9fd6bb3a9d0b99dc187cdc2cbff857943 0.00 MB 1 0
51,484 51,484 000000001e941fdb203cefd1863c6b9809fbfe4c48511e468514d70f7ec703a6 0.00 MB 1 0
51,483 51,483 000000001e8deb1d0be9a6796e56af4ce13e37e5f61762211d8271c837eb00de 0.00 MB 1 0
51,482 51,482 000000001c2ef9fe2119918dbc9a647b241a7c6a1cf8a2382d82b59f2e3a44d2 0.00 MB 1 0
51,481 51,481 000000001980d2f7f545a06fa1e470c83a80630f34369d2488b384cf2a705f7e 0.00 MB 1 0
51,480 51,480 00000000083be2b5b7bb71def1496f3e40a302d07a1453370569808c5fdddb16 0.00 MB 1 0
51,479 51,479 0000000006a1e73a74b49f1be4f4b1daefe6503e6e893107be1c4dad0ede3038 0.00 MB 1 0
51,478 51,478 0000000008e19ba21f49cf335df21798d670f30fb8a64be61db00ebfca00615c 0.00 MB 1 0
51,477 51,477 00000000004882d0569b8a2e033ad0bf00771651189a2377b7679b1ed708ee65 0.00 MB 1 0
51,476 51,476 000000001331f131e6832770ce6d7de8f8ea7b64e906aad53e3a066e31fe8015 0.00 MB 1 0
51,475 51,475 00000000182d0d1ad199765fc0021cedcd41ed56ff9dba9bf5f5b4bfee89aff1 0.00 MB 2 0
51,474 51,474 000000000ea968540259320709b11204ff71d71a55753f780f5f13c79f0f0d5c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.07 GB sent, 98.65 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.