Memory Pool Memory Pool Refreshing

5,565 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,674 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (218,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,540 689,540 00000000000000000007ba54986a72067dac4730789d91b3b38b889c3bd8fdcb 1.53 MB 2,273 38
689,539 689,539 0000000000000000000e1bab8e37b67a4d5a100c0b197fbdb29f30a8b721211b 1.40 MB 2,822 24
689,538 689,538 00000000000000000012434ed3a9bcc7ecc7d31ca830a6c34be19f0be15453dc 1.52 MB 2,466 61
689,537 689,537 0000000000000000000752314c7be5e9a1b4954cf837f01aecc5076bc07c557d 1.56 MB 1,970 46
689,536 689,536 00000000000000000000d7c6d296ac5163c3bc37121c68572fc3351bb950eda7 1.53 MB 1,799 38
689,535 689,535 00000000000000000007f5a86fc6304ef1334f6cfda4157a061e29e3f0b41ae6 1.44 MB 2,640 93
689,534 689,534 000000000000000000088634cc4f21049c3a9722154aca9dc74b1c805739a55f 1.48 MB 2,208 43
689,533 689,533 000000000000000000108b7bd745c83190e7209e88d06ad7c09f3fe573bb4197 1.29 MB 1,279 59
689,532 689,532 00000000000000000012cff97ed5cadf375a4e55d58d0472a69a9c9e64cbaf19 1.37 MB 2,150 70
689,531 689,531 0000000000000000000c7062874d117617cb850bd12da4f30ceae5f74a894490 1.59 MB 1,792 37
689,530 689,530 00000000000000000007a2250de421adbc80b7e77f1bc4c3a39dc545f2ac03e1 1.41 MB 2,418 10
689,529 689,529 000000000000000000014ae6cb444f7256664c284715a7e3f6f9cdf768e68c0b 1.14 MB 1,045 5
689,528 689,528 00000000000000000012814b3f3477ff9f28c2c1a1177666df71fd1427452391 1.40 MB 1,506 37
689,527 689,527 00000000000000000003a1e8147105acc5ffbc9653869efc6000d4c4f6512767 1.28 MB 466 10
689,526 689,526 000000000000000000044d0b3a42c17979e8972716d2237a77a5734eb6d49d1d 1.56 MB 1,998 41
689,525 689,525 00000000000000000009039c34047a108f427770d7e31eac5ef1cbe211e7297b 1.48 MB 2,090 19
689,524 689,524 000000000000000000007cecf518abf392f8abefd67ed6d8c5520ac634fbae35 1.49 MB 2,772 76
689,523 689,523 0000000000000000000800a41eda4478167bec78378d0a7fd7b69660b3acc594 1.51 MB 1,955 48
689,522 689,522 0000000000000000000a9431f9e5c545052ca190057b79733c176dcaeba09b74 1.47 MB 2,264 29
689,521 689,521 00000000000000000007bec5ac6796c256ff18cdc77748ba36f525a7f50033e0 1.28 MB 1,596 69
689,520 689,520 0000000000000000000eda6deba57e19d99be3bb88d92ca8c48a9b2deeea2510 1.38 MB 644 52
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.