Loading Tool

Explorer IconExplorer

Memory Pool

77,273 transactions
30.81 vMB
0.14018361 BTC
Random Selection Loading Transactions
Max Size: 177.13/200 MB

Candidate Block

Mining Attempt 7f023fa779280f679d556fb8e06102e9d83be413809f39b47b1eb9429c240142
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 551e97bd0ae87da4a6318a9c49a94af73ecf05c7ebbc57ec5b7539f3ebbc0ef1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.05117907 BTC
Feerates: 150.36 > 5.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (728,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,700 186,700 000000000000062845407b914d9e5ba78b09610ebfb1e26eafb5ba5a984cf452 107 0.06/1.00 vMB 75
186,699 186,699 0000000000000451f64d6e3c758bde4fa53269dcd39138b408632245f9c64bd4 282 0.17/1.00 vMB 93
186,698 186,698 00000000000007b5e6a1cd7ed89e63e7d63659ee1bce8dd65ec83d58b86c48b8 983 0.39/1.00 vMB 148
186,697 186,697 000000000000038086f60a5f27adc5ab44cc4195f454c89d90f529ae892987b2 8 0.00/1.00 vMB 15
186,696 186,696 00000000000001c4a4000f9e5279fa3b5105cd1cb444d89c4fc24cc750f116d9 4 0.00/1.00 vMB 325
186,695 186,695 0000000000000339839a121e00dbcc62d3a930e289060be5287136f0a8f36799 9 0.00/1.00 vMB 15
186,694 186,694 00000000000007e70fc5696f76c00e9e58348f04e3d2d3f67e03c48b3bb62bd3 110 0.03/1.00 vMB 28
186,693 186,693 00000000000004159e907d311cbc594e4104ffa11215454fc592273e13f8f788 1 0.00/1.00 vMB 0
186,692 186,692 00000000000002cf1bf70dcbc9a69028717d97d5e9e165fc437c1056c9bb5ce7 118 0.05/1.00 vMB 94
186,691 186,691 0000000000000624d61311b0a4d72b83193ceff70a63392574cdd552543577b9 288 0.15/1.00 vMB 179
186,690 186,690 00000000000003ac41799f64d2eb1c74042e03e63d39a429e6fa85d5db1cec2f 371 0.16/1.00 vMB 114
186,689 186,689 0000000000000350742400f55556464059a88d232f17be250e3752c1077182e6 476 0.25/1.00 vMB 117
186,688 186,688 00000000000001e72d330feb633d07a02fa73254c49c7ad447bcdbd9e469e9d1 128 0.05/1.00 vMB 200
186,687 186,687 00000000000001c7e2d3083467b7a54b8fe768afa0d7beb9a8ed813ea4c4b6b5 10 0.00/1.00 vMB 29
186,686 186,686 000000000000023065e9beb55433251af25e9b913f3c466cbcf08228e0df6ae4 1 0.00/1.00 vMB 0
186,685 186,685 00000000000003c307f4e7e03ecb38abb3eeb50bc5fcc9318b4c18587f95c3f5 256 0.09/1.00 vMB 90
186,684 186,684 000000000000098b7bfe1f23f4d84f75556313b3c597f9d316c325c8c2a33923 62 0.01/1.00 vMB 153
186,683 186,683 00000000000007c51a7d5f288f7deb7769a4041f95329fd33135b2475fb2e586 486 0.25/1.00 vMB 118
186,682 186,682 0000000000000924275397efbb4b81dd0da403bea51acdbcd45fb37a1b6821f2 62 0.09/1.00 vMB 65
186,681 186,681 000000000000061055bd7b1eee2850711f0a1f4739a182874ba4b4be9cd9ea40 46 0.03/1.00 vMB 29
186,680 186,680 00000000000005b6e954c51fabddfc9866dc52854dde502a14acfccc78d6ada4 100 0.05/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.