Loading Tool

Explorer IconExplorer

Memory Pool

80,786 transactions
30.06 vMB
0.12570174 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt c091b4e432a4f5c8aba23f18f78583a666763647dce659daa5ab832b784d51ee
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (335,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,932 579,932 0000000000000000000b2598b2e40bd5cc17e7fcd7e63e3f38485336f995d44c 682 0.27/1.00 vMB 45
579,931 579,931 000000000000000000073fc6e0fcde4944645bfb55260ec3ba8a699acf3785aa 1,614 0.71/1.00 vMB 73
579,930 579,930 0000000000000000000c65aea8cffce7d753e79722886ebed5535314f0db7b7f 589 0.27/1.00 vMB 47
579,929 579,929 00000000000000000025b1ab4b1d8a2c6b26eb3835c529f4a2f8a1f5e47e5fd9 1,897 0.71/1.00 vMB 30
579,928 579,928 0000000000000000001a7fcb5c1c2f221ce4222539da5ce60e67118e16e00cd2 461 0.14/1.00 vMB 46
579,927 579,927 0000000000000000000d6c17319072bb177bad45d13957fc5a3fe50cacc96e44 1,947 0.72/1.00 vMB 48
579,926 579,926 000000000000000000025e84668cfc1f30aa509282321af9680480cd3f2889f4 3,005 0.99/1.00 vMB 48
579,925 579,925 00000000000000000021c0f16e6ae0869ea007aaff4c9c4a6d5647c5b39e85f8 1,504 0.52/1.00 vMB 42
579,924 579,924 0000000000000000000876b08efe9e89c9efa5ead94678cf846c4008410ef819 682 0.25/1.00 vMB 44
579,923 579,923 000000000000000000001f2b6f76f6f4a22e3b256ef116ccadf5af804f0251a9 2,576 0.96/1.00 vMB 13
579,922 579,922 00000000000000000019580086a5e9a7924f0f7641e42cd4060fc6a7195f8db4 2,762 1.00/1.00 vMB 61
579,921 579,921 00000000000000000004c4bbcd783c0684b064bcd0980d1b903a3e9a1becad38 2,666 1.00/1.00 vMB 86
579,920 579,920 00000000000000000009d2b3db26bfcd8615c45831e5dc9560d4722601e2242d 1,197 0.42/1.00 vMB 28
579,919 579,919 0000000000000000000338d0ccaa8c9f1f878d27a173a8462e7a62c2c02fb59c 2,769 1.00/1.00 vMB 41
579,918 579,918 0000000000000000001ad286cb260bf8091a04a131a2dd0fc763cd6b28843a06 2,397 1.00/1.00 vMB 27
579,917 579,917 0000000000000000000f81ee3377ad23980014419d3242b6073f2060c52d1072 2,864 1.00/1.00 vMB 61
579,916 579,916 0000000000000000000f55c085fabc259c4a3037cb5dba84221e742011b2a4b0 2,806 1.00/1.00 vMB 84
579,915 579,915 00000000000000000001124290d7230b0e35edf098075c67715c77d2257da636 2,935 1.00/1.00 vMB 65
579,914 579,914 000000000000000000243e15def113a491e254dd6c02227ec7e9af2016dd9d33 2,613 1.00/1.00 vMB 74
579,913 579,913 00000000000000000020ec4777280afbfc878cacfdf9cfd44453a4e6e4b29ed0 1,362 0.49/1.00 vMB 53
579,912 579,912 000000000000000000037d16ff81546b65c09fd1ef00ab9305cf5e205c592bba 254 0.09/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.67 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: 673.16 GB
    • Received: 16.42 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.