Loading Tool

Explorer IconExplorer

Memory Pool

39,100 transactions
30.88 vMB
0.06910834 BTC
Random Selection Loading Transactions
Max Size: 154.27/200 MB

Candidate Block

Mining Attempt 18a046625a7d951f2278b4dc41e0d446130ba5e492da5e36e0bba30ee6cab3be
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root efd30735a4627b4c95c40ac2667ebd1f0eb9f9edb2ddb716a97a0eb64738af17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 550
Size: 1.00 vMB
Total Fees: 0.00641075 BTC
Feerates: 101.13 > 0.64 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (556,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,157 358,157 00000000000000000c2f9700e2577542f805ee2f5e1bd967a87142deb4a645bb 977 0.49/1.00 vMB 26
358,156 358,156 000000000000000003a3e479c08e9e3ac58b43c4313ff5c4f5d387ca4ee88fab 2 0.00/1.00 vMB 0
358,155 358,155 00000000000000000512ab68e89dc243c2ea1f31bf75eacc45ca2665e7bce7d8 682 0.37/1.00 vMB 24
358,154 358,154 00000000000000000a27aa2e4f64d553c04fec775f48d1017d29da472a2105d5 728 0.36/1.00 vMB 27
358,153 358,153 000000000000000003f5e230b6903e66de51fe679b3f8c5ba69add88879e4a2c 761 0.39/1.00 vMB 22
358,152 358,152 00000000000000001548be2d42c4acadd2add7bd72234daa83343507c69f1a1d 1,058 0.56/1.00 vMB 29
358,151 358,151 000000000000000003c85e474a635f86085b7d2b25cba17bda7458f8c444c31a 184 0.12/1.00 vMB 17
358,150 358,150 000000000000000001b804314f08311a59fd0ef6bdfe473cbe1937eb099d5337 195 0.16/1.00 vMB 7
358,149 358,149 000000000000000015ec0a8a4289fec5f139c701ae3de4393befdd7693378e64 1,510 0.75/1.00 vMB 20
358,148 358,148 000000000000000004236454eb8f11812e84c0e26a1f259b78116f49052fbc17 850 0.75/1.00 vMB 28
358,147 358,147 00000000000000000b25bf4b68685bb19a981bba26d6f4fe3c8dae1c5cf34740 1,653 0.75/1.00 vMB 35
358,146 358,146 00000000000000000fd3196943c62826b72732c4eb428bd5775c3c4d72c62b3a 395 0.36/1.00 vMB 18
358,145 358,145 000000000000000009080fe6c667d479abd64595887ce3ebb33b1615ff40e736 1,027 0.75/1.00 vMB 20
358,144 358,144 000000000000000016195f3d2b1a66c296b679d400cede74f80d46d3015b52e3 1,423 0.75/1.00 vMB 28
358,143 358,143 00000000000000000d1cad4149ea6e12c6884211c5a384228189bc45fd4f63be 2,048 0.69/1.00 vMB 41
358,142 358,142 00000000000000000401391cb14a5f4769446dd89523342f305344af8b6a6eeb 1,382 1.00/1.00 vMB 17
358,141 358,141 0000000000000000134c3c2ea3960a551206d80ae14ceedb3a17efe18dac05aa 2,508 0.75/1.00 vMB 48
358,140 358,140 00000000000000000b9e6c1ce35e6e06c01b1f381840bcd9297f307cb1e6aae8 130 0.10/1.00 vMB 15
358,139 358,139 00000000000000000a24f7005c2519217bd35bdeaa621515dbf1c791a1fbcf33 277 0.19/1.00 vMB 18
358,138 358,138 000000000000000006424791949b4b6f509c6a171ff905bf9eb19077fd17a2f0 905 0.51/1.00 vMB 25
358,137 358,137 0000000000000000061fbdba284d19cd3b98c72370d60d28d53ae33b6de31f6d 1,057 0.58/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.62 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: 625.27 GB
    • Received: 11.59 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.