Loading Tool

Explorer IconExplorer

Memory Pool

45,884 transactions
32.06 vMB
0.13523623 BTC
Random Selection Loading Transactions
Max Size: 163.41/200 MB

Candidate Block

Mining Attempt d74f778395c69a4d3d582db9eae2d15c6d12d4a3eb5059a4e426ed2902fde53a
Version 20000000
Previous Block 000000000000000000015cbe27a61f38bc7dc0ddfdfb5d2a13fec1a6f44d5769
Merkle Root c37bee41c327bad3d27e6533d40c0666bd526d5356f2c655957afd35478e7124
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.06265571 BTC
Feerates: 150.41 > 6.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,456 (296,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,778 617,778 000000000000000000079566f0d80b2dbd2ca3b373641f5d5397307381599714 894 1.00/1.00 vMB 58
617,777 617,777 00000000000000000008abbabb67a2de841f7605e0f461aaee9e8c96a227d8a6 1,876 1.00/1.00 vMB 58
617,776 617,776 00000000000000000002cf6681f3a32145296b0c67edae8a1d2818387cdd45ad 2,856 1.00/1.00 vMB 26
617,775 617,775 000000000000000000098b3d05f6cb9dabe720200eefb6be0fdded427caa9a58 2,176 1.00/1.00 vMB 2
617,774 617,774 0000000000000000000a11feb615e6c2fae99f80dd4dabd87d0959420d59d767 2,765 1.00/1.00 vMB 8
617,773 617,773 00000000000000000006e9a9f715043dd729adf95e307bae73af7883b44a9e01 2,896 1.00/1.00 vMB 13
617,772 617,772 00000000000000000005b2e9bf6dcc16d4ebed71072bfea1eaeb5980f7736f2b 2,216 1.00/1.00 vMB 12
617,771 617,771 00000000000000000002d519e1857fef580d6b6fb8988dc4ef19c4f19deeee7c 2,903 1.00/1.00 vMB 32
617,770 617,770 00000000000000000000e2fa2bf485dc13d9302806bf014af6575224594463f7 2,646 1.00/1.00 vMB 14
617,769 617,769 00000000000000000002385080c8fcde9d00c45b5d12b0ff51e737db71ba2596 2,698 1.00/1.00 vMB 38
617,768 617,768 0000000000000000001111aaf69062a202dff0a2d3ce4a439df820be26ede2ac 2,399 1.00/1.00 vMB 18
617,767 617,767 000000000000000000093c16aa2fe95131e627476b33c27f309de708f6c6d78c 2,758 1.00/1.00 vMB 36
617,766 617,766 00000000000000000002181fc2d562fa6712da815beed757178ef2f571b3f625 3,189 1.00/1.00 vMB 9
617,765 617,765 0000000000000000000b9aa7e70cfe32e20e0da5c65fa827569c8c5d5c400883 2,088 1.00/1.00 vMB 8
617,764 617,764 0000000000000000000d2f8d5fdfaed175434b65081394792989588bea70fca3 2,724 1.00/1.00 vMB 8
617,763 617,763 000000000000000000028e4aecc0d47f5a852045ea68b12e267ae3c93bbd86ca 3,157 1.00/1.00 vMB 14
617,762 617,762 000000000000000000073c667322a3ea5edea956be383a1b7e3f29cc22defedc 2,684 1.00/1.00 vMB 38
617,761 617,761 000000000000000000107c1a6cf2a3f8be84a506273dc34b109d417a3a69e62b 2,752 1.00/1.00 vMB 25
617,760 617,760 00000000000000000009530df54c3a653c5cb915d5d3c6e14e58be4c950a644d 2,481 1.00/1.00 vMB 14
617,759 617,759 0000000000000000001127846dadc61e2a1ad8ce1112ab6becb56120f95d690f 3,190 1.00/1.00 vMB 39
617,758 617,758 0000000000000000000768e68c356a8500aed30ff458ddf3f7142f2c2ee58bd6 2,446 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 606.94 GB
    • Received: 10.61 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.