Loading Tool

Explorer IconExplorer

Memory Pool

17,732 transactions
10.81 vMB
0.03392828 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.00/200 MB

Candidate Block

Mining Attempt b281cee61d04b2316b8c0227cf62459d225ec929c4da13549efb16ac34fa18ef
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root c6b6bbcb9ebfde93a9fc01c456f3d03633df3eaef84f447582f510aebe9b672f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,328
Size: 0.99795375 1.00 vMB
Total Fees: 0.01681861 BTC
Feerates: 240.43 > 1.69 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (746,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,900 166,900 000000000000092a550e9b271989933928d3e681b39ccc01648e4cf30038e49b 25 0.02/1.00 vMB 545
166,899 166,899 00000000000003c10422b56e9554c33bc9c54bef821cd268cf1fc68f5882b631 138 0.06/1.00 vMB 759
166,898 166,898 00000000000005288b589f77b08e3d0b8b866d1bac8dd5ba816d832e8c7be614 45 0.02/1.00 vMB 143
166,897 166,897 00000000000001450ae338a533378a15d606594c6e1902fd50e800db469be3e3 40 0.01/1.00 vMB 151
166,896 166,896 0000000000000890ad519618da60ef86c6ab74fa889c8d4cf328b72d5f7e355a 1 0.00/1.00 vMB 0
166,895 166,895 00000000000006d6e171652475f24a68038c1e57aa396e8fd31dccb2e1a3f8b0 96 0.05/1.00 vMB 84
166,894 166,894 0000000000000703adce24dad6ef1833b253df600f8f3c5e8bafc885543d743a 121 0.04/1.00 vMB 122
166,893 166,893 0000000000000b53527ca2cf5688cecf93f30541beeeb0e09a88d4feb4cd8983 66 0.03/1.00 vMB 196
166,892 166,892 0000000000000491d1a376eafffab00fb667e9d3b32d6a0cb31d34decf1ae488 16 0.01/1.00 vMB 51
166,891 166,891 000000000000057336b22bffbb182415a4902c9200abaa102ccc4861404fdda7 118 0.05/1.00 vMB 154
166,890 166,890 00000000000006dae2bb09c0ed756696cbf656fbfa5f20f054d972509e575a4b 48 0.02/1.00 vMB 36
166,889 166,889 0000000000000b3ca6464c35074312991bd5bbe86ac1dc7b7adbf7f3790386a2 183 0.09/1.00 vMB 427
166,888 166,888 00000000000008aee6c750137095a75caa81ceb802779d2e7da977138a5faabe 93 0.03/1.00 vMB 161
166,887 166,887 000000000000024ee43c43f0d546d83a4def426b6b6b76bc3ed8ed1888b44b6c 1 0.00/1.00 vMB 0
166,886 166,886 00000000000005160337fe281c5d14e9a57c9d6b2d58b50477d2c912a13508d5 137 0.05/1.00 vMB 128
166,885 166,885 000000000000088172f53ff8d599f821e495d4736eff6c09816eb87bdc061238 73 0.03/1.00 vMB 111
166,884 166,884 0000000000000a4bef40ce7c9e199682b674c9e2846277208458ce188bf10ffc 28 0.01/1.00 vMB 14
166,883 166,883 00000000000004f3f4b3b855d59125f5366451bd70d1ab5663678be8ecb246fa 41 0.02/1.00 vMB 591
166,882 166,882 0000000000000b420cc8ed6638e908a89045e119e3dbabbb0b0243874586b2fd 58 0.02/1.00 vMB 106
166,881 166,881 00000000000006726138d81a490c55f79bd18620e2e7cb05200392fee4e8aca9 97 0.03/1.00 vMB 5
166,880 166,880 0000000000000493c7421b1375ee00b2332b79977f95c72738e32c612e0b305d 73 0.03/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 780.24 GB

Node Details:

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