Loading Tool

Explorer IconExplorer

Memory Pool

73,959 transactions
27.37 vMB
0.06735086 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 6507dd0064bb348b64ee63a9e5696318272121133de6cb451084b368bc5a5cce
Version 20000000
Previous Block 000000000000000000009418be377a7dbe0bede82ec33cb930177efc69aaeff9
Merkle Root 8aed428785e5f80ab7a3c0edf05e38f07a18b7b2acb9fa3e5ac1e84beeaf0f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.00898488 BTC
Feerates: 100.00 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,252 (519,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,401 395,401 00000000000000000205d706d8420ff11aa8eff70eb6132c5cf601d846db2da3 1,357 1.00/1.00 vMB 23
395,400 395,400 000000000000000008507dd449bcb2b13783d2187947fc7ce57dd77265a98743 1,241 0.93/1.00 vMB 26
395,399 395,399 00000000000000000051ce415c0a5ede4b4c3d3ff66a2ee0fd70383063747fa9 1,430 0.93/1.00 vMB 29
395,398 395,398 0000000000000000009cc7a59fdcf0c19d3b8f1dfc0d8a609fc908de5f33d803 2,213 0.95/1.00 vMB 50
395,397 395,397 0000000000000000006097076d7dda9a6797751986bda387495f689ec88384c0 2,577 0.95/1.00 vMB 62
395,396 395,396 000000000000000004bc1b62a5f4965c90a4d98078ec85723dcbd762b1fa289e 2,224 0.99/1.00 vMB 41
395,395 395,395 00000000000000000914476bdc7dfcef6b3ce78556d0a1af2e98cf7ad2808b88 2,822 1.00/1.00 vMB 74
395,394 395,394 000000000000000003385e7b9e0d244b503777dc8319193186df7ae5658cc4dc 1,971 0.95/1.00 vMB 41
395,393 395,393 000000000000000006c23b9d5328d132c71ca4e0023d687c08928cc9d9730a36 186 0.14/1.00 vMB 58
395,392 395,392 000000000000000001c5fe86f21d590c6d8d1f8948e2b1f5f3ac16ed968dff14 2,999 1.00/1.00 vMB 54
395,391 395,391 0000000000000000072b9826252bc093d5d11d7d86147623ebadb81013f006e9 256 0.12/1.00 vMB 81
395,390 395,390 0000000000000000056713f70b60eb92fa62130f9db338eb5c2eaa8b57d7ef5a 414 0.16/1.00 vMB 122
395,389 395,389 000000000000000007d3ae803b2f210c88aa6eb599283ff00c070d0b52eb90e7 937 0.93/1.00 vMB 44
395,388 395,388 0000000000000000083180407f968e99c2fb757fb9935670084fedef58691943 1,833 0.99/1.00 vMB 48
395,387 395,387 0000000000000000010d26ceb47a75b9c7e9895e2e1767e628f24d259a47d9b0 243 0.92/1.00 vMB 6
395,386 395,386 000000000000000004f6e4e9c79c37545001684a197a34623c6a3a14b6ff1dc9 1,973 1.00/1.00 vMB 45
395,385 395,385 000000000000000006c02a8fe0de0e88a9f185a25e06b004065396de78d035f7 539 0.95/1.00 vMB 12
395,384 395,384 0000000000000000066e016cd8effc0c3017b09727eb8970c353fda3660446d1 281 0.19/1.00 vMB 22
395,383 395,383 000000000000000005c37b4656d97d838f17d3ace694b8c78e5b198ebb688053 215 0.54/1.00 vMB 10
395,382 395,382 000000000000000007c3d316bed4670142aeb930fd440a8f4235bae2ec52cc3f 2,030 0.93/1.00 vMB 37
395,381 395,381 000000000000000006c4b3b76013859e7a5752f5d7da92c2d23a69eb480f46cd 1,987 0.95/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.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: 711.68 GB
    • Received: 17.11 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.