Loading Tool

Explorer IconExplorer

Memory Pool

74,396 transactions
27.45 vMB
0.06969730 BTC
Random Selection Loading Transactions
Max Size: 167.62/200 MB

Candidate Block

Mining Attempt 578e810421339f303ca11de072e9ed809d89df161917e85fdb0eef701ad1a0a4
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 3d5cc9a0ef43fdc2f0a8d8fffef762829be527dd6ad54642c5c4ec6bca35dc24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,020
Size: 1.00 vMB
Total Fees: 0.01127738 BTC
Feerates: 91.30 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (230,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,709 684,709 000000000000000000086b1578bd1715adb96c4cca269fda450a7b6b43f2a6a0 2,085 1.00/1.00 vMB 99
684,708 684,708 00000000000000000009a7294123fc0519c0994eb2d0428c399e02eb8d0c714d 1,569 1.00/1.00 vMB 56
684,707 684,707 00000000000000000005ae1164da4557ccf9bd34d4902abc447d164a29f19c7d 2,147 1.00/1.00 vMB 20
684,706 684,706 0000000000000000000ad87de999b1614f389dddad9ed4a39e76b826db293bc6 1,488 1.00/1.00 vMB 45
684,705 684,705 000000000000000000093b8c28559b247d530f47e1d401d96c6802a686a51d6e 1,859 1.00/1.00 vMB 185
684,704 684,704 00000000000000000002e3aeb6aa4a5ad98ce84221c1d4c273ff4b3b5acb048b 1,809 1.00/1.00 vMB 114
684,703 684,703 00000000000000000006e2b5b2864bff7f1b2a00e1befbfb7ab15bfe696339fc 1,113 1.00/1.00 vMB 105
684,702 684,702 00000000000000000005ce7e304f97dd80a5c75bc7ead91e29a29bb79ec6b649 2,341 1.00/1.00 vMB 124
684,701 684,701 00000000000000000005278b3b0d99196ded30c92edb64181abab711fb47527b 1,741 1.00/1.00 vMB 31
684,700 684,700 0000000000000000000a54781ac1c60e1a6872b1b7af69c677bdb7156f01c5da 2,260 1.00/1.00 vMB 40
684,699 684,699 00000000000000000003b9fbce7075a5b8bb551aab43436e3004fddeffd1c01e 1,749 1.00/1.00 vMB 58
684,698 684,698 0000000000000000000300db7322d18c50218a6722e287e6359a2ce437e744b4 2,615 1.00/1.00 vMB 92
684,697 684,697 000000000000000000095a238483b02490d9989f602619991fbcacb70530ca35 2,747 1.00/1.00 vMB 99
684,696 684,696 000000000000000000058a4521a44af7bb22089755df18f35ffeee604de77e95 2,310 1.00/1.00 vMB 86
684,695 684,695 0000000000000000000abed96bd4b856426b53edb8ddd820a48d036be8dfbfc6 1,718 1.00/1.00 vMB 114
684,694 684,694 00000000000000000006b7951de95f952098590763ad075f4e441843e99b6098 2,634 1.00/1.00 vMB 135
684,693 684,693 000000000000000000005bdbbbfb6c5628422661aa5bb453d42bb9c77e090816 2,224 1.00/1.00 vMB 106
684,692 684,692 000000000000000000066112dc45d8317b7c625a77d6f6659ed8192c991721a4 199 1.00/1.00 vMB 112
684,691 684,691 00000000000000000004e83fa73a44d2f39a80e192c0413df3b99cb9497650af 2,156 1.00/1.00 vMB 129
684,690 684,690 000000000000000000057dc784deb56655e549fe0e1ffbfc59b9b62cda3dbbce 2,845 1.00/1.00 vMB 142
684,689 684,689 00000000000000000004e01c992b95bc57e2d9f7856e8f5ffe249a7aad3848f0 2,208 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.