Loading Tool

Explorer IconExplorer

Memory Pool

50,331 transactions
28.84 vMB
0.07529644 BTC
Random Selection Loading Transactions
Max Size: 154.14/200 MB

Candidate Block

Mining Attempt fa9a05cbb21e840b0c64fe441d4f99857b0e7b5b562c4878474445d2ed06623f
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root ae6a61c111a10bca5aa1968dccf331693c98271a85b3abbc5480dafabbd9eec1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,806
Size: 1.00 vMB
Total Fees: 0.01213829 BTC
Feerates: 40.20 > 1.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (233,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,817 680,817 00000000000000000009e7f33f8824d4a754caaf589d59c52d2d2c98a86224c7 3,143 1.00/1.00 vMB 210
680,816 680,816 0000000000000000000133b07fdf287ddca3cca80162b4a06a05d6904190cd37 2,123 1.00/1.00 vMB 50
680,815 680,815 000000000000000000040bc448bf3317bfd6c332018cf8e95660a2cd44658277 2,343 1.00/1.00 vMB 146
680,814 680,814 00000000000000000001d36c6fe8bf7cba83235bb5b35f0fe539f06a443501a9 2,357 1.00/1.00 vMB 31
680,813 680,813 0000000000000000000132545168d2c56fd9fdd3ab04cf281508c6de4aaea405 2,538 1.00/1.00 vMB 76
680,812 680,812 000000000000000000000785b444459177fea2b061ee7f53dbac2ef7e344a8cb 2,134 1.00/1.00 vMB 106
680,811 680,811 000000000000000000023dbe249caee6f146dada6dec8ca9862d220d5ee7c88e 1,291 1.00/1.00 vMB 155
680,810 680,810 0000000000000000000751e33ac04e2f2eb25c2b065de8cd5f48bd2b63f2223b 1,860 1.00/1.00 vMB 186
680,809 680,809 0000000000000000000af58ef919b39d328c22e761c422fe1defd1722b4c5d52 2,237 1.00/1.00 vMB 53
680,808 680,808 00000000000000000008e3a4c46f53ebd469c11f3b1122202be232b9ff82193e 3,452 1.00/1.00 vMB 195
680,807 680,807 0000000000000000000a395efd32817c7eeadf735b61448f48f9801c2a044a86 2,241 1.00/1.00 vMB 72
680,806 680,806 0000000000000000000409d05b75c1a435800343a2296bf0f681fe4a3acee057 2,206 1.00/1.00 vMB 164
680,805 680,805 00000000000000000000b378ec78b2087f1f43bd4a7011e2d1c7a4c5f147b01f 2,069 1.00/1.00 vMB 56
680,804 680,804 000000000000000000094d80a3daff9c19fd3327af996497a500094ff9f0a260 3,102 1.00/1.00 vMB 187
680,803 680,803 0000000000000000000744231f38b9a2b4d9e40eee09506160eddba8e11013de 2,735 1.00/1.00 vMB 178
680,802 680,802 000000000000000000072771e4f0d314ceb6b39b3fdea92207e3de86289debe2 1,061 1.00/1.00 vMB 147
680,801 680,801 000000000000000000056e69f5bd9210ac138357306c8ea50673cd7f6e99e154 1,105 1.00/1.00 vMB 181
680,800 680,800 00000000000000000009eee55756295a1737661007738bd2f6a7c6e2a5a685a6 2,277 1.00/1.00 vMB 94
680,799 680,799 00000000000000000007309c42aabc879c2c0ba277d1f4fa3739dbb80b6cea82 2,255 1.00/1.00 vMB 113
680,798 680,798 0000000000000000000bd63ec08bb98ec5a0ce91c10bf6b7a719f26fbefb3ffb 1,559 1.00/1.00 vMB 66
680,797 680,797 0000000000000000000356ce6cf14a0c0dc4213d7dde1c8df6f1a04e580be388 2,310 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.89 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.16 GB
    • Received: 12.69 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.