Loading Tool

Explorer IconExplorer

Memory Pool

45,285 transactions
29.81 vMB
0.10388005 BTC
Random Selection Loading Transactions
Max Size: 154.25/200 MB

Candidate Block

Mining Attempt 4465c9533874b28101123c5164afcb548bccdfadeff3aa944a7f5a7a91831d1b
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 1ba2091f7e7e08ba0109e6c1628bcc1ccd552cf1bc3c770266930d574e4718d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.04475287 BTC
Feerates: 302.06 > 4.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (469,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,085 445,085 0000000000000000012e0423896a583aba0e1fcfda564b9b64c4489d33687f98 723 0.32/1.00 vMB 68
445,084 445,084 0000000000000000012125130aa9011dfc879d88b1d8569abdacf91dc717081d 52 0.02/1.00 vMB 69
445,083 445,083 00000000000000000300e85db66fe3a9c8e940afa51a214c9e988ee528de0833 665 0.26/1.00 vMB 76
445,082 445,082 000000000000000002d2f263ab305af03d87353a450363a7230b75e61dd7ef5a 765 0.33/1.00 vMB 71
445,081 445,081 0000000000000000030f48b565a59a608b228824da617cb45f72d4dd47c9396d 133 1.00/1.00 vMB 1
445,080 445,080 000000000000000001ae85ec87898ec91778bf21159d2eda46c3fd1535f867db 1,286 0.54/1.00 vMB 75
445,079 445,079 0000000000000000008498cd4d785f55a4e7d2873dfd60eef3e417a4b3333b48 1,280 0.49/1.00 vMB 68
445,078 445,078 0000000000000000018cb77364e1b3d93f3a49f878390723aea7acbd117ea07f 1,005 0.42/1.00 vMB 66
445,077 445,077 0000000000000000034e96060a90820e470669a3ce1edd1d1ad22cccc42d778f 247 1.00/1.00 vMB 3
445,076 445,076 0000000000000000004d24dd978f9b05d91b3d7656b7e8eb01ab1edd30cabafe 1,000 0.40/1.00 vMB 60
445,075 445,075 0000000000000000019ccc30d0fd7c42e315e7e2f1a84b5444f1dde945ffd2b7 1,936 1.00/1.00 vMB 87
445,074 445,074 000000000000000002010546d1c5e170633cc1b3a7f81aa7f4980d1fa2ee0c50 2,808 0.99/1.00 vMB 55
445,073 445,073 00000000000000000119c1e0358e1cb5f26505fb5a0e3917772d132b66e5a008 2,767 1.00/1.00 vMB 89
445,072 445,072 0000000000000000026a901ddd7b4aed5cdf1310f8c8a2ca0c232ee280106343 2,802 0.99/1.00 vMB 59
445,071 445,071 000000000000000001eda4b1b6e0252828650ba63c841cb6496e6c8573faba74 2,707 1.00/1.00 vMB 95
445,070 445,070 0000000000000000025c8e1a8101cce1c134b19f2f53a8e81265fb77e24d6823 574 0.28/1.00 vMB 74
445,069 445,069 000000000000000000bfa59a7223c7e856f26d290a2540a65ac6e72b1174b413 415 1.00/1.00 vMB 10
445,068 445,068 0000000000000000008523141f08aec84fc826ea84112f21f69df038454a6564 1,622 0.83/1.00 vMB 55
445,067 445,067 000000000000000000dcae917e78d9b2f538de941b1f463accb31d9a449bf542 2,813 1.00/1.00 vMB 88
445,066 445,066 000000000000000001bc729ee8716386e58dc194d7796986d0b5a1afa1d7a174 271 0.11/1.00 vMB 77
445,065 445,065 0000000000000000018e3b8da3acbb566d63257b5965af3eb23ab75e7ea0e663 279 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.