Loading Tool

Explorer IconExplorer

Memory Pool

43,708 transactions
28.30 vMB
0.05677824 BTC
Random Selection Loading Transactions
Max Size: 150.31/200 MB

Candidate Block

Mining Attempt 06b732c6d816d5e6e905707685f0da698c32b38a902b778cd0726d1f7749b8b0
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root e38142a568a499e8702cf047c90a40f3715656b36c7d46c03e728f5689e62e8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,306
Size: 1.00 vMB
Total Fees: 0.00340551 BTC
Feerates: 24.95 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (664,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,734 250,734 00000000000000214294e44ef349ccb337b5038d5cfecc2c7a9b086d89d08f20 634 0.25/1.00 vMB 204
250,733 250,733 0000000000000051ef09f02ed6acb3d8ce124057b1e47b82ddf3ec31157c132e 112 0.05/1.00 vMB 115
250,732 250,732 000000000000001cb840f80614ed360324cf9073f0ffce25975a456c0ad41ea2 395 0.18/1.00 vMB 149
250,731 250,731 0000000000000057e7ca8ea451b48c1a92dec0db96dcb880c5b74415e64ee67f 319 0.14/1.00 vMB 136
250,730 250,730 00000000000000118588fefd11cdcbca65c14e71b9d1afae909364f6adc7e5b7 80 0.04/1.00 vMB 92
250,729 250,729 000000000000001d62ba75df423a2c92156017198328968d12dc6c4b2b7dfecf 362 0.14/1.00 vMB 174
250,728 250,728 000000000000001de7dbab8a990a100a1dae9260cea82f5bf8fad45c80a2d189 97 0.06/1.00 vMB 74
250,727 250,727 000000000000004e82ccfc7d8e21768900c40451ab4e754969cbb1289998a2ac 581 0.25/1.00 vMB 115
250,726 250,726 000000000000004a07537a7dd7db72046200b7fb89ebf651e8e152ae2548197f 159 0.06/1.00 vMB 98
250,725 250,725 00000000000000479501a77e2ba9e1aa9f8c7239565d34d0ba6d2ee0b9d4defd 401 0.15/1.00 vMB 121
250,724 250,724 000000000000001d6c83ae3749cf80849442df8156784c31815a837ec90b3c7a 286 0.12/1.00 vMB 117
250,723 250,723 0000000000000037c8ccbf59811c3ac43e3eb24964502c398283b46ae5d88ca1 628 0.24/1.00 vMB 122
250,722 250,722 000000000000006abbf8f6ecb5f74caf281077c90b1facd09ddee3a64fd29feb 3 0.00/1.00 vMB 15
250,721 250,721 00000000000000661e2281acce5a8a9db9c99c70faebdec3a74b72333b41abdd 86 0.03/1.00 vMB 148
250,720 250,720 0000000000000013be62db46164bef4640f0ef80b703ab9f9ad0beaf0627909e 181 0.09/1.00 vMB 87
250,719 250,719 000000000000006287abc6e672fdb944bbb8d6ee1ce3229a414aab534a4d1af8 126 0.05/1.00 vMB 121
250,718 250,718 000000000000002a97a02b2ed9d027e5f1afb0adc45317f0da482db8438c8b76 84 0.06/1.00 vMB 14
250,717 250,717 00000000000000223562b5fac3ffca639e52cc0186e28fc2ca835f8473d42cf6 632 0.25/1.00 vMB 109
250,716 250,716 0000000000000049a66bc01dd478cd3a8ed0c30ed54e67b49327c27a252b8db8 455 0.25/1.00 vMB 81
250,715 250,715 00000000000000489cd7985e28d89e0c31f2149922d9a5daf2bfda2fed22d4a0 475 0.19/1.00 vMB 106
250,714 250,714 0000000000000047c9149f929a7368ccda6eadb4b35a6c1b2fd4ec0a6d7a3bb7 256 0.14/1.00 vMB 133
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.