Loading Tool

Explorer IconExplorer

Memory Pool

18,644 transactions
11.00 vMB
0.03562577 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.77/200 MB

Candidate Block

Mining Attempt e143ebbc82d030e1ca5a996eb0a309e6804e7b286938f6b7fe5b6332518209aa
Version 20000000
Previous Block 0000000000000000000014b0e0c3ffdcd0c6f82f657121f2e5c5dea8833d7c39
Merkle Root 0dbfdbd110414aae30564defa0ab4e11e14d4591a59f62df6c22eaa6bcee1b8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,036
Size: 0.99796725 1.00 vMB
Total Fees: 0.01787515 BTC
Feerates: 100.32 > 1.79 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,807 (747,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,339 166,339 000000000000074305ffdb3319c0b215fc54194f16375d15421be93d245b5a3c 24 0.01/1.00 vMB 77
166,338 166,338 00000000000006efee785fb6cd98bcc98ed40d48cae913fe3956030bd44c0e79 30 0.01/1.00 vMB 0
166,337 166,337 000000000000095901d1ab9249c4edcff877a3fe760fc27dd11d7f166eb55e3f 3 0.00/1.00 vMB 94
166,336 166,336 000000000000070433f3ee78fb55bb05531932f65a91960449d1721e6970558b 23 0.02/1.00 vMB 136
166,335 166,335 00000000000006dce7b5a39a9e3ca2febccfbd4642628c28bc28ab6e45253f6b 13 0.00/1.00 vMB 69
166,334 166,334 000000000000016d3e4a945d3466f30680c05a2d073740bcc777bdb32afe956e 20 0.01/1.00 vMB 78
166,333 166,333 000000000000075c4a368c6ad3bcda0eedf06df53f1380daca50ae01db6c68f6 19 0.01/1.00 vMB 172
166,332 166,332 0000000000000619b587f811374d5999399e7228d455833a862085522cbc1c93 14 0.01/1.00 vMB 62
166,331 166,331 00000000000007ec344e1fec4f16fa4712c076a3952a505216f6706bdaa706f1 10 0.00/1.00 vMB 680
166,330 166,330 00000000000007d146418b0da90929b285bbbd16458458635e0c738425f0ec5a 52 0.03/1.00 vMB 78
166,329 166,329 00000000000004b65cf113bcf421096e61e11d3d33ad9ebd5ee33ffda1a37f29 51 0.02/1.00 vMB 74
166,328 166,328 00000000000004e0e2245a428d80ba7ad3f50a4bf01c78eb11fc8539151d7b9b 120 0.05/1.00 vMB 38
166,327 166,327 0000000000000a665865450b9171b0b1725067a21f782875b5db4af774b67016 28 0.02/1.00 vMB 67
166,326 166,326 000000000000032b191e9cb6c3636b2af72b0b9855a6cf7178553e1eede7941d 49 0.02/1.00 vMB 80
166,325 166,325 000000000000050048c7da4d87c8e2d1d38a7649338d5109a4e86d887647c843 21 0.02/1.00 vMB 33
166,324 166,324 0000000000000295aa4e36edd509a77a51ad0be961c31f5427dee42c9687f5c0 10 0.00/1.00 vMB 49
166,323 166,323 0000000000000bb9046207cab8ce0d95092b6006bada10b4b44f8ba227c3d931 67 0.02/1.00 vMB 93
166,322 166,322 0000000000000bac49ab9ab6184bf547492ee2c5bb0d97f136fb9cb3a065aa31 22 0.01/1.00 vMB 95
166,321 166,321 00000000000002d3945c2367b18e3959124e5c9fce4bc54aa379f0b5341f5168 7 0.00/1.00 vMB 122
166,320 166,320 000000000000022f2965ccfd424231f649163caeb16960ae607a8ebe951cd788 22 0.01/1.00 vMB 168
166,319 166,319 0000000000000af2c094fcf928caad9d6842ba18c5702d932cd731ca9c4807ba 40 0.02/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.25 GB
    • Received: 4.43 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.