Loading Tool

Explorer IconExplorer

Memory Pool

43,826 transactions
28.32 vMB
0.05717927 BTC
Random Selection Loading Transactions
Max Size: 150.46/200 MB

Candidate Block

Mining Attempt 0ef9671d42cc7721d30f25a7f58460e56f9add6e77222c219f1b683e82ee2323
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 87d3cb16be7e22560d8b0fdc94a0a19f0406f86ab910eddd1badaceb5ba6bbd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,291
Size: 1.00 vMB
Total Fees: 0.00365559 BTC
Feerates: 43.26 > 0.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (370,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,520 544,520 00000000000000000012265dd9b52ed51f0be223be48e55166efe8f8da35074c 1,985 1.00/1.00 vMB 30
544,519 544,519 00000000000000000020d2bfc807c3f07ab9f8ab31ee968e4753f67e782d8a1a 1,957 1.00/1.00 vMB 21
544,518 544,518 000000000000000000257a0c1f95a4215dda914a6d3478b64ab013446bec5ed8 2,613 1.00/1.00 vMB 20
544,517 544,517 000000000000000000063665daea10752750e4ecd513ee776eafceeb8daeb889 2,808 1.00/1.00 vMB 34
544,516 544,516 0000000000000000000b722db9bde039cab932f0bcadf94e102014577e93e1bc 2,529 1.00/1.00 vMB 17
544,515 544,515 0000000000000000001319c768bca893aedefd294d531929b099c0de66c8dc94 1 0.00/1.00 vMB 0
544,514 544,514 000000000000000000215f9aaea5c81b9af1539d12886a0b594d15813ef4f0ef 2,292 1.00/1.00 vMB 20
544,513 544,513 00000000000000000009aa3fa5deb924acb5dd7779c36194d3637e55ccfea164 1,973 1.00/1.00 vMB 17
544,512 544,512 000000000000000000169dcfb0fa5bebfeaa41eadb92c455c90bafae56092d8a 2,441 1.00/1.00 vMB 30
544,511 544,511 0000000000000000001da168b576ee174614a9c02b326850488a32ba0e5f422a 2,918 1.00/1.00 vMB 28
544,510 544,510 000000000000000000103faab801d916d927a85c9f9d01d657c50e14ad173ce7 2,666 1.00/1.00 vMB 33
544,509 544,509 000000000000000000110d3d71d6b404261f02aad9ac79ca39f519cb0b700813 2,647 1.00/1.00 vMB 22
544,508 544,508 00000000000000000011af63e2aa76c82b1d952ce7db17a4de23dc0b1c9d890f 2,644 1.00/1.00 vMB 20
544,507 544,507 0000000000000000000d97314a8fa7e94776b9483cedc3cb770e15494e34e00e 2,944 1.00/1.00 vMB 27
544,506 544,506 0000000000000000000b19cf2044c668bae1414156daeace7b9861b55d24b7d9 2,478 1.00/1.00 vMB 33
544,505 544,505 0000000000000000001803d8810b63cf62df2871cb476eb8b66a94a8d2a290d2 2,762 1.00/1.00 vMB 32
544,504 544,504 0000000000000000001491ff0abcd262de0f63adfca1972144bdd733dff70aaa 2,875 1.00/1.00 vMB 40
544,503 544,503 00000000000000000006249becc25cc454c02097be7d76dee79a01e7928c109a 1 0.00/1.00 vMB 0
544,502 544,502 0000000000000000000f55985fb1070e1509a06b86c05959a1cb8a6b48a16697 2,664 1.00/1.00 vMB 42
544,501 544,501 00000000000000000000bf62d72a30c1b9b56b4c56ddd6bd5b735ef27f0e25d3 1 0.00/1.00 vMB 0
544,500 544,500 0000000000000000000d8cc90c4a596a7137bc900ffc9ddeb97400f3bf5a89b9 1,674 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.79 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.