Loading Tool

Explorer IconExplorer

Memory Pool

84,949 transactions
32.79 vMB
0.15186713 BTC
Random Selection Loading Transactions
Max Size: 195.69/200 MB

Candidate Block

Mining Attempt 38b126b69172727234aa5addc7da721195173972a4ccbe8d3fd9f77ddd66d306
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 705e3becc86de0dbce7af5d99fd1399855ab99e07fa0942da58e0f0c7fb33f62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,582
Size: 1.00 vMB
Total Fees: 0.04676649 BTC
Feerates: 318.30 > 4.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (441,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,396 473,396 000000000000000001258ea207a670fa874af14f3a92e7c9df67b055220b51fe 2,186 1.00/1.00 vMB 393
473,395 473,395 000000000000000000ed2a9f249b94ae637397d7bb71358542ec1dd3a706ef21 2,273 1.00/1.00 vMB 314
473,394 473,394 00000000000000000079321fa3132e647a403b9bf7f50161e5642ef544481f49 1,758 1.00/1.00 vMB 278
473,393 473,393 0000000000000000008927c803cff596affe4c0a631f1331d53acad71834894d 2,220 1.00/1.00 vMB 416
473,392 473,392 0000000000000000017c890ae88ff4f73a4de58f4ba24baa4c0b7c09c02f2b93 1,657 1.00/1.00 vMB 315
473,391 473,391 000000000000000000d3e39f82306e02959247e428bafe9ff2ceec11181c848a 2,548 0.99/1.00 vMB 354
473,390 473,390 00000000000000000088a5b746c5733e33d4008deb4798797c5d668a1ed82224 2,592 1.00/1.00 vMB 416
473,389 473,389 0000000000000000015e79c52d18a755899c8ee49e9d7f2a46844076cc2c27ef 2,767 1.00/1.00 vMB 357
473,388 473,388 0000000000000000010427b238d8135a7ed6e055df81cbc69e498e444da3d7f1 2,324 1.00/1.00 vMB 480
473,387 473,387 000000000000000000adfc2ec7201b0f80795ff31e2ea43474ad636158659e80 1,983 1.00/1.00 vMB 285
473,386 473,386 0000000000000000003846f236b8d2ec95405429cdaf69baebd7f0c7aa7ed69f 1,876 1.00/1.00 vMB 190
473,385 473,385 000000000000000001163ac620747af7e233c9e4d8236130e09343694deb46d9 2,278 1.00/1.00 vMB 313
473,384 473,384 000000000000000000e4f04b3adfca6b006d65401dfd624444d902fe54fa6cdd 2,141 1.00/1.00 vMB 280
473,383 473,383 00000000000000000175ceea94ddc37e9912850df361aff8eda34bc995993878 1,833 1.00/1.00 vMB 289
473,382 473,382 000000000000000000ae673720bddf3d23f2d8f39bedd87ee243c72559d27f8d 2,342 1.00/1.00 vMB 337
473,381 473,381 0000000000000000005368c061e38b44d4be582ed1e241d215652dc28f949b9c 2,362 1.00/1.00 vMB 434
473,380 473,380 0000000000000000001b0b8babd08f9ec6ca0e6d27ddda66013ea18d7e6ee449 1,965 1.00/1.00 vMB 296
473,379 473,379 0000000000000000004075e4b2a7a0ea632b41fbe2fcc4e26517645c32c038f6 2,047 1.00/1.00 vMB 243
473,378 473,378 0000000000000000001c1bb2395d2655bb473efed1893fb3927fdcd9136c1630 2,233 1.00/1.00 vMB 325
473,377 473,377 00000000000000000132756a3899242030334f0e496b87cf9d7cfcab418141ba 2,180 1.00/1.00 vMB 381
473,376 473,376 0000000000000000014684377c6a68d540f78f1cfe63ac22e291e2b96f3d7be0 2,308 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.