Loading Tool

Explorer IconExplorer

Memory Pool

43,456 transactions
26.59 vMB
0.06383577 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 919350031b23550be29075c6e99f6332137bebd7aaf3492c1101c9d65dfbf41a
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root fe6edfcf9a6909ee7f90bbf04fb744e252ec747e66213360bff9eeb9c835dec0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,509
Size: 1.00 vMB
Total Fees: 0.01507957 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (284,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,497 630,497 0000000000000000000d000a8b98bdab96d7141bfaa28c2c839bc243ca5dbfa3 2,421 1.00/1.00 vMB 185
630,496 630,496 00000000000000000001f2b998c8f122da54c47fdd06ce48c4b52007c9955348 2,997 1.00/1.00 vMB 194
630,495 630,495 00000000000000000000b8af28ba5c64f2850d5007bdc456e1b49bce67226700 3,040 1.00/1.00 vMB 204
630,494 630,494 00000000000000000001e383b104c405a27fcfedc1966ee1d6dbc9f17f2d1c87 2,646 1.00/1.00 vMB 67
630,493 630,493 00000000000000000010bdf0baa759f9f990c1254bafce0e78eebf36fdc5070f 2,574 1.00/1.00 vMB 135
630,492 630,492 00000000000000000005d1836469944b8dec8484c79f47ad093ad064a46d62e0 2,613 1.00/1.00 vMB 75
630,491 630,491 00000000000000000003f861ec3cc95f00e84a9354824016b5695a10cbe5e7c3 2,552 1.00/1.00 vMB 134
630,490 630,490 0000000000000000000e480e5c9a469b34523f48cd7550cd949502462b4a7451 2,975 1.00/1.00 vMB 124
630,489 630,489 000000000000000000077101652ebc65fd6a7965d3f6c419aa6e602102f38e7f 2,260 1.00/1.00 vMB 175
630,488 630,488 00000000000000000009b7991783bd82f0532200f8c376e960efa8998a094737 1,611 1.00/1.00 vMB 156
630,487 630,487 0000000000000000000a4f89dad2c2cb826f642aaf8604465438ffc0290aa96a 2,224 1.00/1.00 vMB 180
630,486 630,486 0000000000000000000d95e37cb69b25e7e177ab966e967b55dd16a7adc7bb41 2,567 1.00/1.00 vMB 145
630,485 630,485 0000000000000000000d018523f56f393eafb553ff3f80d0a8a2517b9d0b5fc6 2,787 1.00/1.00 vMB 134
630,484 630,484 0000000000000000000f35758a0aa35937dfeb9e6ee9c3c90bd272840246fd54 2,410 1.00/1.00 vMB 137
630,483 630,483 00000000000000000001e35c040701a021f09776c2c561aca1c27495eb4ba490 2,981 1.00/1.00 vMB 185
630,482 630,482 00000000000000000010b6efc7c71a3d5bcf25f923515ee6a6a0e58414b6464f 2,287 1.00/1.00 vMB 64
630,481 630,481 0000000000000000001177b3e67f5ddea7891c394ca639d15c5f5b441680f0b6 2,483 1.00/1.00 vMB 104
630,480 630,480 0000000000000000000bd713c4166b7e14f47a945cf148dac65f90f539c17745 2,373 1.00/1.00 vMB 103
630,479 630,479 0000000000000000000429b241060d9e6beeb55843c616c6ebef557ba8d0c6da 2,689 1.00/1.00 vMB 108
630,478 630,478 0000000000000000000a4d9c5d350309e864b5b28986b9df4af2435a17745380 2,252 1.00/1.00 vMB 148
630,477 630,477 0000000000000000000db44fc17aeb4e1a11234205017bdc77861e9f41e4f9bf 2,932 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.