Loading Tool

Explorer IconExplorer

Memory Pool

51,490 transactions
30.20 vMB
0.25620371 BTC
Random Selection Loading Transactions
Max Size: 159.21/200 MB

Candidate Block

Mining Attempt 9b747a1e0f852fe18975d0f4e50cd5fcbf42b7320ed208f82496e96ffe76f4d2
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 6b3b9be4b04a0dc230a46d2cfd10059bc0f988e87694ccd8b74347f2bdb7c303
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,719
Size: 1.00 vMB
Total Fees: 0.08086625 BTC
Feerates: 211.33 > 8.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (303,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,924 610,924 00000000000000000001a7958b7a802d1f20df60607f343512431891070f5eac 2,639 1.00/1.00 vMB 12
610,923 610,923 00000000000000000005ef9f92e74981cd618988a506606f868c84b380503ec0 2,494 1.00/1.00 vMB 20
610,922 610,922 00000000000000000013079d3fc0599020e4b9015936a23ff2986bcd47c330b0 2,747 1.00/1.00 vMB 44
610,921 610,921 00000000000000000003f5975c66cdf0b2c2f8a57586e2d4ee2e9e974e554a32 470 0.15/1.00 vMB 4
610,920 610,920 0000000000000000000909c60872147cd52c77c05e0ea7d6326062ef4c076977 3,222 1.00/1.00 vMB 14
610,919 610,919 00000000000000000012a5d5e92d0f9fd0311ef0bda9aaaa3479f502df2432d0 678 0.24/1.00 vMB 13
610,918 610,918 0000000000000000000d85be177fef109610e11ca789965a8f6288717a75da5f 1,526 0.45/1.00 vMB 9
610,917 610,917 000000000000000000101fb76334a163cdcda7d571ce80fdecb30b14595111c7 1,881 0.74/1.00 vMB 9
610,916 610,916 000000000000000000021b2c325bf01676ebcba8131a32a704984a318531a977 2,740 1.00/1.00 vMB 3
610,915 610,915 0000000000000000000f9f6a969a9cc90b1c6134e475fdaf0a30f758e08cd14d 2,446 1.00/1.00 vMB 19
610,914 610,914 00000000000000000008e1307e8cee29ded8370c17f4dcd9298c39091d5d1734 296 0.12/1.00 vMB 7
610,913 610,913 00000000000000000013ebc08eb7a08f34697fc1fcb366a5d71b6b82cadd277b 2,297 0.92/1.00 vMB 11
610,912 610,912 0000000000000000001393db51a001c2a089bf38e15e11d8a665544f728b7cf7 2,591 0.87/1.00 vMB 9
610,911 610,911 000000000000000000064b40c3229a23e2426ed4fca17333a7ef5e8cf2f6c965 2,646 1.00/1.00 vMB 14
610,910 610,910 0000000000000000001198267813fe1830def5195a7612446ccea160e2468548 2,786 0.89/1.00 vMB 5
610,909 610,909 00000000000000000007a80f0ff77c4ba8774c696e13b0de81fd415103296439 2,499 1.00/1.00 vMB 23
610,908 610,908 00000000000000000013e7e607aee29dc66ae64e698c0a7e2f6bdd71f242234b 1,520 0.48/1.00 vMB 11
610,907 610,907 0000000000000000000fa2906ec0616cd8f6cf4ef4d31e6971809d9c2c282ce8 2,867 0.91/1.00 vMB 9
610,906 610,906 0000000000000000000e574da5127886143c15886f292bbbe388db4c48a4e1c0 2,158 1.00/1.00 vMB 9
610,905 610,905 000000000000000000031548bffd1e991932ecc9d889d2f88c36fab8f3596143 2,853 1.00/1.00 vMB 2
610,904 610,904 0000000000000000000197f5b88d828b786f276ec0cee18b1fb4f295076f527b 2,505 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.87 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: 644.08 GB
    • Received: 12.61 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.