Loading Tool

Explorer IconExplorer

Memory Pool

72,423 transactions
27.87 vMB
0.05905290 BTC
Random Selection Loading Transactions
Max Size: 165.54/200 MB

Candidate Block

Mining Attempt de2e51992cc15bc96f4a13785126f2d34c3ab02eedcbd7748012d89fb46e20c6
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 2ca3a41d58d4718c1dc7728d917d7b57dd11a13e8756d01f7efadbc00f5f8e08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,772
Size: 1.00 vMB
Total Fees: 0.00346413 BTC
Feerates: 12.53 > 0.35 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (219,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,595 695,595 00000000000000000007182dfb6e9b981350a90838d3d490b9b0e627da65e31f 2,643 1.00/1.00 vMB 36
695,594 695,594 0000000000000000000eb6c7eac3161275ef7370279d4d611cf3a1507abb50a8 2,995 1.00/1.00 vMB 12
695,593 695,593 00000000000000000004be78f664e53607d9a16d4df771fe67df32055e65a25b 2,950 1.00/1.00 vMB 31
695,592 695,592 000000000000000000044a5beb7970a2593363eaf2781d3438f4abcd64676552 2,695 1.00/1.00 vMB 22
695,591 695,591 0000000000000000000360f1980a0b2d9427577c8b3534eaf122e8766c9a396d 2,804 1.00/1.00 vMB 34
695,590 695,590 00000000000000000002792659bae85cd712326d6b8230240a1aff5281073e55 3,318 1.00/1.00 vMB 22
695,589 695,589 0000000000000000000c0cfe0c69c8f831a83b52f5cb6799ce9ea695545b8899 3,284 1.00/1.00 vMB 34
695,588 695,588 0000000000000000000ef36ab2815b71aeb6e69e8e797b700e90059ecd7bb230 2,644 1.00/1.00 vMB 20
695,587 695,587 0000000000000000000254e3488e1267857949a49314f320da504d957f41c1eb 2,984 1.00/1.00 vMB 31
695,586 695,586 00000000000000000004381ec8b61b312842e3c22ad89cc7f88f69a91c465c0d 2,907 1.00/1.00 vMB 20
695,585 695,585 00000000000000000007e557772e03d0ed21f0fe18f7aef2b232291cdba2425c 2,836 1.00/1.00 vMB 42
695,584 695,584 0000000000000000000ea15014f90bba109a5f6be9ff4c05c3805f0d1d8662ee 3,254 1.00/1.00 vMB 24
695,583 695,583 0000000000000000000c0a04a9a10f75955edcb25dd9681a8d3ecfe33c460c20 2,320 1.00/1.00 vMB 19
695,582 695,582 0000000000000000000a2e173f082dc2d1bdd90ddd5b93dbfad68eb0ff2a87f4 1,219 1.00/1.00 vMB 8
695,581 695,581 0000000000000000000542387cfcb59ce3c626b2ef0ed2437296d0533b467667 1,499 1.00/1.00 vMB 10
695,580 695,580 0000000000000000000136a1f093deba61d5cbb852e2ac30c4dc9452c385f431 1,731 1.00/1.00 vMB 11
695,579 695,579 00000000000000000001f99a5ee7da67cfa4f9dc73fef2831cddfeeb03927454 1,359 1.00/1.00 vMB 6
695,578 695,578 000000000000000000046d4184ad2a303f3e521bc9ed435606f381d6fdd6e013 2,843 1.00/1.00 vMB 7
695,577 695,577 0000000000000000000af009ec8b3a0dc436b4067abea1247e7a8be9d2bc8c9c 3,111 1.00/1.00 vMB 7
695,576 695,576 0000000000000000000b716e7f453b6786bb3dd46d68c052428ae0122acd8146 2,674 1.00/1.00 vMB 33
695,575 695,575 0000000000000000000dd18fc1bf1e416a8386f231c6f2e437cb491b4755b853 2,975 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.51 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: 668.60 GB
    • Received: 15.54 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.