Loading Tool

Explorer IconExplorer

Memory Pool

81,640 transactions
30.65 vMB
0.09516565 BTC
Random Selection Loading Transactions
Max Size: 184.40/200 MB

Candidate Block

Mining Attempt 1b84c82be3019cce425a59d3b91f24e40e991ee8139fbf8ded93dc15669ca526
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 8edfe9d1cdc59c7d486dac43dac53ff75e6bbaaefd102933f6c0895d99d2a086
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,607
Size: 1.00 vMB
Total Fees: 0.02846132 BTC
Feerates: 163.06 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (277,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,704 637,704 00000000000000000009bb6504f6f5943e16122a511213d851ecef90aaca9284 1,354 1.00/1.00 vMB 22
637,703 637,703 0000000000000000000cf8a43ca116b9e759fc50c58a6ca0c723214a42fb2931 2,207 1.00/1.00 vMB 30
637,702 637,702 0000000000000000000777ecd5527d229a174a303b076585a347c485f99aaa04 2,663 1.00/1.00 vMB 32
637,701 637,701 0000000000000000000e9ce24abfe5fe242db6c6608e34f5ebe043bea8584fc9 3,113 1.00/1.00 vMB 58
637,700 637,700 0000000000000000000a3895502bfd7bbc9543cfc375d685b0e3c95496e65a6b 2,277 1.00/1.00 vMB 48
637,699 637,699 0000000000000000000a370818558798c343b34ceb3b7847a164e03634eee9e0 401 0.24/1.00 vMB 15
637,698 637,698 00000000000000000003c54b21fcdd463dabd55aa7566453024825aea302ffa5 2,964 1.00/1.00 vMB 24
637,697 637,697 0000000000000000000d10ad9e5cadfcb87e06c89cef93d70316efa11e2247d7 1,940 0.68/1.00 vMB 22
637,696 637,696 00000000000000000009d7f8b7a7c903bbb8e7c334aa6d22fbb37ad532bde84a 225 0.10/1.00 vMB 20
637,695 637,695 00000000000000000006512badfe26aaf501d75d0e94a2844a5c1a08236eea85 546 0.17/1.00 vMB 25
637,694 637,694 0000000000000000001040d51df101510ca2a6ad56617a699b5c5d7169b56677 1,977 0.73/1.00 vMB 20
637,693 637,693 00000000000000000008baabbac8805c4c141bb31b0afc8c49569164926bbdd6 3,194 1.00/1.00 vMB 23
637,692 637,692 0000000000000000000ce4959350a3e123adaf3ac5a07c8f6a9b879846c98619 1,582 1.00/1.00 vMB 10
637,691 637,691 0000000000000000000020ef3b8c33afb416f1eebd9064b97b8c01f2c6c5e5dc 1,839 1.00/1.00 vMB 11
637,690 637,690 0000000000000000000541407154fe8a002b28054c8078c8edf535adaad062e9 1,111 1.00/1.00 vMB 9
637,689 637,689 00000000000000000001d608404c6e85f22a03c6d49b67db12421c713ec2ad60 2,440 1.00/1.00 vMB 19
637,688 637,688 000000000000000000038caf587a5e164fd756c2c9a6dd8ddc6aae482ee533f1 2,940 1.00/1.00 vMB 11
637,687 637,687 00000000000000000009fc5734357137dc15fb988189ba4be7379a41bf509843 2,619 1.00/1.00 vMB 28
637,686 637,686 0000000000000000000e8bf6e27eece4495e79e050a3c59eabd31d10064c7379 2,856 1.00/1.00 vMB 56
637,685 637,685 0000000000000000000724ce98caaffe8e477f5218e2e8e884bcbc3d4ef7dff1 2,463 1.00/1.00 vMB 6
637,684 637,684 0000000000000000000969ed20c6558983f8cdd60f52e9bd9c41f4b51d228fbb 2,665 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 693.11 GB
    • Received: 16.51 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.