Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.63 vMB
0.07445228 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 9003def2d0637919f639e3859a8765fac5868b88b4efc39e03d3285a91da032c
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 15aaf6bdace1723f6a5c4ceed8ccfce093f863753bc28757c68a34cfb59882e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,021
Size: 1.00 vMB
Total Fees: 0.01404140 BTC
Feerates: 150.98 > 1.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (185,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,060 729,060 000000000000000000033c632105d0dea0c61a4db3252deee0def038c77ad312 1,006 0.45/1.00 vMB 9
729,059 729,059 000000000000000000057e0f983a792bf61769957bd51fc832192daa1cfc084f 157 0.09/1.00 vMB 6
729,058 729,058 00000000000000000007b803b1c6dc55aa62708e492602fef2f16c190333dfff 158 0.07/1.00 vMB 8
729,057 729,057 0000000000000000000811db59389866ccde5da2990feecacd3676460908b45e 138 0.09/1.00 vMB 6
729,056 729,056 00000000000000000002da891cee642d7ad972957347baeb905627b64454083f 517 0.31/1.00 vMB 6
729,055 729,055 00000000000000000000e2c2a09f450331d4b0c8318d6a65702746d70fb19a86 556 0.25/1.00 vMB 10
729,054 729,054 00000000000000000000b75796760f51122f8de9c0df6b9e0467127da421531c 932 0.54/1.00 vMB 7
729,053 729,053 00000000000000000000318017db0eb8d32f7fba07638ba174ea3746c14535d8 279 0.12/1.00 vMB 7
729,052 729,052 0000000000000000000a187638f768c3d2a1d042a110a20d63b6b9942955ffd2 294 0.20/1.00 vMB 6
729,051 729,051 000000000000000000080c5f9a5d63daeabfa54f54a453d7feef8453ff19a6ab 198 0.09/1.00 vMB 8
729,050 729,050 000000000000000000061d816bc119165da4af391fc459970510e3b3f0bee9ca 2,215 0.84/1.00 vMB 11
729,049 729,049 000000000000000000070d794381630de79742ecc518d43c3752510098b588f5 360 0.20/1.00 vMB 10
729,048 729,048 0000000000000000000133c21e78e574a1c6866c96bbabde2aae858efa255142 1,874 0.99/1.00 vMB 6
729,047 729,047 000000000000000000062fdb8f39e44841cb243a2848c460175660a1878b1340 1,688 1.00/1.00 vMB 11
729,046 729,046 00000000000000000002fc5235f31abf4f19e6b5dda0d57312bf387ec8450dc1 662 0.35/1.00 vMB 6
729,045 729,045 00000000000000000002d4e5ae0348cee120e3c18b994644ea57f9d70ac5b828 156 0.13/1.00 vMB 45
729,044 729,044 000000000000000000038f67528e3512fce7065b028dd1fd9dcdce13d6b8ed24 359 0.16/1.00 vMB 10
729,043 729,043 0000000000000000000a2b7e1d21eabbc4871996fc3278e9c0e2b31cbdafe540 59 0.02/1.00 vMB 10
729,042 729,042 0000000000000000000190987893746881cdd501def67f90b4e3ecaa3047826a 753 0.30/1.00 vMB 9
729,041 729,041 000000000000000000014013509bee4bac94d1ac06a5eb5f043dcc3acdecf581 1,003 0.55/1.00 vMB 10
729,040 729,040 00000000000000000004eb75e94b11f96f54d7e8e1a571aacd41494d194b068e 421 0.13/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.