Loading Tool

Explorer IconExplorer

Memory Pool

81,731 transactions
30.55 vMB
0.11611196 BTC
Random Selection Loading Transactions
Max Size: 183.96/200 MB

Candidate Block

Mining Attempt d9c189d9ed39f86fc0d67b8f4cc29506fb6adeb49142851dd8f15408d3eaeb21
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root d61fbfececce35786b15743491e2be95dd959f63a05b75c9e2679b33187bbce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,485
Size: 1.00 vMB
Total Fees: 0.04049594 BTC
Feerates: 180.34 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (209,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,673 705,673 00000000000000000008e1e0e13757967ecc1674599ae6882bdbb576de2dc3f8 854 1.00/1.00 vMB 3
705,672 705,672 00000000000000000003e03d2b078963ab6f4d7b7b7f5d2ea6860996b1c167d3 566 1.00/1.00 vMB 2
705,671 705,671 0000000000000000000421c961d13587bcf3746e7ce4bcb4bbdac767775fb51f 2,676 1.00/1.00 vMB 5
705,670 705,670 000000000000000000062ac07df2a4589c27e0f618464592a71fa14880bad972 2,734 1.00/1.00 vMB 14
705,669 705,669 0000000000000000000204abe15f8ef5ea227afe4880ac244a24b9ae41e77852 3,186 1.00/1.00 vMB 20
705,668 705,668 0000000000000000000c42baebcf8fc4a63a9d6ad6e5ab83cf3213eef28f8405 1,589 1.00/1.00 vMB 8
705,667 705,667 00000000000000000000f3aeb7a955943692fd1d02ffcc0b77e7930b7ea05610 800 0.29/1.00 vMB 10
705,666 705,666 00000000000000000001175a6020d0631ee4e4839774e5cb6c4f6f765e638800 1,503 0.59/1.00 vMB 11
705,665 705,665 0000000000000000000afba244f7c2e8cd0d79a21e4d5e7a5ae2a27e4ead8c93 1,703 0.55/1.00 vMB 14
705,664 705,664 0000000000000000000d2768b8b169d9c2de40ca2a049e2a0e6d831a23817d8e 185 0.09/1.00 vMB 4
705,663 705,663 00000000000000000005002c463de2267f8f926a0d95293ce2f3abcacaaead64 2,220 1.00/1.00 vMB 8
705,662 705,662 0000000000000000000c047c6f031d09506018673eb06c8f1c75cc8d56f6ab13 2,338 1.00/1.00 vMB 9
705,661 705,661 000000000000000000043a309f4caf4b038868d41ac27be677a298c98e52bde7 1,940 1.00/1.00 vMB 3
705,660 705,660 00000000000000000009820f0abd380a435f85ae009ee0c0e0cf95c02da197f3 3,020 1.00/1.00 vMB 5
705,659 705,659 0000000000000000000816b79022817e6e966859bfcc2b6c192c9bb0dfb1f654 2,822 1.00/1.00 vMB 8
705,658 705,658 000000000000000000065f6755d689cf2be2c460c77c4b305936c6e23901b861 2,495 1.00/1.00 vMB 15
705,657 705,657 000000000000000000090165c547c5adcb4996617c8870658cca2573e648881f 1,690 1.00/1.00 vMB 11
705,656 705,656 000000000000000000099302eee9aa0eed3f78eb01fac362262faeded3f53e28 2,281 1.00/1.00 vMB 7
705,655 705,655 000000000000000000041ce1ae5607853e40339a27f4c56e4af0a698cf50b135 3,063 1.00/1.00 vMB 20
705,654 705,654 000000000000000000002f76f85ac5d4dfd7cb9aecd5648b58dd5807dd70d0cd 2,698 1.00/1.00 vMB 27
705,653 705,653 00000000000000000009d7f88f3e50457373f6578c445c48a4e7f3993fd941be 2,769 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.