Loading Tool

Explorer IconExplorer

Memory Pool

80,955 transactions
29.81 vMB
0.07466837 BTC
Random Selection Loading Transactions
Max Size: 179.93/200 MB

Candidate Block

Mining Attempt cdffad419d41033cfcc4b5ef2ecd3a6745002f57903397063de4cba84a6cfa5a
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root de55ffb25ec0264b9926a7128fc9ae2d6af996ae1a2fe80f348834c5c0d8045d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,926
Size: 1.00 vMB
Total Fees: 0.01307423 BTC
Feerates: 151.12 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (201,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,134 713,134 0000000000000000000965692b9a3836490367168665b5494474226e5b3a3d0c 2,384 0.94/1.00 vMB 9
713,133 713,133 000000000000000000064967e53896ebff8ad1a54043465feaf64c593278ab22 798 0.42/1.00 vMB 6
713,132 713,132 00000000000000000005231385265bfb237410823f1109f13b85d72671736dd6 1,704 0.76/1.00 vMB 4
713,131 713,131 0000000000000000000b9ea78be8ae5e2c11b5a2e71ccbd587eb67763e275e0a 2,731 1.00/1.00 vMB 11
713,130 713,130 00000000000000000001b5eb7b996cc5d4657566d8d0c70f6a48765dc172a505 3,210 1.00/1.00 vMB 14
713,129 713,129 00000000000000000001f86b44419d05bdb4f2cdd0c168446f44ae657030f2dc 471 0.17/1.00 vMB 9
713,128 713,128 0000000000000000000c5989457129aad183d9c0ec7f1f4d1ef7bba52af7388e 1 0.00/1.00 vMB 0
713,127 713,127 0000000000000000000702eb84d988651d53a9b2dcd10d22bb582c00c22f79bf 1,225 0.43/1.00 vMB 9
713,126 713,126 0000000000000000000593310d3b0cdc082af49f38b8a1611239072aef8433a8 2,967 0.96/1.00 vMB 9
713,125 713,125 000000000000000000039bc976c3f11f580c841dfc3da5b2dbbbb98ed77a0e34 977 0.34/1.00 vMB 8
713,124 713,124 0000000000000000000bb3832fad1b8096fa2df11c49e6244910a3de0d61fa67 1,932 0.60/1.00 vMB 11
713,123 713,123 0000000000000000000b8d6ab6d0f21785b8d29476fb051c1fabb61d4e3c9f3f 1,757 0.57/1.00 vMB 13
713,122 713,122 0000000000000000000966323b5c0bf7d5d8307ff334e03e0b85f498fd014c47 2,009 0.94/1.00 vMB 8
713,121 713,121 0000000000000000000c96d4c10dc5b6729c75fe0ac2aed113df5b6557b3c1fc 3,109 1.00/1.00 vMB 9
713,120 713,120 0000000000000000000c404783a68617883e66be1d9a82e55476b7e075ee36c9 693 0.26/1.00 vMB 6
713,119 713,119 0000000000000000000366bb9b61fcdfabf63c1fbfff289cb68c76123262a994 377 0.14/1.00 vMB 8
713,118 713,118 0000000000000000000c70b05b23a3fd9061267a2cc0bbc6cbe753cc16a29209 2,387 0.72/1.00 vMB 9
713,117 713,117 00000000000000000006db22d0c1ec382e71b15b386267e8cfbffd6aeeedcd84 1,754 0.59/1.00 vMB 10
713,116 713,116 00000000000000000002bfd8402c935f8eccb2b374829c6a5040a27656926a3c 1,225 0.48/1.00 vMB 9
713,115 713,115 000000000000000000089a0b70441bec7240653e1889a643e0526e92d471b998 2,691 0.87/1.00 vMB 9
713,114 713,114 000000000000000000002d00953ee4a89794a4f9f1809a3421a523ea3457aaea 759 0.28/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.