Loading Tool

Explorer IconExplorer

Memory Pool

73,952 transactions
28.53 vMB
0.07187977 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt 508fd817234586d05f64f88e23c19b6d359c518440ca4440b2a37b87ad04d09a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 289b3b97b01998185b91e650c3d9d2c14078be22460c5c82b8bff240ce93ee27
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,636
Size: 1.00 vMB
Total Fees: 0.01462423 BTC
Feerates: 250.89 > 1.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (728,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,702 186,702 000000000000025c6d440ae40481fbb7e432c8e4abd040a583e6be7f5aa6f752 193 0.09/1.00 vMB 118
186,701 186,701 00000000000002ed3117a236a791f19a171b33037b38792f13a512ab24f5d704 11 0.00/1.00 vMB 61
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
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.