Loading Tool

Explorer IconExplorer

Memory Pool

78,801 transactions
29.88 vMB
0.07627629 BTC
Random Selection Loading Transactions
Max Size: 182.50/200 MB

Candidate Block

Mining Attempt 4c84082bfb0361531bfd6ddd6ffe0993dcdce73ad64c9e7cf3b88f55a2e0f9e1
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root a20788363b0e4284e64573b0b68c5ddac864733a2867dd62ee1d438e27dc7734
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.00997316 BTC
Feerates: 150.58 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (434,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,436 480,436 0000000000000000010c2e0d7117cc24cc4b033a83b42cecb3132fc2539684a3 841 1.00/1.00 vMB 28
480,435 480,435 0000000000000000008b18dc34ee701bd5326a5730ada54e66e0ef58a92eee9c 580 0.23/1.00 vMB 121
480,434 480,434 00000000000000000109a46058e891f68e5106e2937e46d00544d369d5f403ee 779 1.00/1.00 vMB 55
480,433 480,433 000000000000000000d4579806cadf6781d593e4f89ec117fcc49b94d9eae62e 1,754 1.00/1.00 vMB 61
480,432 480,432 0000000000000000011d30b07a4fa229532cec843fdf4044c4cc1a77e318ecc9 1,706 1.00/1.00 vMB 153
480,431 480,431 000000000000000000856508818b4cbee11a029c130da702e74ba3ace566e369 1,685 1.00/1.00 vMB 139
480,430 480,430 000000000000000000186b59fe8755fc34941e98bb4ee8fd9b767bb0db9c2c3d 1,799 1.00/1.00 vMB 102
480,429 480,429 00000000000000000050fe4559122a279636be89b20b2e1b227cb695f6a7e3d8 2,099 1.00/1.00 vMB 83
480,428 480,428 000000000000000000060b9b59e8211cf6c34045b936664b329cb10a22fca00a 1,411 1.00/1.00 vMB 133
480,427 480,427 0000000000000000003854fec30cf636005030ae7d6869047f9b2317515886b7 2,200 1.00/1.00 vMB 184
480,426 480,426 000000000000000000e23d86f60c588b5cc476b4fb78afb7522f80cf224c85f6 2,227 1.00/1.00 vMB 235
480,425 480,425 000000000000000000801626d8716b36a1bb85d9061bbb599706c5788f8665dd 1,890 1.00/1.00 vMB 110
480,424 480,424 0000000000000000004955d2a61c055506c2b4dbad7076fae58773ff1d25adf7 1,056 1.00/1.00 vMB 14
480,423 480,423 000000000000000001261d10a0ee7239c39f6ffd88acf25cf30beb4b45fcba7e 1,607 1.00/1.00 vMB 115
480,422 480,422 0000000000000000010675aa0851b564f3d4e8bd9a71a3f52a61df27597e9093 1 0.00/1.00 vMB 0
480,421 480,421 000000000000000000d4829d5030bc70ec5e6385454b3ca7c87f75d042b5e695 2,624 0.99/1.00 vMB 204
480,420 480,420 000000000000000000546e8ad0552f1202d6681b8c6298b2c3891bed3589a032 640 1.00/1.00 vMB 45
480,419 480,419 0000000000000000003fdcdde8f7b47dfd61417eff6a1934aed9a3125492225b 1,390 1.00/1.00 vMB 10
480,418 480,418 0000000000000000006476c131487bfe7c0fc32e67823390f2f7c3cbfd2ce0dc 1,910 1.00/1.00 vMB 106
480,417 480,417 00000000000000000049865d560554af0f32b07d5bd7177936d4a8f11c3d3aa9 1,884 1.00/1.00 vMB 118
480,416 480,416 0000000000000000007daeb964e58dfffaddea6e1512b36771c33c977f8c25db 2,142 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.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.