Loading Tool

Explorer IconExplorer

Memory Pool

76,945 transactions
28.70 vMB
0.07650643 BTC
Random Selection Loading Transactions
Max Size: 173.68/200 MB

Candidate Block

Mining Attempt b8ee8b5bd2d35b22c2b0f1c9becfb54aaf5fd4ff205ffac55e992d3cae3c4505
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root 1f84228dac5ad59fdb8ca25d984f6ed45da27fe6679485d4e95d0a8ac0caefa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,056
Size: 1.00 vMB
Total Fees: 0.01693782 BTC
Feerates: 100.17 > 1.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (327,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,028 588,028 00000000000000000017e7faeff9236bd8e64efe2b7e59dadd64805b08ffb48f 2,173 1.00/1.00 vMB 31
588,027 588,027 0000000000000000001aa8bfae79d09cec8f73d6a295aced731dbac6576ca036 1,966 1.00/1.00 vMB 52
588,026 588,026 0000000000000000000ccf6299bb4684c7bdf69a25534f2fa0a7e103dd9c5387 2,900 1.00/1.00 vMB 50
588,025 588,025 00000000000000000018ce95d0c94ccd4f44d61a3a26503356e15ce10716fe21 2,824 1.00/1.00 vMB 13
588,024 588,024 0000000000000000001cbab2aa92f4c3a93e97413a828a8c951cf89f8514a4bc 3,320 1.00/1.00 vMB 54
588,023 588,023 00000000000000000010d27fccc18331efeaf9699b257236f8f4d708eca96362 2,592 1.00/1.00 vMB 35
588,022 588,022 0000000000000000000968fdbfe2b476d0d25e421b9273893eee04ce4172b564 3,066 1.00/1.00 vMB 51
588,021 588,021 0000000000000000000104ae5162c9ba9c080631c74e4258b61e3aa11d7268e4 1,258 0.45/1.00 vMB 5
588,020 588,020 0000000000000000000ec2030f5aec75b5f061bcc11ad424311cb88654d71899 2,891 1.00/1.00 vMB 31
588,019 588,019 000000000000000000049000137f36a60fc80882bd89bec4228b9f1074caf675 2,638 1.00/1.00 vMB 42
588,018 588,018 0000000000000000000bc615be55331e45f812d89f7b1909ef3c5d5164c8a11f 2,331 0.88/1.00 vMB 25
588,017 588,017 000000000000000000101e4957c6154926b54fe02b8f3083fb1579d9be904edb 830 0.25/1.00 vMB 5
588,016 588,016 000000000000000000117cc396521aeb3d5a9c69beb24532560ffe2baa6318d5 2,184 1.00/1.00 vMB 42
588,015 588,015 0000000000000000001dcdae238b7b2720eef64ce24865ec221e6d1fc861845a 2,673 0.86/1.00 vMB 19
588,014 588,014 000000000000000000134fd2765e754dc7719887070c6ea99260ff1f98aa4faf 3,425 1.00/1.00 vMB 44
588,013 588,013 0000000000000000001498ec3c9796a44b53b8b70186920d15a5e34afcaaa719 1,032 0.42/1.00 vMB 17
588,012 588,012 0000000000000000000ba68c82d9b620cf028f0642c833a5eda92dbf68d5a3fb 1,740 1.00/1.00 vMB 9
588,011 588,011 000000000000000000142df46d2c541739c84f88ad6fa569e591dd59fa42cf19 2,983 1.00/1.00 vMB 47
588,010 588,010 000000000000000000131cb1d06d392fe94d107dd30307d380ee3d7bde482f8e 2,412 1.00/1.00 vMB 16
588,009 588,009 000000000000000000163cbb27002a8c3d52250075855448e3500b251ea8e9e9 3,399 1.00/1.00 vMB 39
588,008 588,008 000000000000000000127c258ffd61b435beab61881e0c9910bed3e12b00f97f 3,089 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.