Loading Tool

Explorer IconExplorer

Memory Pool

82,313 transactions
31.70 vMB
0.08965214 BTC
Random Selection Loading Transactions
Max Size: 188.67/200 MB

Candidate Block

Mining Attempt f1dcc340bd1c7bb6c63fb2daeb22b41a243444bb870d59a3f05943e86611f09e
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 23f6cdd07b3a4a97dd21fab189184233b3d0d1e8b1c01441c2056c9efbef87b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,452
Size: 1.00 vMB
Total Fees: 0.02629204 BTC
Feerates: 101.66 > 2.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (126,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,628 788,628 00000000000000000002340e18e3902d2ffcbe3d29abaeecd3a03c0717d065eb 4,085 1.00/1.00 vMB 244
788,627 788,627 00000000000000000002560352c3dc0c8f41e67e8836ad7c7d8d53bd4efc59f8 3,669 1.00/1.00 vMB 214
788,626 788,626 000000000000000000005b2d438e3c4253887f6bdc91c8d0fdcbd3a770382736 4,119 1.00/1.00 vMB 215
788,625 788,625 0000000000000000000423c88b07f4ef51ef772a9860e3a9c9d176374248b7f1 4,464 1.00/1.00 vMB 254
788,624 788,624 00000000000000000004f60ea45cccc051df536c8e072afcc2e8291c180579e5 4,587 1.00/1.00 vMB 234
788,623 788,623 000000000000000000041cbb405c004f0564c771a156995069defb533259a9e4 4,627 1.00/1.00 vMB 225
788,622 788,622 000000000000000000054187cbd5ef26c7181e983c826b5eb855be074319682a 4,677 1.00/1.00 vMB 224
788,621 788,621 00000000000000000001184953bc56800b7bed91aea26d02c769d6d70aadc7ff 4,190 1.00/1.00 vMB 245
788,620 788,620 0000000000000000000324f48348d4291cdf0f8000ddfc9e994368ad965a9021 4,780 1.00/1.00 vMB 225
788,619 788,619 0000000000000000000591a78dd7331487787688ab56420103253a3b54df02b9 4,496 1.00/1.00 vMB 242
788,618 788,618 00000000000000000001640cd75c105cd95e5215bd265dd891bfe4d5f0fa7d85 5,015 1.00/1.00 vMB 217
788,617 788,617 000000000000000000030cc11d29b15bf9455595d0a4e9965f8a252b9bd0e0ab 4,729 1.00/1.00 vMB 243
788,616 788,616 00000000000000000000d256d2412bcb4f01104ee73a621e62a237186f6df90d 4,563 1.00/1.00 vMB 245
788,615 788,615 0000000000000000000282b3191a8aff5ad35ca678ab18d7c0b736bf06ad2fd7 4,920 1.00/1.00 vMB 235
788,614 788,614 000000000000000000018a6a6d1cf6d0b16f1d2cbd303cf4c6b5eadf2dc40a0f 4,813 1.00/1.00 vMB 284
788,613 788,613 00000000000000000005dc4a4b22183eb7f23e4f2617b3641a15d6d756249e99 5,106 1.00/1.00 vMB 238
788,612 788,612 00000000000000000004e1d1dec823054e382b09ad9a03944c04826f8d834ce2 5,108 1.00/1.00 vMB 280
788,611 788,611 000000000000000000044aded67319668398a5115ffe7f4f1b5a48c3a937d119 4,853 1.00/1.00 vMB 282
788,610 788,610 000000000000000000033077ef295189be2cbdb8e328cbcded0ff9e806ae2d8a 4,725 1.00/1.00 vMB 206
788,609 788,609 00000000000000000002d5352c6ece75e5e9579fec62bf4f4478d217619af849 5,136 1.00/1.00 vMB 251
788,608 788,608 00000000000000000000cbe0d2bfefb3d786d2693d952b2b29ce194647b492e0 5,160 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 782.31 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: 658.64 GB
    • Received: 14.58 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.