Loading Tool

Explorer IconExplorer

Memory Pool

75,010 transactions
28.91 vMB
0.07830306 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt 741287c746969c689cdd7c5a27a6edcc9528148342f2693bdbda823c2cc45243
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root c2e4cd1b019ca03dd3a2bd7d5e0a54c03e35f48b5765a22d4961f9d615b0ca80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.01829842 BTC
Feerates: 100.29 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (427,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,219 487,219 000000000000000000c31b0e610f7c7601506e79ade8b895ebaa7f5252ccb07c 2,166 1.00/1.00 vMB 72
487,218 487,218 0000000000000000009f2b9d140d0c45c3103c6d716628c1eb5ed2cc4081bcc3 2,237 1.00/1.00 vMB 25
487,217 487,217 000000000000000000335128e75a36fa886b6a4f9078f6585025cf019659d716 2,598 0.97/1.00 vMB 117
487,216 487,216 0000000000000000007eaead4d4a671319b26179359ccfd1e529037ebefe2356 2,465 1.00/1.00 vMB 123
487,215 487,215 0000000000000000004f5d1cdd4b66ca078db620dfc67d524c4e522cbeecca3d 2,239 1.00/1.00 vMB 134
487,214 487,214 00000000000000000011971832eb1e3e2e061c14539c196e262e2822242ece62 2,403 0.95/1.00 vMB 144
487,213 487,213 0000000000000000005869965c71f33e8c59a9714352e2ca71f36c13df0e6d8c 2,523 0.98/1.00 vMB 184
487,212 487,212 0000000000000000006f4efb4a31cbed30e5d4b8a4ad441be6c6c552a6b0d4fc 2,247 1.00/1.00 vMB 173
487,211 487,211 0000000000000000009bec448799e83f2038a9fbb3eecf70fce7399c799b5f2d 2,383 1.00/1.00 vMB 77
487,210 487,210 00000000000000000012022536e3a5b120b7234fa3c09cc090e47c309d21b767 2,063 1.00/1.00 vMB 44
487,209 487,209 0000000000000000001e0b1b268e248165dbf9061d1b6989895b0cb9808bbddc 2,368 1.00/1.00 vMB 92
487,208 487,208 000000000000000000902527cffe469ace468b99e6c0dfb7f373657c8b68b83d 2,619 1.00/1.00 vMB 42
487,207 487,207 000000000000000000a023839466d87fe2d0c16bd606a87dcbd2319e77753dab 2,310 1.00/1.00 vMB 52
487,206 487,206 000000000000000000260bccbb64d99a404fa8898632955f2a3ee1ea16297379 2,490 1.00/1.00 vMB 58
487,205 487,205 00000000000000000064def6795bb789ee9016628f059ff46ae938bfbf8619b8 1,959 1.00/1.00 vMB 149
487,204 487,204 00000000000000000063fb20485f4adc253aada1124e04faee44ddd9c2bbf667 2,522 0.93/1.00 vMB 73
487,203 487,203 0000000000000000007b74a0f709816ec1f6789d72775ea84239e44c4f5d1f21 2,302 0.98/1.00 vMB 163
487,202 487,202 0000000000000000002f05498240b03dc9fe8197c197492c158b9a2e9b389d86 2,287 1.00/1.00 vMB 97
487,201 487,201 000000000000000000ecea11a1396f8ebb6f36d005e75e4d5b777c33cdf4a9a4 2,379 1.00/1.00 vMB 138
487,200 487,200 000000000000000000f0905aa31a5b0d024da7a7e8c1327b142ebcc82f73e321 1,858 1.00/1.00 vMB 135
487,199 487,199 0000000000000000008208ab8a0a8fc27c406b5a64dda7450e0dc4b60e9ff6e7 1,996 1.00/1.00 vMB 194
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.