Loading Tool

Explorer IconExplorer

Memory Pool

45,800 transactions
28.45 vMB
0.07348659 BTC
Random Selection Loading Transactions
Max Size: 151.21/200 MB

Candidate Block

Mining Attempt fc69c6e87d7c314d69ea83196677fc1fe733566d1d08721ea7c939f61dd93506
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 099a45d4b61b0d2eab4a96aa9e7d3fac25202b377c4a866b1e3566d505d3e49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,467
Size: 1.00 vMB
Total Fees: 0.01970108 BTC
Feerates: 100.23 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (460,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,432 454,432 00000000000000000103437af4e7408b2cb5713f7be67f4090b1a00b8bc8027d 2,474 1.00/1.00 vMB 154
454,431 454,431 00000000000000000194894847612d6ceda5d3e265fb5032d0a11afdcf05f8e8 1,527 1.00/1.00 vMB 148
454,430 454,430 000000000000000000ed08f34eb000f4f6256e58f36655fa1285fea95908f3d6 2,511 1.00/1.00 vMB 149
454,429 454,429 0000000000000000002de0c15584f2365a75505fb3fe74e868473b5ef6b86f19 3,316 1.00/1.00 vMB 61
454,428 454,428 00000000000000000063f8843d8ce2c37f394a78c418a3f9d9f394a0e1204832 2,876 1.00/1.00 vMB 215
454,427 454,427 00000000000000000241335771f77636454ba79919216c785e9bd27750090ffb 2,327 1.00/1.00 vMB 92
454,426 454,426 0000000000000000019664d964ef9bf7508d6cfee76d38b753a509f187d88bbf 2,188 1.00/1.00 vMB 144
454,425 454,425 0000000000000000013c27edc6c423784a8f0fd1cea864f683eb32bd5a7ce2ac 2,169 1.00/1.00 vMB 149
454,424 454,424 0000000000000000010256b00a4a08a7e2c4c480ee76828da34370cbd6dc2773 2,639 1.00/1.00 vMB 204
454,423 454,423 000000000000000001c3f213c3600d814a6c88f0120fa0810b4b080a5f41fed2 2,037 1.00/1.00 vMB 160
454,422 454,422 000000000000000000e6c389c178b9c84c46870d2d72a4a7e67df8e2b80777a8 2,422 1.00/1.00 vMB 150
454,421 454,421 00000000000000000050254177e095c239c0de5cbd78979c0bbc1dbc032635f5 1,829 1.00/1.00 vMB 120
454,420 454,420 00000000000000000226e009c68acd26939cfb0fa3887d5d3f580d2419b2c784 1,137 1.00/1.00 vMB 86
454,419 454,419 00000000000000000059739d43498896184ce095301a2a3ebd3d1844dfaefc9c 1,471 1.00/1.00 vMB 112
454,418 454,418 00000000000000000122ac4af5eb0fdcd02ee44f0e946f1ef3b30d3c376f699f 2,115 1.00/1.00 vMB 155
454,417 454,417 00000000000000000113d5bf2c033f75086bc0087cd33b6ad44d418eb0150222 3,307 1.00/1.00 vMB 55
454,416 454,416 00000000000000000275c84afd421c91ecda3af7ec1bb713c7d07b2c74b2c979 2,932 1.00/1.00 vMB 171
454,415 454,415 00000000000000000230e690644656efef46b1aac50dbd5ae9a5df8cf5ba30d2 2,093 1.00/1.00 vMB 122
454,414 454,414 00000000000000000276df864e599016596587544f13314490f97c1043441423 1,776 1.00/1.00 vMB 143
454,413 454,413 000000000000000002690a85e35c36ba6ef185161516f6593a4d1cab447dcecb 1,781 1.00/1.00 vMB 125
454,412 454,412 000000000000000001e523d7c3e6d99d4562c68cce327e0102787847b60c11a4 1,789 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.