Loading Tool

Explorer IconExplorer

Memory Pool

80,410 transactions
30.43 vMB
0.09053194 BTC
Random Selection Loading Transactions
Max Size: 185.27/200 MB

Candidate Block

Mining Attempt 0f73b160e91d9c24c003fdcb0d8b80141ef21f6ab897d2f550c71f9e281f8d16
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 61254cac9da6948c4c0063e8f0bf12309fe99469cb0ec47395b9c6fed86edd05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.02210783 BTC
Feerates: 200.89 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (346,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,652 568,652 000000000000000000040928fa15a9cba7cac9bd619b7d2e72bc7052f735f61d 789 0.24/1.00 vMB 17
568,651 568,651 00000000000000000003d114cb112cbf4979eeb7c32231bad1496c86e750f1b4 604 0.18/1.00 vMB 15
568,650 568,650 0000000000000000002af1f035705a52a4111a24d9bc2fe3fc1c7cc9e19c43ae 1,174 0.34/1.00 vMB 13
568,649 568,649 00000000000000000023d861e1de09443ab908818f15a2229f29384b34e5cb62 1,398 0.51/1.00 vMB 17
568,648 568,648 00000000000000000000f9e7a84703d8b4d752123c2f81e4f264584234302337 743 0.25/1.00 vMB 14
568,647 568,647 0000000000000000001f0fe8e7a5a278407d3ca10e8351b0c9e698880fe442e3 1,784 0.58/1.00 vMB 20
568,646 568,646 0000000000000000001b3f358e9bf87f90268d7d1363ed5fc9ac6652d257a5ce 120 0.04/1.00 vMB 20
568,645 568,645 0000000000000000001fdbdae3b58efbaf205fe6afa09d1993c6cb347e447be0 140 0.04/1.00 vMB 20
568,644 568,644 000000000000000000035a211f0791cbdf021a4be4c3eb2eb586334dd467067d 676 0.22/1.00 vMB 16
568,643 568,643 0000000000000000001b9f1f310178e0a7c238dd995d188e4411c506ce592ef4 1,507 0.53/1.00 vMB 14
568,642 568,642 0000000000000000001b7234e83ce8d6f4a905109ab4e57c791386092939015d 2,222 0.96/1.00 vMB 2
568,641 568,641 0000000000000000002a3a932dfc8aef704f190360ce42f50cf4c9065fd91cc7 2,937 1.00/1.00 vMB 10
568,640 568,640 00000000000000000014aa1cf63c809f1a32a7da8662928b0c40e6b7842beaa1 2,115 1.00/1.00 vMB 8
568,639 568,639 0000000000000000000e656f7f09ec9cef8da0ae7e9a2981d7a1d29b856b2124 1,851 1.00/1.00 vMB 14
568,638 568,638 00000000000000000018bc8390756015d59355e5ce805fcfb5f945a47d123aa6 2,153 1.00/1.00 vMB 20
568,637 568,637 0000000000000000001e8f101b17c6a77ca35770805bdb5bea4d57e39472e375 3,170 1.00/1.00 vMB 28
568,636 568,636 0000000000000000000586652de7875a43e0fdfff6586198ad1432e57cbfca9b 1,653 0.71/1.00 vMB 13
568,635 568,635 00000000000000000029cc9c02e65d40845d769222e1a8c4198f545c5a8531e0 165 0.07/1.00 vMB 11
568,634 568,634 0000000000000000000553adfbb183249f7a7207ea593fe238000ba352c66b76 2,082 0.77/1.00 vMB 13
568,633 568,633 0000000000000000002c13b903ee17286633cfb5e6dd7c96152f0fcfc8a4cd24 1,190 0.42/1.00 vMB 10
568,632 568,632 000000000000000000168a3b7762ad9e004f3ca0fb1a623ee78ccbc519c40d24 2,683 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.