Loading Tool

Explorer IconExplorer

Memory Pool

74,970 transactions
27.50 vMB
0.06713205 BTC
Random Selection Loading Transactions
Max Size: 168.28/200 MB

Candidate Block

Mining Attempt 8a8d70832b8863d06b4af857bc398e811998623f70a4ece76fd9bd543936fcee
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root df32a5b051d9de3ea8cc3f2bbb122dd3fa247e70e4d06f18a45198a5b950c3d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.00840358 BTC
Feerates: 74.05 > 0.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (253,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,597 661,597 0000000000000000000777e68fbf7393087de060225c9582909729dee37ae47c 2,265 1.00/1.00 vMB 28
661,596 661,596 0000000000000000000501e1c0ed7ff340b5d4ef9eb8be6c66faae703596f9d0 1,832 1.00/1.00 vMB 53
661,595 661,595 0000000000000000000e0abd61f15bc43a0db2db05788fb1e4c6c5a46ce58882 2,188 1.00/1.00 vMB 55
661,594 661,594 0000000000000000000b7f2583525eab3ef119e8cedd7014251d0d9be7d0ec2c 1,566 1.00/1.00 vMB 45
661,593 661,593 0000000000000000000e9c05d320ef447b45f22f3f199b69a43842dd4d75f844 2,477 1.00/1.00 vMB 66
661,592 661,592 0000000000000000000a4e478cd747ccf742bd7bb623d814e8efa4a7383b360f 2,204 1.00/1.00 vMB 14
661,591 661,591 00000000000000000006de1cf0020cf3bcf0f8357750835958ab240493108575 2,546 1.00/1.00 vMB 50
661,590 661,590 00000000000000000009c7c68be8a6b14e25cd8aa76f6504db96e2b85322ef4d 287 1.00/1.00 vMB 5
661,589 661,589 0000000000000000000bbe0e002557bcc3fdcc6ca7fc11fc2c06fcbe51f7f481 1,313 1.00/1.00 vMB 18
661,588 661,588 00000000000000000001099c2cbc8e49746fb0482c75103442ca76c3b09b8443 1,454 1.00/1.00 vMB 20
661,587 661,587 000000000000000000011b397ce0c2ac7f0519dad3ca9d22120aa0bb2e304f38 1,825 1.00/1.00 vMB 11
661,586 661,586 00000000000000000001f13d5e1bc93040ddf7ade683b13bd1e316d7d238d8af 2,005 1.00/1.00 vMB 42
661,585 661,585 00000000000000000004606d3b3485de7f38b13c7fbc838c2ccfb687d0fade12 2,047 1.00/1.00 vMB 4
661,584 661,584 000000000000000000097c0748124dcf60bc2f85ed0c3cd937d48de45adb1ccf 2,248 1.00/1.00 vMB 22
661,583 661,583 0000000000000000000e1709d80a401f636a8844fbc53979269cfe70e38c265b 1,540 1.00/1.00 vMB 11
661,582 661,582 0000000000000000000b3464af6a9ef77ed8ccd72767d35f393d2cb63f89e2e3 1,842 1.00/1.00 vMB 41
661,581 661,581 000000000000000000056ce33dd3d5fd6294f94b25cba72a99f5581c96f48ed7 3,120 1.00/1.00 vMB 69
661,580 661,580 0000000000000000000cad2350df8ad16315b411c901157dc9cc7e41e5fb1f78 2,190 1.00/1.00 vMB 32
661,579 661,579 00000000000000000004da0b1298a733e3b0e98f334ab23dea07116c0cc62a7e 1,603 1.00/1.00 vMB 32
661,578 661,578 0000000000000000000b4a8f55ba8f9aa51e4c38d515e5b1a9c4889bd5146479 1,942 1.00/1.00 vMB 48
661,577 661,577 00000000000000000007d812ef8a8fd76c515c7751b4836e77b538e910535ebf 914 1.00/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.24 GB
    • Received: 17.52 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.