Loading Tool

Explorer IconExplorer

Memory Pool

27,830 transactions
5.58 vMB
0.03058397 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.65/200 MB

Candidate Block

Mining Attempt 49ed3f6c5b98c9ed115231d140ff226ff4db9f488ba504f3e3e03df9fdf9dd17
Version 20000000
Previous Block 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3
Merkle Root ae0958c249009a336613807ade50ef2d938abb54f15f212c5d7778ebf683ecc7
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,048
Size: 0.55 vMB
Total Fees: 0.01732140 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,957 (723,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,228 189,228 0000000000000392a4c51d1a965c2385d8be470d784fa5e6d001a06494c213b0 0.03 MB 51 82
189,227 189,227 000000000000085d1957d25d9f906190b98a06c0ac9f4fa5587c916f1b751b9f 0.08 MB 128 503
189,226 189,226 00000000000007714ab2603c09dd90b039faef62f89984e04e6a4de15b96731a 0.05 MB 148 270
189,225 189,225 0000000000000355aead08ca30eef79c5c9d03386dccb91ffab3a2042c772a70 0.10 MB 219 143
189,224 189,224 0000000000000901f35fb36568d8d1ea6d25b4794d9046b77c9b0418473e65ee 0.05 MB 128 103
189,223 189,223 00000000000004c9ed0161112607377d7702bce9615940e3fdd187ceffd4cff6 0.01 MB 34 72
189,222 189,222 0000000000000785dcd324a46a3d51fc08029671425a4d02763b2cd44020c3ce 0.02 MB 47 87
189,221 189,221 00000000000005c3c2ac14e3e2cac5d615377ffffe8fce522184d668cbfb06fd 0.12 MB 307 121
189,220 189,220 00000000000008e0b72d08909dacc001ae14753340378bce1b0f99e4b7df1fe6 0.01 MB 29 181
189,219 189,219 000000000000019ebd5818f6f721cdece683fe944a0393ed6af23b98165585cd 0.17 MB 374 139
189,218 189,218 00000000000006848d1108ddd7745cae80cd8424135f184f43fe2956e16fc51d 0.04 MB 108 138
189,217 189,217 000000000000009bff5425a97ab1c86bc1d94307831ad9885f904d0cf42f1981 0.06 MB 133 149
189,216 189,216 000000000000048a373d8d8e3880a8b4b2527dc8fba1c4f35242dd965b31590f 0.05 MB 123 143
189,215 189,215 0000000000000699440eecf209d21fceb5af7ef9bf03141fd49c96433aefd83f 0.21 MB 511 151
189,214 189,214 0000000000000292aa1a80cb5df21ca61eefd5e25f619dd03d1fb56703b50ee5 0.05 MB 91 235
189,213 189,213 00000000000006d9712740135dec59dbf6417783c8ab24903175f69770a580ff 0.05 MB 118 72
189,212 189,212 00000000000002857ce25b966b9732a84d1c38aa3d5cf1d83e980dde82e83cde 0.07 MB 145 133
189,211 189,211 000000000000067a7c535fc4791a79862e4ad7301077137caa2bf9f5649f30de 0.23 MB 510 138
189,210 189,210 000000000000002434457257d6245557d9a4193cb12099ee763c989da5770a6c 0.00 MB 9 307
189,209 189,209 00000000000008d2137b52a2a3f895640eaad30a87da123424635e85de22f5a2 0.09 MB 152 166
189,208 189,208 000000000000007038c267c8e494df785ac980a82d321792dc58302e5cfee2a0 0.14 MB 347 132
Previous 10 blocks ↓
Total Size: 778.77 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: 349.60 GB
    • Received: 3.06 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.