Loading Tool

Explorer IconExplorer

Memory Pool

35,195 transactions
25.71 vMB
0.05955651 BTC
Random Selection Loading Transactions
Max Size: 131.20/200 MB

Candidate Block

Mining Attempt 7533a577c52ed6287559f6a76428c7abf60b566532ee5d10ef826ecf1699ce33
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 6cb60d08bd90435f559e0a436f0457e94044fb1c8b5d86ddbe30c78d459b9500
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,947
Size: 1.00 vMB
Total Fees: 0.01268110 BTC
Feerates: 145.40 > 1.27 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (418,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,540 496,540 0000000000000000009e546a2183eb90aea183bd153f2d7b3c34f67b4aa6abc5 2,453 1.00/1.00 vMB 181
496,539 496,539 000000000000000000993d4df453a426ea82d7e450bd03fa088a5d0a154358a2 2,623 1.00/1.00 vMB 188
496,538 496,538 0000000000000000006a2da0242df7e4c2dab5969c46dc98dad2edcd86db623c 2,552 1.00/1.00 vMB 149
496,537 496,537 000000000000000000a0221918d009f90b17b2703201262c6d2fab8f784d10af 2,164 1.00/1.00 vMB 160
496,536 496,536 0000000000000000005e910b1b741b8e5d39afb306a221565ce8d50fa4439bd0 2,373 1.00/1.00 vMB 194
496,535 496,535 000000000000000000bf6a42a788c94b8069c1233edc15e3c3e556dc0eae2a6b 2,858 1.00/1.00 vMB 154
496,534 496,534 000000000000000000c526d49f8a0a30f510671fcf5ef8ce888db743827f1245 2,459 1.00/1.00 vMB 144
496,533 496,533 00000000000000000018f42baa2cf030f5e1b908452ee054f96cb360dc9b2ccd 2,460 1.00/1.00 vMB 165
496,532 496,532 0000000000000000007e3a85b837b6c342f2991eb04c0d39e221b237626f9a43 2,650 1.00/1.00 vMB 202
496,531 496,531 0000000000000000005591bb264273492684ef9f696972c2d823a0169abb6a19 2,136 1.00/1.00 vMB 172
496,530 496,530 00000000000000000097feb642c41c8226ada932749de817d9e2aa4104d9c83d 1,155 1.00/1.00 vMB 158
496,529 496,529 000000000000000000a6f9fadce3212799a9e926fd5e1cd4a6ea786eabda47e7 2,476 1.00/1.00 vMB 200
496,528 496,528 0000000000000000002c8fe4629066d934fd2143140d09535f5ec04e221ff55a 2,235 1.00/1.00 vMB 162
496,527 496,527 000000000000000000b7d38bf6fa620e2e1f3951b60617ae9a08224a92c91be9 2,823 1.00/1.00 vMB 143
496,526 496,526 00000000000000000006fdc210ba66da7c52d94c113bb4c528a6d7be61d37335 2,208 1.00/1.00 vMB 212
496,525 496,525 0000000000000000001f5366bc9ff43f91c2ae879945aba1bb66848d2a9e94da 2,490 1.00/1.00 vMB 111
496,524 496,524 000000000000000000afe03915e6c196919aa972cb484d2888ffc0fd0d2ea31c 2,180 1.00/1.00 vMB 166
496,523 496,523 000000000000000000515acc65c52bcb9f665367c7fda1be121b71c9dd09c79a 1,600 1.00/1.00 vMB 122
496,522 496,522 000000000000000000827d2b74481c18aa8c714b75ec3767ca28b0e8c8b97e7c 1,876 1.00/1.00 vMB 161
496,521 496,521 000000000000000000681d1ffd6451b50bc87fae044f35b06a20f6f29b210542 2,152 1.00/1.00 vMB 145
496,520 496,520 0000000000000000000f164bc125d90c63a8714a16598171ef2f2d9ae312492c 2,558 0.99/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 781.82 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: 636.18 GB
    • Received: 12.35 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.