Loading Tool

Explorer IconExplorer

Memory Pool

78,906 transactions
29.22 vMB
0.12062703 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 4b87f781200ce9c9ceb5ffa2690b876f7558caeae0cbde7cb61cc0f5024b9ac3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5519dd0c845d6cf7bf793464c3edebda783a5932eb96aeb0d1765d48290016a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.04380736 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (202,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,744 712,744 000000000000000000018b3e9ad49857ea347b2dc1a6a15ccd56ca898122cca4 455 0.30/1.00 vMB 5
712,743 712,743 00000000000000000001d41fc814e82e3a908fd9ed72bb29bc322adae4902841 2,355 1.00/1.00 vMB 4
712,742 712,742 000000000000000000064aac9fba7f8c9677ef17c809462bf2d924e9b5311d64 2,522 1.00/1.00 vMB 11
712,741 712,741 0000000000000000000a74cdb8466796c5dff4c24d9d41801bce098840a6ddd0 2,745 1.00/1.00 vMB 27
712,740 712,740 0000000000000000000c80724b8edb794d4629bba72bd1ba90129627ee705b1f 2,937 1.00/1.00 vMB 27
712,739 712,739 0000000000000000000169a75b9f432d3a5094749d8f7f30f8c3df1276eb08db 1,446 0.56/1.00 vMB 18
712,738 712,738 0000000000000000000481ff206dfb37a0dd1b798ddd45acab8954a6c826803a 471 0.16/1.00 vMB 11
712,737 712,737 000000000000000000046b4ca153e2a524d67e7eef742365ca72ee99e474a903 2,746 1.00/1.00 vMB 13
712,736 712,736 0000000000000000000abd9f0ca6dadf5f7bf29adcb6c4dc96861463fecb6697 1,968 1.00/1.00 vMB 22
712,735 712,735 000000000000000000030891cd7e0e4c1d6b99705bbf488816647a7a0c99b8f2 765 0.36/1.00 vMB 17
712,734 712,734 0000000000000000000a1bf07c565109218e184e66fa5bcf7a853217b0fbf077 1,265 0.55/1.00 vMB 13
712,733 712,733 00000000000000000001f1d3a8c426e06aa98f2e7297e9fd82ccb56de99bb044 2,257 0.85/1.00 vMB 23
712,732 712,732 000000000000000000057c80b69038d90037b1bd558b329f05377a53f458b8f0 173 0.06/1.00 vMB 17
712,731 712,731 00000000000000000004fd234c75d082afa68bdfa9d8c510db8d2768996e6cdc 2,339 0.89/1.00 vMB 17
712,730 712,730 0000000000000000000b7eebf6b2eb28f615495f925f2cda4c02d7bed74da712 329 0.14/1.00 vMB 13
712,729 712,729 00000000000000000001a5de3633fa0745a086473f630585a6a565c8bbfebf15 2,451 1.00/1.00 vMB 8
712,728 712,728 000000000000000000037e86918c90d3a619d141c6fd74379bb0668dcf9516a4 2,342 1.00/1.00 vMB 17
712,727 712,727 0000000000000000000951ecd14c572232ec8c4d770979de1f6a576f6f21fad5 2,439 1.00/1.00 vMB 24
712,726 712,726 00000000000000000002874a4ea33bd18bd76698cac894b562453f4b48020d09 1,734 0.88/1.00 vMB 4
712,725 712,725 00000000000000000009a9a9f23d1f91984df967affecb46b1bdcce85413d979 3,106 1.00/1.00 vMB 15
712,724 712,724 000000000000000000076e4dbb3b0c546574014405af77b8988b2f5f9516fdeb 2,470 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.