Loading Tool

Explorer IconExplorer

Memory Pool

81,517 transactions
22.40 vMB
0.06606252 BTC
Random Selection Loading Transactions
Max Size: 148.77/200 MB

Candidate Block

Mining Attempt a3a6dea226c1e0f29d7785445f04293bd92d8863e31c6b9a0e60f0b7cf0f1c65
Version 20000000
Previous Block 00000000000000000001ba3b9451e432b1c91ed32034b9a58b49b57e40c7cce4
Merkle Root 19f495880b5f2d29cb7c678deee07ce06c3f6b945828260f69c743d91b02b8a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01444132 BTC
Feerates: 172.83 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,128 (830,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,676 85,676 00000000002314561e3544ec76ed2fd7bb9c8bb1b8ce52507ab543c9484007be 2 0.00/1.00 vMB 0
85,675 85,675 00000000000e82e1c92b04d395513a0b4081c8809d87ef14d719d7c11c070d6a 1 0.00/1.00 vMB 0
85,674 85,674 000000000018630f11e9b7b1d2a44fcb0d2291d914e353eea65027fbd3f3f5fd 1 0.00/1.00 vMB 0
85,673 85,673 00000000002ac972adc0436305c18b9d0364b568aaf5916bb7f1273bad3ecfe7 1 0.00/1.00 vMB 0
85,672 85,672 00000000000987232b0e03bb19ef00457bf456711b88a257a9650ce47c2ae32b 2 0.00/1.00 vMB 0
85,671 85,671 0000000000106f1bbb6c508da820a9b72154fd67d351a06d7c61bf5cb62b99cb 1 0.00/1.00 vMB 0
85,670 85,670 000000000025dd509510a4d06ad4f25bb57e2ac617c74c6d087acce51b7e232f 2 0.00/1.00 vMB 0
85,669 85,669 00000000000062b7c15d36c91524f45de26ebbc34cfad2c745a22c3578d1afd3 1 0.00/1.00 vMB 0
85,668 85,668 00000000002b00406ba488832e0a5d626a2f346daad6db7e01bf0115948501bf 2 0.00/1.00 vMB 0
85,667 85,667 00000000001410b34fd1bf7234b958472042ec1e4c2031dddd652e00cbdd5cdc 1 0.00/1.00 vMB 0
85,666 85,666 000000000009f58b6ce933bd2e6a5bf460d110f3f31826c8b36bd74d7ec36284 1 0.00/1.00 vMB 0
85,665 85,665 00000000000b15df01cb053f03ebea93c4ec54a938da0c0209626a2ee818ce73 1 0.00/1.00 vMB 0
85,664 85,664 0000000000217f699648869f009bc2f40748a1bec0c64b99684c4d5e0c9ef9fd 1 0.00/1.00 vMB 0
85,663 85,663 00000000001597c495960e292125244e8b1b16ad636ad2827b383c10b956e3c9 1 0.00/1.00 vMB 0
85,662 85,662 0000000000167c93f4c8788fd8127cef8e051b36750df4da107c8eb1983a2398 1 0.00/1.00 vMB 0
85,661 85,661 00000000002300b3fe645e4d9292ec63fe016f9d986512ced52d024518a3031d 3 0.00/1.00 vMB 0
85,660 85,660 00000000001b516c12519a6bda15e08ca49352d47793f08d649625d4ee6eafbf 3 0.00/1.00 vMB 0
85,659 85,659 00000000000da1a8519498720f7ee856431e2879c540978f175d44a0131eb2a0 1 0.00/1.00 vMB 0
85,658 85,658 0000000000113109c7861bae820a189760e698cf819fbb03b39c0927479d8376 1 0.00/1.00 vMB 0
85,657 85,657 000000000029cd4cd1bf87f6ec04470e29e76ec719c7d60c6f0ecb07f89a366d 2 0.00/1.00 vMB 0
85,656 85,656 00000000002aeb5a92884fbbb5f1ab7f84743a3ff04e26cc8c5741f8b64ae4f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.34 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: 817.22 GB
    • Received: 24.38 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.