Loading Tool

Explorer IconExplorer

Memory Pool

38,804 transactions
26.55 vMB
0.06418081 BTC
Random Selection Loading Transactions
Max Size: 136.94/200 MB

Candidate Block

Mining Attempt c6fa647b6df480d9b71dc218504184c8081430aad2d4b42005c5e022a868adef
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root a44ba0aa503576eaf61c3f612fb54dea2d6dccfc4f6cb9d375fa44695ad16108
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.01462742 BTC
Feerates: 201.06 > 1.47 > 0.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (818,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,407 96,407 000000000003198357aa21bb24a4e58701f4e40f6b39668f4b7a7df2a3a08480 1 0.00/1.00 vMB 0
96,406 96,406 000000000005b49a517613ba4fda63f1d2b1303ba6fc4ef29696b2fc28ae00b0 3 0.00/1.00 vMB 0
96,405 96,405 000000000007b30ed83c96d47076b9f2ea96660190571a8aab089f362b83a4e4 4 0.00/1.00 vMB 0
96,404 96,404 000000000004259634da93fcfc9c8ba4683b611e9e46bfd739dee3edc65279ea 2 0.00/1.00 vMB 0
96,403 96,403 00000000000719c9b2722ecc97869971f3bf066255474299e2a11b241de9db7e 5 0.00/1.00 vMB 0
96,402 96,402 000000000002889822cf4d13953bbea573b8308ffdd489b78d618e92e22ac53b 4 0.00/1.00 vMB 0
96,401 96,401 000000000004d684c9d2dcff1a4aeaf23f10d6b6b4d62608cd553de36e400419 2 0.00/1.00 vMB 0
96,400 96,400 000000000005f7ef8404dc7f19923759055eef4958e6925ef2d2857191af7fbf 1 0.00/1.00 vMB 0
96,399 96,399 000000000006265043458e42ecef41a7e1841c371b8bab08a93a2ec2bfa9557a 1 0.00/1.00 vMB 0
96,398 96,398 00000000000628e47adb1b71d05ab7bb71b730404e3648f7f3fafcfd018d3dd2 1 0.00/1.00 vMB 0
96,397 96,397 0000000000038b5a6fbae5cc3d7d02651a5f3480e2ad2a8bdbaed90ed97c0d3d 1 0.00/1.00 vMB 0
96,396 96,396 00000000000402180a8c0a3a34995db88ca7d22422effafd262c6ecb42534e59 1 0.00/1.00 vMB 0
96,395 96,395 0000000000033904ab655de1c07ec58e96b4f91d2e8b9e0cf93e663b114bdb2f 1 0.00/1.00 vMB 0
96,394 96,394 00000000000017505bb84c6a4fb265aab5439d0bfe16011bccef7b56e9c12975 2 0.00/1.00 vMB 0
96,393 96,393 000000000004cef79385df5bd88ea8fcaa666257c15e3e301efdf7c841d5234f 3 0.00/1.00 vMB 0
96,392 96,392 000000000002e6e47c70399ba56a4dd7757c48ffe2af0238aa4f276112539671 1 0.00/1.00 vMB 0
96,391 96,391 000000000003499d255532329413dd3a7a887f3e9909a89610a672921e5ff4eb 3 0.00/1.00 vMB 0
96,390 96,390 000000000006f3d77dbe842b3f88243847656af645df2c184c3438e034df906e 2 0.00/1.00 vMB 0
96,389 96,389 000000000003144c6841012a8d5827f175ea15e0c0e29b29c36ce0609f2f5317 6 0.00/1.00 vMB 0
96,388 96,388 000000000001f5acbff32e75f81957e59571684f7a91fe1d6ce67a8da172d2c0 2 0.00/1.00 vMB 0
96,387 96,387 00000000000124dfc51a0a5749c6b41c99ced23548470fa67a113dac3248b5c2 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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.92 GB
    • Received: 12.39 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.