Loading Tool

Explorer IconExplorer

Memory Pool

40,357 transactions
29.13 vMB
0.07070259 BTC
Random Selection Loading Transactions
Max Size: 148.10/200 MB

Candidate Block

Mining Attempt 776d6a851269418856bd1f1c47f6044d1ac6cf33187b661695556281e9aa3cad
Version 20000000
Previous Block 000000000000000000002d312f5f75d3d5d6ffc7c092bd392bfb8f8123a61db0
Merkle Root d259a0fe82005bc6ea135dfae0b0a2b05ffa061e2a3915a5e991b7a851d452fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,947
Size: 1.00 vMB
Total Fees: 0.01378497 BTC
Feerates: 101.59 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,587 (820,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,377 94,377 0000000000054a37cbd9185b347a4aa12ba18d6fc2285b8cb51c0c7087379765 1 0.00/1.00 vMB 0
94,376 94,376 0000000000008c1f4725f33fbfaf48284c0d9a08bdb36a47ed348e48ae47c097 6 0.00/1.00 vMB 0
94,375 94,375 000000000008471ac29c2cc5f094252137db858a14e13243df4b86e3153caf2d 2 0.00/1.00 vMB 0
94,374 94,374 0000000000048e6ea2a14763ba4ff7edb0f2565930b4440fe6c8cc2950029f92 1 0.00/1.00 vMB 0
94,373 94,373 00000000000229e8a76f9a7e6797259465f7f84789d67cf20510bc76e43a1ec4 2 0.00/1.00 vMB 0
94,372 94,372 000000000005c5472c0ec4954d133e932ae0a12e935f77a32546bdafd6db5c33 3 0.00/1.00 vMB 0
94,371 94,371 000000000003291f53c8f6607073535cb7e6c371d1b88d91809b6a07d7ba32ae 1 0.00/1.00 vMB 0
94,370 94,370 000000000003baa7405678bfe1bee3a161409c2e534c6723c2183e394679c2fc 2 0.00/1.00 vMB 0
94,369 94,369 000000000003edcdbe83e378bf183044fbb6b6986d5b9afd8be392bb48d37d1b 1 0.00/1.00 vMB 0
94,368 94,368 0000000000097634d0009b17706323f2daeb4ae6367602574fe5098c97c1360f 5 0.00/1.00 vMB 0
94,367 94,367 000000000007918374912ee09a8b47d593c84f5338a28e3cb159dea4369ece3f 2 0.00/1.00 vMB 0
94,366 94,366 0000000000094917016826a9756bb0b0698e3ecf96783d137b7290e52b1940e0 3 0.00/1.00 vMB 0
94,365 94,365 00000000000609b20841262f4cf305e31eb6e5d8607519a6c9014a6d74de3f3b 2 0.00/1.00 vMB 0
94,364 94,364 000000000001d4f67d98231f572bc341fdd812b532fb4f056bc1db8e2c3560b6 1 0.00/1.00 vMB 0
94,363 94,363 000000000004c4260ca05f1ebd447b98b36a22d252ba9ccf543d784fdcc6739a 2 0.00/1.00 vMB 0
94,362 94,362 0000000000041439c471d505c4be89207989c32e1a54e2965f20a40b49583224 4 0.00/1.00 vMB 0
94,361 94,361 000000000008adb0b9993c2be56cf658b5ff3e44418dc8315dc3709a7fba1cfc 1 0.00/1.00 vMB 0
94,360 94,360 00000000000669de300fb4bb126c218fdb743a35c4505cfb12c829b8c41b34d7 2 0.00/1.00 vMB 0
94,359 94,359 000000000006720da157e4f29bedce846441aa83230a8635eace4620645d31df 1 0.00/1.00 vMB 0
94,358 94,358 0000000000021670c0d1ea2d067dea7a48a6d5db2cfbfa77a712919f73fe4cfa 2 0.00/1.00 vMB 0
94,357 94,357 00000000000008da2258c1f93a8e9ecd9e90c6ae2b4f774eb11ceb204479e00e 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

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