Loading Tool

Explorer IconExplorer

Memory Pool

46,044 transactions
28.53 vMB
0.07579710 BTC
Random Selection Loading Transactions
Max Size: 151.60/200 MB

Candidate Block

Mining Attempt d7690100ef6a30705aec8c8ba56dfb2c383d4a373c0887ca599eabf796f00b7d
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (419,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,231 495,231 0000000000000000007ed81dbe5f6a5042b563ae98ccecdb2d40dc4d76d498f5 2,625 1.00/1.00 vMB 98
495,230 495,230 0000000000000000001583b9d3635dc2f9c4f79c4ada747628999d887d09beb5 2,579 1.00/1.00 vMB 148
495,229 495,229 000000000000000000229b5826b63b94e466e650983aaeff35d0c1fcb5696867 2,091 1.00/1.00 vMB 395
495,228 495,228 000000000000000000a17a9e3e8fe9734e2447b4b36d2554578f5fccfd6021eb 1,730 1.00/1.00 vMB 360
495,227 495,227 000000000000000000ae8fa748781901bb6a39af309d34c1f213e88c553cfc45 1 0.00/1.00 vMB 0
495,226 495,226 00000000000000000054286fb1fe8a27289fd09c610e5725c1b342c41eb6788c 2,462 1.00/1.00 vMB 95
495,225 495,225 0000000000000000002509e81d7cd1cdf6cd55f9835946a4165df4cc8cdf5acf 2,209 1.00/1.00 vMB 266
495,224 495,224 000000000000000000c6414c85598525743ac53289a9a96cd1103dbfa7634795 2,404 1.00/1.00 vMB 94
495,223 495,223 0000000000000000004e3c9d483093f88760b3c4c7083308785f6c880f81ab31 2,341 1.00/1.00 vMB 151
495,222 495,222 0000000000000000004e28f4ac32943593dc7e35717f3a2a5f36c94243c51b22 1,816 1.00/1.00 vMB 241
495,221 495,221 0000000000000000002d01ef487ce4142bc60e26c07befab19ee501f05720f1c 2,117 1.00/1.00 vMB 413
495,220 495,220 000000000000000000914cdaf4c220f7977869bf884aa566d9065963fd4c88a8 1,533 1.00/1.00 vMB 104
495,219 495,219 0000000000000000003aa02c38d3724629e6863cc8155170f2d2b94610cd8ec6 1,543 1.00/1.00 vMB 348
495,218 495,218 0000000000000000005e96c14f291104ceac9713a863aae03ab475cc9f8941d1 673 0.37/1.00 vMB 145
495,217 495,217 000000000000000000180d77831b05e3ec9e726b0aa8104edd697eec565887eb 2,055 0.85/1.00 vMB 51
495,216 495,216 0000000000000000009cebda00cfcee732b964a8b498938bc23693e60fc7af5c 1,943 1.00/1.00 vMB 170
495,215 495,215 00000000000000000057d817e009626d4800991373b44c36a8b8a46bdfd4697b 1,738 1.00/1.00 vMB 130
495,214 495,214 0000000000000000007248d481c3899555472a5966015e001e332c99610ba361 1,175 1.00/1.00 vMB 99
495,213 495,213 000000000000000000a21c6b2208a8d6b1b3b844206750c26d2dd5605f45b744 1 0.00/1.00 vMB 0
495,212 495,212 0000000000000000001f4fb3790223d1f369061632f1d9068f78a59ea8e9ce45 1,810 1.00/1.00 vMB 69
495,211 495,211 0000000000000000007ee357d7b8259780cdd6446cf263a161fa1c8303c17a7b 2,098 1.00/1.00 vMB 47
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.