Loading Tool

Explorer IconExplorer

Memory Pool

81,078 transactions
29.84 vMB
0.15079125 BTC
Random Selection Loading Transactions
Max Size: 179.84/200 MB

Candidate Block

Mining Attempt 5a03d27597d2f07b029ae74bb2d419734b46cd6d1eaa61f280eff5deb9eec82e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 9c2594ebf9c3955bbf2549bffeb4d90f6eced47df68dbceb9d109db28adc2dc0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.05709630 BTC
Feerates: 1,002.91 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (558,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
356,655 356,655 00000000000000000285e09a4f13dbb675ee4b5a30d2b1f9028a63df51f221cd 119 0.10/1.00 vMB 10
356,654 356,654 00000000000000000d51a9a9bc3592a02a805f4cd13ec26ff27dfda4e18706c9 1,172 0.57/1.00 vMB 21
356,653 356,653 00000000000000000f15feae8ad76ea078b76ac9cf2bd74ee9d12723fb599a86 1,477 0.75/1.00 vMB 29
356,652 356,652 00000000000000000c134633a155bcd640b9f4e7cb69385145ac8b816b3393f3 1,704 0.75/1.00 vMB 30
356,651 356,651 000000000000000016ddc7f9b9828e9aea15a0b98002f9addd71c7f744f28d1c 507 0.30/1.00 vMB 32
356,650 356,650 00000000000000000f2d7ca85fefeef9dd9c61d1406dad3d51cd06bbf2143944 155 0.08/1.00 vMB 24
356,649 356,649 000000000000000005a60ce3d28553e7c10b26658a24e41cafaf234e8820094c 850 0.43/1.00 vMB 24
356,648 356,648 0000000000000000083c5a8e3dfc4eccf9e02cd6b2e837caba695aec8eb70bfb 275 0.12/1.00 vMB 29
356,647 356,647 00000000000000001494ba0d0c456e2a8aaf0066f1e3e11753730bcfbae853c3 32 0.01/1.00 vMB 29
356,646 356,646 000000000000000005d66fc0adf9c445d426c4d4524bf38f4e2c4fca5b3838e6 204 0.11/1.00 vMB 26
356,645 356,645 00000000000000000991958ff7aacf71c81d8db2a505564a3204a8d9580c41e4 312 0.15/1.00 vMB 25
356,644 356,644 00000000000000000c7cb2f3aa9d14e2b3b03de6222c244b4b8b66a1a9e6195a 577 0.29/1.00 vMB 26
356,643 356,643 0000000000000000085dfa3a3ed4197755b662ab8432263adc9189ca960eb67a 587 0.27/1.00 vMB 26
356,642 356,642 00000000000000000cc7e8dfbe9e015bc980aa295f08b9a89e0e2a447b80fa95 55 0.04/1.00 vMB 15
356,641 356,641 00000000000000000e4529dfab6395dec116977cb46160c543f8846dd7cb8720 847 0.42/1.00 vMB 26
356,640 356,640 0000000000000000078a9bf215317fb6602214537d940c48006d0c0d48fc9063 1,036 0.48/1.00 vMB 29
356,639 356,639 00000000000000001290775904dc13255dc120bcee5940b3deb01c16cab31ae9 645 0.49/1.00 vMB 19
356,638 356,638 000000000000000010f11ea678a9447a348499255e11bfbc69b42f787292f19d 466 0.18/1.00 vMB 45
356,637 356,637 00000000000000000ad8c9dae4d652b5e15d2d373cc3f7de813b2794e1390952 520 0.30/1.00 vMB 24
356,636 356,636 0000000000000000170a0ae466a5b46ebf12e7347e509d51a4397c9d40ba6eac 84 0.05/1.00 vMB 22
356,635 356,635 00000000000000000bb580aef84ea289f617bd25eca11dbb8b889748e6459957 176 0.11/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.