Loading Tool

Explorer IconExplorer

Memory Pool

76,979 transactions
28.70 vMB
0.07388977 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 9e747cf7586219931c97eb9f56fceb76cf36b7fab4855ee7aa121d97c7a8fb9e
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 8a1202992a9f6cd57ddd6d8cf94c5d369380943c08bb8a8c7ce7aae45390e4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,128
Size: 1.00 vMB
Total Fees: 0.01430212 BTC
Feerates: 129.25 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (751,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,084 164,084 000000000000032a648c003821191e12c92fae413283a5442c397c68156a55a5 78 0.09/1.00 vMB 819
164,083 164,083 0000000000000c4a49ee8f132c0c9b1b9c52919062e1bc82fff7c14b11436ff4 42 0.01/1.00 vMB 0
164,082 164,082 000000000000081f05c008aff9d13b0f02d5636d5e5f466ea75d21bc030bf5f3 45 0.02/1.00 vMB 3,625
164,081 164,081 0000000000000827c34e5ac1751b852141498f8347e60433f443d194b01641ec 25 0.01/1.00 vMB 192
164,080 164,080 00000000000009230303d2d54bbf375763f73c11f402f9b81d4c6e15d6e2232c 15 0.01/1.00 vMB 49
164,079 164,079 0000000000000a75d336f4f010d9a970d7792c0a86978e1ecd83d92685fbe36a 6 0.01/1.00 vMB 28
164,078 164,078 00000000000004da7705bc8fa0032f3dd06f5b5bb573bb1e605c6f209496f4ff 25 0.02/1.00 vMB 35
164,077 164,077 00000000000008e16379c1205f3ae25e0eed15d619b2f5c2383efa274054f931 4 0.03/1.00 vMB 1,014
164,076 164,076 000000000000042697a263bd62135111a310ba8aa3410dcc0d171b5958d19e7a 12 0.00/1.00 vMB 0
164,075 164,075 00000000000006523b735c5ff7c4b0cc30c4c678ac5ce339306a74ad0495e4fd 12 0.01/1.00 vMB 57
164,074 164,074 00000000000004eac9bcc0a22759ce994a84f5670c2fe16c05e1604453e63597 41 0.01/1.00 vMB 85
164,073 164,073 00000000000009ae6565e3e97d95e45b0fba260f5948ac89b1fb7b1d5226943b 55 0.03/1.00 vMB 48
164,072 164,072 00000000000001b39b094a0b1f52ecc44a98896a7c5e9e06784e10e6cfff7792 12 0.00/1.00 vMB 0
164,071 164,071 000000000000008107cbf9ce5d85060dedf0692915987ed25203fd56a5721391 5 0.00/1.00 vMB 11
164,070 164,070 00000000000006ea4d3c3fc11a4dc2558427f4ca1f00904b62050afda76b8f10 38 0.03/1.00 vMB 70
164,069 164,069 0000000000000a5de214ed545a8c9a0a618e3d418da27f5f8f412ad2708c934d 111 0.04/1.00 vMB 127
164,068 164,068 000000000000017ce16a2572a8b17c9e81148e0df6713283d668c78b04fd43c9 1 0.00/1.00 vMB 0
164,067 164,067 0000000000000095139027f986e406554fbc04d2f4ccc742b4fc1d1b162d4c2d 6 0.00/1.00 vMB 51
164,066 164,066 0000000000000cc2d811b21c3d597463816f1942e8cef421ef854e8f3d40eb6d 23 0.01/1.00 vMB 75
164,065 164,065 00000000000002da22f047aab030260596472fa202683c837048e8f3c9a8ab0f 25 0.01/1.00 vMB 207
164,064 164,064 0000000000000886e89e43de0f1f115920e50236ebf8f6f41b8991fa8f29dc03 10 0.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.