Loading Tool

Explorer IconExplorer

Memory Pool

75,141 transactions
27.71 vMB
0.07748887 BTC
Random Selection Loading Transactions
Max Size: 169.03/200 MB

Candidate Block

Mining Attempt 568a6041f5879d00ed70ea76537283f333a395c7b02f506528b7bf52b6608632
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 9eeeba9f7f166d6586887607a6ef6ec4d6c0bacaa146dd6a6ad46cf07cb3e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,927
Size: 1.00 vMB
Total Fees: 0.01825127 BTC
Feerates: 301.57 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (294,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,292 620,292 0000000000000000000e771f57687f44b2a12e7f8baaecae7f0f35a577a1c326 2,844 0.99/1.00 vMB 4
620,291 620,291 000000000000000000020f7d1b00fe0a615ff1ca40cfae499944e2b07e705760 2,552 1.00/1.00 vMB 14
620,290 620,290 000000000000000000073424b96c58d78e0ee751e81add1094053a6fa3670eca 2,300 1.00/1.00 vMB 3
620,289 620,289 0000000000000000000e85ad803aa94f86a5e048e099143c5fdba198b8d9c031 2,077 1.00/1.00 vMB 20
620,288 620,288 00000000000000000002bd5e0cabc688b71eb1fbc80cdf26c617a8adc1ce5eff 3,084 1.00/1.00 vMB 26
620,287 620,287 00000000000000000002d865657e0f44c65718c8a78b4fe44d4714b7ea9b2865 2,994 1.00/1.00 vMB 31
620,286 620,286 00000000000000000001b8607de78b54311d5f8e3201449f0f72322c9b656f3d 2,593 1.00/1.00 vMB 13
620,285 620,285 000000000000000000037b7afff2c03bfff8a82f87bef49fd7480c8a13f95c4f 2,903 1.00/1.00 vMB 13
620,284 620,284 000000000000000000052cab80b98f772547736e17a38d29c088e0f9c5fd90c0 2,879 1.00/1.00 vMB 26
620,283 620,283 000000000000000000059238b239d4266b1eb4e07ee438100a41671f5fafb4d5 2,688 0.86/1.00 vMB 16
620,282 620,282 0000000000000000000211b412121cd0bd00f9db416905810d421451c7008535 677 0.19/1.00 vMB 14
620,281 620,281 00000000000000000000e61a08e681e1e0f6845d547c1deab610be489cadf804 1,087 0.47/1.00 vMB 13
620,280 620,280 000000000000000000053ff96dc5b3e7894fcd2f0aa2993884a6e6bedd58885c 181 0.17/1.00 vMB 12
620,279 620,279 00000000000000000000b4269e0bf78432f91bbe7cc3a5b0ce9c476b8398d6c1 1,357 0.49/1.00 vMB 20
620,278 620,278 0000000000000000000ff7d9a0ff8e0947a2ac2d13403bc980766b95115fc437 2,604 0.92/1.00 vMB 5
620,277 620,277 00000000000000000011232fc621e40aa5a56a8e56695fad9c9329f95bf11689 2,917 1.00/1.00 vMB 26
620,276 620,276 0000000000000000000c95750250273b22a45901efbc4a5ffc19e49ea4ea44d7 2,655 0.91/1.00 vMB 16
620,275 620,275 0000000000000000000891bf705b7cd29f436d5cbc856c09fc95baa0ce1be620 850 0.33/1.00 vMB 19
620,274 620,274 00000000000000000002145fc163685534aac541933b13259cd94ad20bf0a463 357 0.12/1.00 vMB 39
620,273 620,273 0000000000000000000051e59893469d9141bc1ecc2c23715e4b1b29d35690da 2,395 0.78/1.00 vMB 17
620,272 620,272 000000000000000000059afd47cc9dbc1fe9e3c767ff7fb404e8f4129c1128ec 577 0.19/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.