Loading Tool

Explorer IconExplorer

Memory Pool

41,051 transactions
27.36 vMB
0.12793063 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt fde39dc7d4ce4d7413ca69b48a05db9650bacb37bd7071a522bca799eb29068c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root cde96b954508cad247da905c55d83729c8afdcc545da67b0a37f0689fff490d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.06908891 BTC
Feerates: 285.90 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (500,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,038 414,038 0000000000000000047f27a6c48e135f02c4e6ecdba818bc3e6f718eb16d38cf 524 1.00/1.00 vMB 14
414,037 414,037 00000000000000000342c21a944952918bee6130079e1edcd3d20e10d441f232 1,939 0.93/1.00 vMB 65
414,036 414,036 000000000000000001bc2aed9fc01e0b575f61c6d13e676571f08f84613e7c03 1,811 1.00/1.00 vMB 43
414,035 414,035 000000000000000001031fcb87f8c406080dee1bf4d93d59572b6cc7c6525bd0 1,880 1.00/1.00 vMB 48
414,034 414,034 0000000000000000035a67a9c9a4919d61abf46fdf5e4a9b9c59cbea76135c0a 1,248 1.00/1.00 vMB 34
414,033 414,033 00000000000000000070cf8b69a2500b7b5b78f2596f5c41569403e39fc903ae 801 1.00/1.00 vMB 20
414,032 414,032 0000000000000000057d9734ba014d51526d345c819786e62d9a5166ed6f1c8a 659 1.00/1.00 vMB 39
414,031 414,031 0000000000000000020e378fc922eb0d6b2b01e9fcc830fe2fd597d13bea646b 970 0.99/1.00 vMB 48
414,030 414,030 000000000000000001e2bcc1ade2292c558bc941dd7be79db51fa08bc80ce985 266 1.00/1.00 vMB 13
414,029 414,029 000000000000000001a5c41ed29723e930f76f7fbdcb57e7c611513efd314384 380 0.25/1.00 vMB 22
414,028 414,028 000000000000000003c2a994892458168e478b64a04b035ff60a0d9c6b8aba08 1,721 1.00/1.00 vMB 54
414,027 414,027 00000000000000000196e4a10f5a1a9a219b62fe0b5fcc60c0e391089100364c 531 1.00/1.00 vMB 19
414,026 414,026 000000000000000000cc1b28c732dcc4c2be3dad3bb31df4db5f3f4dbcd5b885 1,184 1.00/1.00 vMB 20
414,025 414,025 000000000000000001b617c3a21862439d971143ae74e2525cf1a6e4b7fd5fe7 1,606 1.00/1.00 vMB 40
414,024 414,024 000000000000000002ebe06537f71e589760d5cacb5c57a3835834aec95454f5 1,953 1.00/1.00 vMB 52
414,023 414,023 0000000000000000057dc5c57fd1ab8da6288b8e86e6d60bdbea52da56048245 1,867 1.00/1.00 vMB 64
414,022 414,022 00000000000000000559addd48b897c1ee96a1fbb47adfc9295d556dffaa4165 934 1.00/1.00 vMB 63
414,021 414,021 000000000000000005620b271105e4817b6244add8cdb5e1d1031562aa2db206 818 1.00/1.00 vMB 60
414,020 414,020 000000000000000001d21a7d30a9ae9dc09227c91ccd40dd0d3b4b61c6fb51b2 395 1.00/1.00 vMB 55
414,019 414,019 000000000000000004dcfd9afb05f9a2627a2ac28ba85ebf173424c13da3aa7e 814 1.00/1.00 vMB 60
414,018 414,018 000000000000000003e900ae099e62287c91765cf3bae33c45c793f3ff97aa13 72 0.09/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.