Loading Tool

Explorer IconExplorer

Memory Pool

81,579 transactions
29.95 vMB
0.10901194 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt 1f98fb13f4b7fc9520e5eee798eb3fde28b2e67bd9a76db864f8aa1e10d12653
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 8dd89f3e296f761519a727789b9f60be9fa2745122b848c7eab565d73be9d7d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,235
Size: 1.00 vMB
Total Fees: 0.04223425 BTC
Feerates: 146.36 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (369,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,983 545,983 000000000000000000199eb9a246c8b8845dc2ba9b17e21ed19bfa79d341f099 359 0.52/1.00 vMB 3
545,982 545,982 000000000000000000186854d3379ba4c9d2d940350ebf70c1a689bf5c62b3b5 1,255 1.00/1.00 vMB 6
545,981 545,981 0000000000000000000ab812f45ff82bcfa1c1688874ceaf38cf526c73a93ce4 2,567 1.00/1.00 vMB 17
545,980 545,980 00000000000000000008e6ba3c5a2db4ff9ba151c15de9364256a48de55b2893 1,942 1.00/1.00 vMB 14
545,979 545,979 0000000000000000001abc3918ba3621aaa7ac14e5583f1f1d7fa3f3ac674720 1,939 1.00/1.00 vMB 3
545,978 545,978 000000000000000000184bc4bcaa9f4f1e3bb9430bbc4bbce7bed172742c1f45 2,538 1.00/1.00 vMB 34
545,977 545,977 00000000000000000015bada79c9f1fcda8162463b4e84eb108c02135075b6d5 1,722 1.00/1.00 vMB 14
545,976 545,976 00000000000000000011eb398d18df8d3140fd81f569aa1b12ab8983f7b7d932 2,413 1.00/1.00 vMB 8
545,975 545,975 00000000000000000012edaac50f734644459dda173d677dc8220dc05fb704a0 2,226 1.00/1.00 vMB 8
545,974 545,974 0000000000000000000bbd0d5d0dae42f3dafb040262d8bc677b0387b0e0c0a8 2,806 1.00/1.00 vMB 34
545,973 545,973 00000000000000000019f5c13989fb0715d356c96ec7438b6bb78c3887742b9d 2,428 1.00/1.00 vMB 20
545,972 545,972 0000000000000000001840bad5f998e8ce187e0dd2cf654cf7b1c74e9acf653f 141 0.05/1.00 vMB 38
545,971 545,971 00000000000000000001dc72e90e2b63e729ca9ed4b90715c52263c0e0844660 1,308 0.54/1.00 vMB 22
545,970 545,970 00000000000000000025a271d5e6f8cf7105525869240160da578b0dc4de6bc0 957 0.74/1.00 vMB 3
545,969 545,969 0000000000000000000f53f955a0f56be6866119781f1afe896c0e7a88199da0 2,553 1.00/1.00 vMB 10
545,968 545,968 0000000000000000000c9d9078a0cc86121be9dcbb6d3814f833477587c76a64 2,311 1.00/1.00 vMB 12
545,967 545,967 0000000000000000000f5d5999dae3191729505d27ad31770e47b653353785ea 429 0.19/1.00 vMB 26
545,966 545,966 00000000000000000017b886b63c31297a618ac6c74d46914c93f9f458a12d0c 2,345 1.00/1.00 vMB 11
545,965 545,965 0000000000000000002504e3c3614ba453a073ed326ea92e466fe5683e184f3f 2,676 1.00/1.00 vMB 31
545,964 545,964 0000000000000000000a5b793aed1c95ecf7371792ed7d41bba9ce50e7918edc 727 0.36/1.00 vMB 23
545,963 545,963 00000000000000000021808cc21af17be29a80fd6efdc77c43aad5e30c6080ab 853 0.44/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.