Loading Tool

Explorer IconExplorer

Memory Pool

35,238 transactions
14.83 vMB
0.07969950 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 85.83/200 MB

Candidate Block

Mining Attempt ac9c64b9e4c21c889ebcf05bfbd544f5ac7236ee865fe42a1282eb7793366d20
Version 20000000
Previous Block 000000000000000000014d1cd4eca11915f734a0de435476fa92d26e8458badf
Merkle Root 8a81a9217d669c99e2680a61d318a35cd46f4dadd15955a53471b9b2ff046d80
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,323
Size: 1.00 vMB
Total Fees: 0.03206498 BTC
Median Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,337 (781,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,127 132,127 000000000000041206ea5c469b0a05d56447372263acdc0ac19e073b2a4a114b 26 0.01 vMB 545
132,126 132,126 000000000000024247c6c8f43b52a3566d999baf1564fa10512bf6c3dcaea811 43 0.02 vMB 269
132,125 132,125 00000000000000e5a669a5ec5e53874edf25dec250e2b37a6bdad51126de6b46 35 0.01 vMB 842
132,124 132,124 0000000000000013ff73861770a49608be22f99c930b49f73c4978ec59ca0e5c 137 0.06 vMB 712
132,123 132,123 0000000000000e8512ee024a475aa3d46bdf813da3efc4db3bcad6983bc8c77a 21 0.01 vMB 975
132,122 132,122 00000000000012f8153f1f413f83c05419dabe629e1529ec428400aaa8a593bc 12 0.00 vMB 339
132,121 132,121 00000000000006777cbca44f0a8e6982f90920c5a1e262c0201ba370f185ccbe 69 0.03 vMB 321
132,120 132,120 00000000000008bce6665ba8f865902aa73d4eb2281a682a258bf5f565cc5476 81 0.03 vMB 831
132,119 132,119 000000000000121d45e469d8339bc3742a7d8ec422f12394a0ea400cc4590e9a 31 0.01 vMB 356
132,118 132,118 00000000000009bf34e278240dd3501e76c429e42712cfe964d9af7ae9f3b17b 149 0.05 vMB 167
132,117 132,117 0000000000000204b935235e805b5bff3db799da726eaf106857db810d307d85 72 0.03 vMB 588
132,116 132,116 000000000000025905c4fd4bdabdb814ad9609216e794de078b1d11e39d56e19 4 0.00 vMB 574
132,115 132,115 00000000000007d3c4e2bf063d626164a4469f57e245e683ca18c9200bd42106 29 0.01 vMB 723
132,114 132,114 000000000000102a0b1c6a3dc574dcb580dbdf4855c40c1a2cdb46c70461ae67 30 0.01 vMB 307
132,113 132,113 0000000000000009a2c7969cdd091306971dee532fcb5c27dc05327bacbad050 19 0.01 vMB 165
132,112 132,112 0000000000000dbd4cc13fa9152b83a1e44089afeb09851da775d856a0a15d41 17 0.01 vMB 915
132,111 132,111 0000000000000c3f3791e503476ac5868a3000964d6a35178ccd0ef175b11f39 88 0.03 vMB 178
132,110 132,110 000000000000109791aa18a54d5f58c1ac21201e8c8ebc4d4d0bc3772aace05e 29 0.02 vMB 398
132,109 132,109 0000000000000fa11d224789a73e3b918459f2bf4f681eb5278c22e934996671 40 0.02 vMB 254
132,108 132,108 00000000000008f8880b9c094257c19f518ab12928ace5a6f4bd9f69f3f94e32 10 0.01 vMB 341
132,107 132,107 0000000000000ea673f526112241ebd36eac32c8ca0aee16e5c9f9a46724c292 12 0.00 vMB 246
Previous 10 blocks ↓
Total Size: 779.45 GB

Node Details:

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