Loading Tool

Explorer IconExplorer

Memory Pool

82,949 transactions
30.03 vMB
0.07124026 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 7ff8f5078737d6be5248c3e8fd57c554475f8d0b82b80b2c2d16549f84b25a4a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root d71b70925ef5c1ba6d3dcfa9cda17e7f9e3309458c1b50d4ad8be5d41d3ecd59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00979219 BTC
Feerates: 43.68 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (128,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,547 786,547 0000000000000000000252b5b0ed36e80c096964eabcd7976e374c1235663a23 2,256 1.00/1.00 vMB 2
786,546 786,546 000000000000000000043c7a6538f1baf7f9591f54ccd2859011b20811ca9774 2,366 1.00/1.00 vMB 12
786,545 786,545 00000000000000000001eb4a02a393e89a383b84446fc5433aa4b29b5c38cd0a 2,795 1.00/1.00 vMB 12
786,544 786,544 00000000000000000000c9a557746847edd5a59866b7957a90798237975c8d9f 1,943 1.00/1.00 vMB 26
786,543 786,543 00000000000000000001145eac634eb1891629163a80421268a776c60bae6032 2,865 1.00/1.00 vMB 5
786,542 786,542 0000000000000000000218e2aad37e61c9247dd57f032d1092960eaeee22d00e 4,631 1.00/1.00 vMB 7
786,541 786,541 0000000000000000000593200957e648d18d065357958ce666d37d2fa5e28213 2,041 1.00/1.00 vMB 5
786,540 786,540 000000000000000000059248eb879d90a8c676d30eafcfa6a83f0b83725c9039 3,226 1.00/1.00 vMB 15
786,539 786,539 00000000000000000002b740d8f60f409e22f52252b559f8cc4677c3cde2f749 3,645 1.00/1.00 vMB 20
786,538 786,538 000000000000000000021549b280a2d16e8753f4911615ed7985527ae13c1d18 2,964 1.00/1.00 vMB 18
786,537 786,537 0000000000000000000358d80ef0b9bcba5d37f59eeaf39d2a9263bc4546d8ef 3,316 1.00/1.00 vMB 14
786,536 786,536 0000000000000000000590644458d4e2dc6e672dfe3f1a7ff8a9b38c2c3e1771 314 0.15/1.00 vMB 8
786,535 786,535 000000000000000000026630f686442a12e91678656ff62ed2f3fd6bd5747285 681 0.26/1.00 vMB 9
786,534 786,534 000000000000000000029268bcb5241339bac58c28a586fb173dc0ef0a1e60f8 2,078 1.00/1.00 vMB 9
786,533 786,533 00000000000000000004c0bfac63e4678051909f4ef29bad57da96fd7dd9cec6 2,887 1.00/1.00 vMB 5
786,532 786,532 0000000000000000000073de3557ac373adb82288758b7f61b0aad2f66ae3ab9 2,218 1.00/1.00 vMB 17
786,531 786,531 000000000000000000044f1b34dc4f8749795e07c4c4f7c89a0ad3cb4aa006a3 2,690 1.00/1.00 vMB 24
786,530 786,530 000000000000000000048118b5ad731abef59f30f1f6865273791e5953a71246 1,166 0.41/1.00 vMB 6
786,529 786,529 000000000000000000027936edbef7fe30183aeefe6ae436c18dfb93e90c9ec2 71 0.02/1.00 vMB 24
786,528 786,528 000000000000000000042990e27282ac432ab118b9e515185bf198a2c842eee1 1,307 0.37/1.00 vMB 11
786,527 786,527 000000000000000000054f6eb8ae69877740d5ecc0a57af40dc27a41cc7db94f 2,882 0.93/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.32 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: 660.26 GB
    • Received: 14.65 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.