Loading Tool

Explorer IconExplorer

Memory Pool

27,852 transactions
12.39 vMB
0.04865475 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.55/200 MB

Candidate Block

Mining Attempt e7fc2f29272abecf25953ececf3c570d52311ee071e97101576912bb532bf69c
Version 20000000
Previous Block 0000000000000000000171fc68c11b773c05d40d10f677dabe3013578fd69117
Merkle Root ae0930107462f960db6ec1df36272fb1ca37b66474e11e1c885a97a9fcaa41b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 0.99786975 1.00 vMB
Total Fees: 0.02746614 BTC
Feerates: 301.60 > 2.75 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,772 (740,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,161 173,161 00000000000001c6c0e087b82659a08312586dc1a2d21aedaaa09f02a8a59df3 5 0.00/1.00 vMB 61
173,160 173,160 00000000000004ad8c95956b285584978ffd1b420b678f21c2601cc4940fcc55 87 0.03/1.00 vMB 16
173,159 173,159 00000000000004ef9ecb8efbb8019d462368f84d4651d4156085e29cd0c8a393 83 0.03/1.00 vMB 63
173,158 173,158 000000000000090eb18edf2987017bccd2a8d01a7d190eb8f26a22ff92111c7f 41 0.02/1.00 vMB 56
173,157 173,157 000000000000025d2b263f67a17f034eb9b7acbec3d0481bf9e70befaa7f5f62 1 0.00/1.00 vMB 0
173,156 173,156 00000000000007aded2a025b0e1ce117a84407c547a440a7d4491d337bdc00c8 1 0.00/1.00 vMB 0
173,155 173,155 00000000000005519281e56c44c9f13fb2959bc1d3a40ca9832dc9be7dd8ba75 43 0.02/1.00 vMB 26
173,154 173,154 000000000000010cd88e4986915d12d506ce30e9745ca8c66083e3b7b920437d 28 0.06/1.00 vMB 497
173,153 173,153 000000000000080784d8b84b62de340a44a181d20b102d30ff5d91243e8ea573 24 0.02/1.00 vMB 193
173,152 173,152 000000000000021b77fdae3652d4af130bb9b8fde842612fa2fef978bba9ce24 46 0.02/1.00 vMB 118
173,151 173,151 00000000000004520ba1b2f9d72738cb172c3ed8ef4326be6f80e5051162d12d 159 0.05/1.00 vMB 7
173,150 173,150 000000000000003742d78eacbb6dc7ee688cc058ef5aeae6a7bfde6c5d0caeb9 78 0.04/1.00 vMB 58
173,149 173,149 00000000000000c2819b515154ff92bf12f394bb5c5f0133dc88ff7e1f48e1cf 117 0.05/1.00 vMB 64
173,148 173,148 00000000000008fbb00df1efa6881443d96ca9ba7b9d160d969a7e4cae555ed1 91 0.05/1.00 vMB 240
173,147 173,147 000000000000093be200973087121bd6ab96678d055549bc3dacb38856e07f01 1 0.00/1.00 vMB 0
173,146 173,146 0000000000000b0234fcb64a19d49e96d703ea217afd1126f435c39de0303371 1 0.00/1.00 vMB 0
173,145 173,145 00000000000007f8b7e9b40678db1980efcaf6a4007b67b4d3c8930da93d2847 44 0.01/1.00 vMB 3
173,144 173,144 00000000000002a9322f2bcd8ed16c00db691061db32047b11c926bf6f07f610 111 0.04/1.00 vMB 170
173,143 173,143 0000000000000484c802a869d0e17d608d1bcdf2b818410e9f60b7d8eb1d84b7 1 0.00/1.00 vMB 0
173,142 173,142 00000000000006d6d878087cb1cac8446e5455ce136fb8a8e52cb93fef0a6688 89 0.05/1.00 vMB 495
173,141 173,141 0000000000000436e3f94d4e78e641cbbca7340f45641a7de021cdf1310b4d0f 49 0.02/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 780.22 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: 506.95 GB
    • Received: 4.13 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.