Loading Tool

Explorer IconExplorer

Memory Pool

76,828 transactions
28.63 vMB
0.06733673 BTC
Random Selection Loading Transactions
Max Size: 173.67/200 MB

Candidate Block

Mining Attempt 8b4ae6da65a24324efbcd32371198877839f2ee6b05d39256e6fa74c0d0e7ba5
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9b9eb2bc9da0a4b4ea5b60458ada609d435edfa2b17eb8ca4d37e83cbf5953ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.00761152 BTC
Feerates: 60.16 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (542,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,283 372,283 000000000000000004d203075d82077024709c4f09346dceac608e5b8c2857b1 1,311 0.57/1.00 vMB 67
372,282 372,282 0000000000000000070cc2b12619514c09ea1d666380f4de37563b4f6b259187 665 0.50/1.00 vMB 36
372,281 372,281 0000000000000000037c25691a1630575274e9faeef09e4fb95a5c9ce1f168f3 1,094 0.75/1.00 vMB 32
372,280 372,280 0000000000000000007df3a5717731b70448d6cb141918282776ddc8cddeeedf 2,408 0.95/1.00 vMB 78
372,279 372,279 00000000000000000960fbdb684fed70de7bca2a5e9edc81fcf03aa78b6ac9e5 1,378 0.93/1.00 vMB 32
372,278 372,278 000000000000000006a03550289ace33eb6a012386244c77f4fa76acd8200fc5 140 0.12/1.00 vMB 25
372,277 372,277 000000000000000012b8249114cdbaaaa173a854c1366b9ef7ecd6d9b4e31670 457 0.41/1.00 vMB 27
372,276 372,276 00000000000000001129acff6fb1c3f60464c9f0c61b576c0dd83175bf77ff7d 300 0.16/1.00 vMB 33
372,275 372,275 00000000000000001216f34f1a3bb26b948db3d2764b3912206ccf4b308c0881 145 0.08/1.00 vMB 36
372,274 372,274 0000000000000000125bf9e0892d7d7f03dfba4c2a4c4285ae415897d3d1bcff 478 0.30/1.00 vMB 31
372,273 372,273 00000000000000001213122fa85ea57feda031ef5d93b1d5584e1e91b90a54d8 1,692 0.85/1.00 vMB 39
372,272 372,272 000000000000000011bb41fa37c000e87cf1f5cc414a4de6fb05ddc91ae438e9 960 0.50/1.00 vMB 37
372,271 372,271 0000000000000000018fd9be894ecfe97f9f2836360ead08850934d4eb0a7be9 241 0.10/1.00 vMB 40
372,270 372,270 000000000000000000d1a5211d66a5ef041e505a3dd22bd436f47a750447f23e 886 0.80/1.00 vMB 23
372,269 372,269 0000000000000000025382f2f8480dd61a9644255df12f1167f61670ed0c2605 93 0.04/1.00 vMB 32
372,268 372,268 0000000000000000019b3698ed0bb51ec532da90b9d740c9ded8dbf9ca08f96c 571 0.30/1.00 vMB 37
372,267 372,267 000000000000000009b6aad5697bc86445d3b2e9ec8e5279e224784883ecd772 1,761 0.91/1.00 vMB 39
372,266 372,266 00000000000000000fd6d2a22d976c0e2202e3172abbbae14149a1daa7b49b7e 664 0.31/1.00 vMB 40
372,265 372,265 00000000000000000a3f3bf58c6d1897327eba26cb30dff45042d4446f59eab6 593 0.59/1.00 vMB 18
372,264 372,264 0000000000000000020db0b5f91db8853c5d3fd6486b43a71a0d2e72c919403a 225 0.13/1.00 vMB 25
372,263 372,263 000000000000000005ac1a6de11ae095badcba5e919ee5dc89480e6f551e32a8 617 0.37/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.