Loading Tool

Explorer IconExplorer

Memory Pool

81,490 transactions
30.93 vMB
0.09234922 BTC
Random Selection Loading Transactions
Max Size: 188.03/200 MB

Candidate Block

Mining Attempt c5ea1faedf4e0a2ea6c3329e6f20cea50001ea6aaba80aa21533c4c1ce74e6cd
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root c0775fc7b41e2bae8365cd53fc23cff8fce6476c0e2c0e61bc19486baca36f0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.01979792 BTC
Feerates: 73.20 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (217,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
697,977 697,977 00000000000000000000c574508aca1cd63912e68a155fb7b2f0486279114383 2,865 1.00/1.00 vMB 14
697,976 697,976 00000000000000000000204a7a3e83520463d4672c3e1713cb01b465d8eccf02 1,997 1.00/1.00 vMB 5
697,975 697,975 00000000000000000003192b02ae5f055f55f0b9da1b62edaafb2b768634d5d0 2,973 1.00/1.00 vMB 17
697,974 697,974 00000000000000000009b13cffab43dac2adce8aa2d2f70bb5a2255f59442e56 2,246 0.77/1.00 vMB 8
697,973 697,973 000000000000000000098dcd5fce178bce9f5a70fcf1e33631cca8be51bf88f7 2,450 1.00/1.00 vMB 7
697,972 697,972 00000000000000000007a655afbfe57889cdc038b78b96bcd6dc2af7ba5e0ff8 2,750 1.00/1.00 vMB 14
697,971 697,971 00000000000000000003c7838da4bda6e587c66625082a6f99990e640599f9ad 485 0.13/1.00 vMB 2
697,970 697,970 0000000000000000000d8c5600d3c6dd36979cf46e26398bbc3c63d8212c79f9 3,515 1.00/1.00 vMB 12
697,969 697,969 00000000000000000002c33ec7373b0a9f324d607373263b14840d879fbc5690 1,584 0.57/1.00 vMB 9
697,968 697,968 00000000000000000008269a3eb3cf51e99114acfa306e7aef22c0209941d700 88 0.04/1.00 vMB 14
697,967 697,967 00000000000000000007ecc4bf7d94bdb0ca16d95bc0497313bf750489b938a4 1,526 0.65/1.00 vMB 13
697,966 697,966 00000000000000000004339e543cc41836892b65f94f965a0c0586a74b6272d7 1,232 0.84/1.00 vMB 6
697,965 697,965 000000000000000000047f649583eeb2aae2acdbfe2ec675387c005251983b52 470 0.70/1.00 vMB 3
697,964 697,964 00000000000000000006ba57a7d86a3971240215dba2f8dd201e849e3b74bcbf 1,173 0.37/1.00 vMB 11
697,963 697,963 0000000000000000000339a95d7e81deae73473a025c01ea6cfa5f78c7e39f4a 2,231 0.74/1.00 vMB 16
697,962 697,962 0000000000000000000a688cca8b1f6097a93a8fafa786f1ca446fa7c6cd98c9 202 0.08/1.00 vMB 10
697,961 697,961 00000000000000000000392c3b31042fd1b12783c86ca198532dcea5a26c28f6 1,569 0.63/1.00 vMB 26
697,960 697,960 0000000000000000000a32f0ce5436b0d5c69ac75fad01a69e7f3bd8a1afb45a 693 0.28/1.00 vMB 8
697,959 697,959 0000000000000000000f6f53a4dd01980ff3e6ab03c5cc612ba9ee3d33a30379 1,346 0.50/1.00 vMB 12
697,958 697,958 0000000000000000000509ea0ee1cffc49cd0f59c1e3d64b01d6bb36ddd7731a 158 0.05/1.00 vMB 3
697,957 697,957 00000000000000000004d8a93e37b5b95431810ea1918a6c9018da742d869b8d 3,046 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.