Loading Tool

Explorer IconExplorer

Memory Pool

46,186 transactions
28.56 vMB
0.07678055 BTC
Random Selection Loading Transactions
Max Size: 151.84/200 MB

Candidate Block

Mining Attempt db067b845136dfed8612f8b5a1f1418122685b6b7d8792d5e208e312d6c7a3d5
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root e71fda810e549075caf1188db2d8c9402b89fbff62f903a97db77b6b87cc7f4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,076
Size: 1.00 vMB
Total Fees: 0.02261711 BTC
Feerates: 100.23 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (680,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,044 234,044 00000000000000f3f40db8786248622e7ac88d7cc7bb9ebf5a7655a35c8d7158 197 0.07/1.00 vMB 91
234,043 234,043 0000000000000188412e78498d4b85c5d1fc149ed8136040daf68945c9ab309c 429 0.25/1.00 vMB 120
234,042 234,042 000000000000011d536d8a672c2a36e9db50012616ec55ac7a9989cad3b4d966 407 0.25/1.00 vMB 71
234,041 234,041 00000000000000674141fe03d295eac83c2076c079af5eb21c353001593be53f 60 0.02/1.00 vMB 159
234,040 234,040 000000000000007b03bfe71d64046068d2ca51650c6001874d8848b2a0ce1931 302 0.11/1.00 vMB 1
234,039 234,039 0000000000000089a46da1c2c5ff0a189eb6e5c771a9dd3efb4a552760e17463 98 0.04/1.00 vMB 134
234,038 234,038 00000000000000d7321233d87fff1915f4787393c21d5f6b27d4c89a3eb8d8d4 219 0.08/1.00 vMB 130
234,037 234,037 0000000000000115000a25e47508a3d215efceafd7495661132c71ea8c9e87b8 291 0.14/1.00 vMB 117
234,036 234,036 00000000000000df8f2fc74365f9bdbbeacbdd21006c577b09925f4802dca540 140 0.10/1.00 vMB 83
234,035 234,035 00000000000000490b6fd346dc2d3bc9966927f4c9bb43b121bde8162091e587 35 0.01/1.00 vMB 101
234,034 234,034 0000000000000173380d46a5d1a5c969c7c66d1b7dcb28be26921dff57ac90d5 342 0.11/1.00 vMB 6
234,033 234,033 000000000000012d00f43337f21b6fc39c20f5c1ceb81407c3e713ef4daf0757 113 0.06/1.00 vMB 113
234,032 234,032 000000000000007d7c9d9bf8480a9b183b82590b5b4a82769496fa3027a7e3dd 276 0.15/1.00 vMB 40
234,031 234,031 000000000000002ff75f7c1389d6db389a7111b488aa827625ef182ed6131eb1 338 0.15/1.00 vMB 170
234,030 234,030 0000000000000109e0e3aaeaef0072b558d4bc4adec6167b8b544c9da3e130c4 537 0.22/1.00 vMB 199
234,029 234,029 000000000000001d0bafa297372944367d3c9dfc2ad08eda5b17fd0e8c8e7fe6 174 0.15/1.00 vMB 23
234,028 234,028 000000000000013585ee5769705b88d8a5441175f3a33dda1481eee7ce637fc8 293 0.11/1.00 vMB 210
234,027 234,027 00000000000000bb23e17134aa9f6f6a9cc8ad9b1ec8303978d59f1eda34c622 272 0.12/1.00 vMB 157
234,026 234,026 00000000000001648faa62ec0c408d46b762cd5563fcfa38b97ac8ae75a0fea7 298 0.15/1.00 vMB 146
234,025 234,025 000000000000008a43a05d2d99662d74ecfa9a62df0910159e5298fbb5084430 28 0.01/1.00 vMB 154
234,024 234,024 00000000000001070a7e6d3dfe09f04d6fcaf9d081a2a7df0b6a596642bbde18 393 0.16/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.