Loading Tool

Explorer IconExplorer

Memory Pool

23,981 transactions
21.80 vMB
0.03288779 BTC
Random Selection Loading Transactions
Max Size: 116.63/200 MB

Candidate Block

Mining Attempt 144a2a98c568f92d1b018d6059efda4ccf49f02913fab2647af06ae6d7594722
Version 20000000
Previous Block 0000000000000000000166ca8d98c3855cf10d42892e298d0f4a78e41bd8aadb
Merkle Root eae604dad2c097b2802db314b1b200607ea7bd3171f0df06eab66f47c91e36e0
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,305
Size: 1.00 vMB
Total Fees: 0.00868036 BTC
Feerates: 150.77 > 0.87 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,487 (323,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,780 617,780 00000000000000000003e9dd5975b4173b64742f783e6d89297b46188a4587c1 2,755 1.00/1.00 vMB 24
617,779 617,779 0000000000000000000c673e5604bcce96156fc7849c2f0c50ef6e6be45f1014 1,624 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 829.43 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: 4,660.12 GB
    • Received: 251.93 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.