Loading Tool

Explorer IconExplorer

Memory Pool

42,466 transactions
26.72 vMB
0.05406646 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt db3c0ed533d46aac74e49d0621e15826a3405d5d2c76c525b6b786f61cfdeb8d
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root 070f9a973aaa471556781cd5c616f8b76b1d068da5ccfa2cf5844ae5b2c9b0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,329
Size: 1.00 vMB
Total Fees: 0.00467682 BTC
Feerates: 40.21 > 0.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (82,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,517 832,517 00000000000000000001e5ad2142afd7912b48672eea033e34696b47a899635f 2,852 1.00/1.00 vMB 42
832,516 832,516 00000000000000000001bf37d3c1ece44e2158217842cb34cfc68bcf0f636a58 3,775 1.00/1.00 vMB 50
832,515 832,515 0000000000000000000023a911ef6eefa999fbc73e298fcdd3bf66762cc77f11 2,993 1.00/1.00 vMB 47
832,514 832,514 00000000000000000002cc154855e5a781d616fcfb5a6911325944126d95400b 3,825 1.00/1.00 vMB 64
832,513 832,513 00000000000000000002aab1478d5d43176a1082d6d130f3baa411dfcba940b7 4,447 1.00/1.00 vMB 59
832,512 832,512 00000000000000000000574db34cb0bea5c2fded5a6cc726e6e506769bd08e7a 4,257 1.00/1.00 vMB 78
832,511 832,511 00000000000000000001204856d20aad45aa0bce4484146c27892257d12d0125 2,208 1.00/1.00 vMB 70
832,510 832,510 000000000000000000023c04fcaf3d018289c5e2e50939bed5bd2d76efb2fa60 3,346 1.00/1.00 vMB 43
832,509 832,509 0000000000000000000197bffc9332ea9d480d3a83502e429bc590b2caa3aa75 2,593 1.00/1.00 vMB 30
832,508 832,508 00000000000000000000f7bb43023369e9c3685a9945e806ec6ffeb45be03a7b 2,171 1.00/1.00 vMB 31
832,507 832,507 000000000000000000005d5086a2cbb0b15b32e4182378c4c239942d17f1608b 2,302 1.00/1.00 vMB 28
832,506 832,506 000000000000000000031ff4a132ebc93a1aa72fc8dfcbb849ded65a6da10f17 3,100 1.00/1.00 vMB 53
832,505 832,505 0000000000000000000305a7575b77e9008fde091b14f9bc5aec0a07028b0412 3,797 1.00/1.00 vMB 56
832,504 832,504 00000000000000000000b923b8952015fac10e925831807cdd6738513170fe9a 3,208 1.00/1.00 vMB 34
832,503 832,503 0000000000000000000058b11ad86fafdda50b7dfe0f5bae2d1c5c52431174d3 3,638 1.00/1.00 vMB 53
832,502 832,502 00000000000000000002e6fdd6e26444448dd8d027318a0cbb9935a02c5cc9e4 3,015 1.00/1.00 vMB 34
832,501 832,501 00000000000000000000880602a79571029faa00a3d27223ec2e9a4d8d5bedb0 2,626 1.00/1.00 vMB 45
832,500 832,500 0000000000000000000126979dadecd4844b3b769c47113b1276f5a7ef5acbd8 2,664 1.00/1.00 vMB 42
832,499 832,499 000000000000000000009c9b78e01dd05d3304341ac0c2f8a502c8eab6bcb1b9 2,588 1.00/1.00 vMB 22
832,498 832,498 000000000000000000014659a6c447bc8aaea7c0fc0600f20c84a81e1f086b86 2,715 1.00/1.00 vMB 42
832,497 832,497 000000000000000000035bb05ffe0fc336b6e38419d736a4e89dbd6ab0f6a160 2,799 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.28 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.