Loading Tool

Explorer IconExplorer

Memory Pool

43,352 transactions
28.41 vMB
0.11077575 BTC
Random Selection Loading Transactions
Max Size: 147.50/200 MB

Candidate Block

Mining Attempt ab9203b023b29c31dda672b64e19648bc7d5afa4d8bae67f75ca438c627f910b
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 9a0226aa3c9165c5af9b4ec539cd387ed73ebf61a906fa1af8cfc2f5302a1a27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,014
Size: 1.00 vMB
Total Fees: 0.02687363 BTC
Feerates: 40.21 > 2.69 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (379,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,982 534,982 00000000000000000022f4926b3cf4975876d89496a756a8b051b53113bdc685 1,800 1.00/1.00 vMB 11
534,981 534,981 000000000000000000079035c6efc3c784de450df6b50abdbe6602b6505397e1 2,161 1.00/1.00 vMB 9
534,980 534,980 000000000000000000026a84d51a1f262a0b3d48a2faaee6b4c7a424cd6c14be 2,123 1.00/1.00 vMB 11
534,979 534,979 0000000000000000002123f83b73c4fbcc89e6ed47c83947c55277b031d5faad 2,450 1.00/1.00 vMB 30
534,978 534,978 0000000000000000001af07d1736dc631e3635971bca5dd22ba12255085975b9 748 1.00/1.00 vMB 5
534,977 534,977 0000000000000000001b25c1b9cca3a1efd4f45e6a3a5df16d122b005b6ff480 2,162 1.00/1.00 vMB 31
534,976 534,976 0000000000000000002ea21cdb9466d8f5006ea1c228685113f93943978e55ff 2,361 1.00/1.00 vMB 7
534,975 534,975 0000000000000000000886c881bd5968a5c8c3e3c803084c9279a70af47c8ea1 2,576 1.00/1.00 vMB 23
534,974 534,974 0000000000000000000df13878a5190327846e4d39a8e9ac6f5189e66d409d56 1,726 1.00/1.00 vMB 35
534,973 534,973 0000000000000000002bb500cc16b10bbd1c9ddeffa9ccde62e6ccd9e80e2d85 759 1.00/1.00 vMB 22
534,972 534,972 00000000000000000020686794bb21d0bb6fa3b6878fdb35ab9e12f1093d416e 1,938 1.00/1.00 vMB 54
534,971 534,971 0000000000000000001afcf96d4100d91bf27601a32b168909ffb46451be98f4 1,122 0.63/1.00 vMB 28
534,970 534,970 0000000000000000002ed6bb6dd6d9931f66ea50d28be9463c7de80cc2cc3220 644 0.70/1.00 vMB 6
534,969 534,969 00000000000000000005a3942070064c29ddb5418a9b69a360e7d75f4a31e963 2,271 1.00/1.00 vMB 17
534,968 534,968 00000000000000000014176b2f8fde95f249b644aa298b3dc64f4446eff669ce 2,166 1.00/1.00 vMB 20
534,967 534,967 0000000000000000000ac1c48f0fb79b413c7909d3cb17a9df9a35918b034b68 2,214 1.00/1.00 vMB 25
534,966 534,966 0000000000000000001570ebf6becb3edb10e2713af619d173ae48fd144d5cbc 1,693 0.96/1.00 vMB 29
534,965 534,965 0000000000000000000a5c2378be75b246dae8932e3679f3b8542173c1015547 509 0.18/1.00 vMB 20
534,964 534,964 0000000000000000002b7e069c213c8bcc78c5b92f263e006a9528ecc127de3e 382 0.16/1.00 vMB 14
534,963 534,963 0000000000000000000383d3579a5a675edc7868f5f04e8818654f4b491c0608 59 0.02/1.00 vMB 25
534,962 534,962 000000000000000000079463e14bf4b71a548387891e9f491f947a70804937da 419 0.17/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.02 GB
    • Received: 12.65 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.