Loading Tool

Explorer IconExplorer

Memory Pool

34,983 transactions
12.14 vMB
0.14289027 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.13/200 MB

Candidate Block

Mining Attempt 20c9a220e0a5edf2fa7428aa6426f053905b349a59ce270f9d2659f2fd388c86
Version 20000000
Previous Block 00000000000000000001cf815e573b122d47c2a0f15da2855cbda6efaa0e80a8
Merkle Root 060fa5b913dc596102239a75e43e6847a6c84e943b4c086732f3beb5eb2457dc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,038
Size: 1.00 vMB
Total Fees: 0.04619046 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,036 (642,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,928 270,928 0000000000000004719ae0edc95b0732311e02a4d7f8cf2d87d07ee97cd652ff 0.18 MB 195 25
270,927 270,927 000000000000000631814154862b391923dcec624d8cede72ddab08c3ccc216c 0.25 MB 507 96
270,926 270,926 00000000000000066214acfc81ddb69351c13cc9b1872734068d22a17be444a4 0.12 MB 391 3
270,925 270,925 0000000000000000cfee160ba3f7d2ca02c3a3e6cbc7d5a3b97d29ead2d241d3 0.13 MB 310 76
270,924 270,924 000000000000000030ec0d090516d7cead3221d0cb2bac75c8d9411e845e2b47 0.18 MB 534 62
270,923 270,923 000000000000000031d045e877ba210df979a4724cca76129c0077bca86e57d3 0.07 MB 273 35
270,922 270,922 0000000000000001c0f5a44990f3725c5814604a5291ab09c308544b2f201ea1 0.21 MB 529 61
270,921 270,921 00000000000000025dea1e2137895a39c835500f3ae04a937bcc539b336ca7eb 0.11 MB 247 71
270,920 270,920 0000000000000004c67f772471ee233f9d5a24ec20f8b75b1ed2f864582ab4cf 0.09 MB 218 53
270,919 270,919 0000000000000001a5d48a2b47075710552bb8ab1af325ba4f0cf2e3b4a8510d 0.13 MB 173 35
270,918 270,918 0000000000000004841ba156916ab8ade475f51e2c4b388f0a61370744812bde 0.19 MB 461 69
270,917 270,917 000000000000000635fed87141f3e634f1c0b481aacf24465eafe5a34ebe8158 0.06 MB 134 48
270,916 270,916 000000000000000360785d47f788eb6c6a1e3262d8b9786b83746f52d4789123 0.08 MB 147 54
270,915 270,915 00000000000000050dfcf4b11d2a4f469729f906a51b28e4a0a2b4bb53632040 0.17 MB 429 57
270,914 270,914 0000000000000004c0a26b55a2bbf1f227a2d501c51205a01262bcbe2e1d4235 0.37 MB 263 21
270,913 270,913 0000000000000003bd799ea8985c900df336d98c68a66d4b12a4708c4aa62c9a 0.50 MB 1,329 79
270,912 270,912 0000000000000003964399d45361c96e86af6a73d2dc1d756affdd81cc3a14f1 0.25 MB 462 43
270,911 270,911 0000000000000001d409310a2fb98f6488e0efc94caa1f623c4797ce7edff9fd 0.04 MB 90 64
270,910 270,910 000000000000000176f09232fa896b3d339c8f4dd38265ffcc46c9afbdba5d66 0.05 MB 126 33
270,909 270,909 0000000000000002c7062db873809679f9fa9423a1abf3156601edc315f5be1e 0.42 MB 716 52
270,908 270,908 0000000000000000cd739deda70098ae9e49c5ae6c03175d42d89cfb33625e93 0.06 MB 133 51
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 38
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4.44 GB
    • Received: 0.06 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.