Loading Tool

Explorer IconExplorer

Memory Pool

80,792 transactions
30.81 vMB
0.08204977 BTC
Random Selection Loading Transactions
Max Size: 187.03/200 MB

Candidate Block

Mining Attempt 1b6e95bd4d3914533d266ec5019d414d477149b3bf3a9591e2375e2565924896
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 0b48d1a1da48e484212baa2db2517ae4b425fa4754fb48cdaaee866b577b775e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,030
Size: 1.00 vMB
Total Fees: 0.01585452 BTC
Feerates: 100.69 > 1.59 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (255,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,168 660,168 00000000000000000003d223f3e5379d2050f3f1167ae91e0c622073b7280dd2 2,635 1.00/1.00 vMB 51
660,167 660,167 0000000000000000000c3151478e3bbaa6f7d963e92170a991a05d8bf6884e74 2,293 1.00/1.00 vMB 12
660,166 660,166 0000000000000000000e6e0738b9ceceef9b0238bdbb092cb6d3f32edd8c0955 1 0.00/1.00 vMB 0
660,165 660,165 0000000000000000000132598245339542bdf2ec0d85a103156f2e31ffe6de97 1,649 1.00/1.00 vMB 30
660,164 660,164 00000000000000000003e3a3a25c290ca973b39c34fea9256036ca83b5656e06 1,930 1.00/1.00 vMB 29
660,163 660,163 000000000000000000023e1d634f251ee4b963dcc2411f2f9da209aaf32ac1a2 2,819 1.00/1.00 vMB 81
660,162 660,162 0000000000000000000568b894f73168aa66c783473ff83719fcf4a57faeba1e 2,620 1.00/1.00 vMB 62
660,161 660,161 00000000000000000006fc746d4b884e6de282f4896cf36a0484fe82138b2d5e 2,517 1.00/1.00 vMB 94
660,160 660,160 000000000000000000087929c01ef6d168c20c1ea440a49f0918be418a65d7f9 2,033 1.00/1.00 vMB 42
660,159 660,159 000000000000000000040caef1f6603c7c0a8888e5143f6bea3e8a80139c5be9 1,481 1.00/1.00 vMB 28
660,158 660,158 000000000000000000090913830b5cf024d465642cfabfaccb645cdd50c1d781 492 1.00/1.00 vMB 2
660,157 660,157 00000000000000000000df04af530650b563a8b98f08d6d0500a9651d1b120b9 2,066 1.00/1.00 vMB 34
660,156 660,156 0000000000000000000820f100bb4a4853895257b6e09531a50803b6eb7fd885 1,346 1.00/1.00 vMB 26
660,155 660,155 0000000000000000000d721ecd929ce7aa7d73e0b3fed229e68834d2e715bbfc 1,493 1.00/1.00 vMB 27
660,154 660,154 000000000000000000049fb4c6657081810ec397840e173634ea9c17c603199b 1,044 1.00/1.00 vMB 25
660,153 660,153 00000000000000000001c21daeca74aff065ff17e51bafe3f2cf6db9bfd25e04 1,399 1.00/1.00 vMB 9
660,152 660,152 0000000000000000000323c32803ba5f8e540c6b84b467a948db5ffe75cd2f44 2,049 1.00/1.00 vMB 18
660,151 660,151 0000000000000000000c774582c1252fd20fe5d1a17d7fedf7e8e763f876b7cb 2,016 1.00/1.00 vMB 84
660,150 660,150 000000000000000000046d2ba1522a295975cbbba1c3cc6316685389d5eebd2a 1,559 1.00/1.00 vMB 22
660,149 660,149 0000000000000000000551fd05a29cc6cb307d36a6dea5d7ccff6c2b405d4728 878 1.00/1.00 vMB 8
660,148 660,148 0000000000000000000854af1baca7ef4ecd06d204a67b6159163f9751900790 1,954 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.72 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: 702.12 GB
    • Received: 16.63 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.