Loading Tool

Explorer IconExplorer

Memory Pool

43,438 transactions
26.93 vMB
0.08907466 BTC
Random Selection Loading Transactions
Max Size: 140.89/200 MB

Candidate Block

Mining Attempt cd1c76e68ed13a702a2dc2fede11f9785c59a1ab6207d48c319129fb76d49557
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 30c2c41964ba2f8264d7b3f42d6fdf1d76acef957f527bb03b6adb48582a137a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.03819009 BTC
Feerates: 151.16 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (519,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,488 395,488 000000000000000000f5fe87a5f936a7f2a80c9322b09b398c73f096195b6858 563 0.24/1.00 vMB 40
395,487 395,487 000000000000000007dfc701d9ba82e6484c10df4275a568001a522af1828969 1,239 0.67/1.00 vMB 36
395,486 395,486 000000000000000000e5b1c37fb4a30ea322d1919ff455c869973a34aa65c25d 1,651 1.00/1.00 vMB 34
395,485 395,485 000000000000000004c27bc01f5131acbc5c1105cef251f6568a8402fc33db3b 1,993 0.91/1.00 vMB 45
395,484 395,484 000000000000000004eb5e253cc62dad3cbfde9925203e364c6af74f5ead18a6 1,715 0.92/1.00 vMB 43
395,483 395,483 000000000000000001ea80ed51a7c0e2496f84a0be20a435d91b1e1db394b837 1,002 0.87/1.00 vMB 24
395,482 395,482 0000000000000000045cfd72dfbe15c0adef53da77916cea2e282ee3abe599c7 1,812 0.82/1.00 vMB 45
395,481 395,481 000000000000000001ad8e6343428e8f74d85b4ed51e8164e45f7b954fe89958 1,302 0.62/1.00 vMB 41
395,480 395,480 0000000000000000068900a6221d5a195643031582d271621e1fd66d4e795035 537 0.99/1.00 vMB 12
395,479 395,479 000000000000000007f6360106c4fc55c61992f0d291cf675f9f8b5fa07f04b5 1,642 0.95/1.00 vMB 29
395,478 395,478 00000000000000000800146a75e9f2b93b0f4952d1c2177ca0f0070736f1a778 2,109 0.93/1.00 vMB 49
395,477 395,477 0000000000000000083c64ff08ec8d4d268d7f56f2d891d834c5e70ebd4cab92 2,822 0.93/1.00 vMB 70
395,476 395,476 0000000000000000000509df422f61a8e19e17996c0d43dc4b83fd324b5fc3b9 1,492 0.87/1.00 vMB 32
395,475 395,475 0000000000000000074d78ac7663d018cd5dd7b616b69b7436cfad2d3289e2a1 2,657 0.93/1.00 vMB 65
395,474 395,474 0000000000000000013f1467be95cce65bea972cb93c3ac49d77fff4e9896c66 23 0.07/1.00 vMB 23
395,473 395,473 000000000000000004334c4acac69cc530f8f56123b9ba1cd6ebea70ba5e9019 1,494 1.00/1.00 vMB 38
395,472 395,472 0000000000000000039dde079d2c7cc1347662c498abf349998aba56a1d67c51 818 0.48/1.00 vMB 33
395,471 395,471 000000000000000008a134dc97cd2cbd5f487cd3882e0c9bcee9b45727ae01bb 2,780 1.00/1.00 vMB 53
395,470 395,470 0000000000000000065c3c4c988506e8b0adf97f0b19a288d1c9f1f2fc1f4566 69 0.08/1.00 vMB 76
395,469 395,469 0000000000000000046bd308c272068d660ac9b78475cb39863f62c710fef517 1,057 0.74/1.00 vMB 28
395,468 395,468 0000000000000000043bd22c7023393628a106b5e5545e71e063c72a8a194064 1,323 0.95/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.