Loading Tool

Explorer IconExplorer

Memory Pool

77,680 transactions
28.59 vMB
0.09873681 BTC
Random Selection Loading Transactions
Max Size: 173.73/200 MB

Candidate Block

Mining Attempt 64b256ee16590b8befaad7a6da077419f44ac61f23ae1ce3e988e1f5b6188678
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 2fdc7e5c4c37760396d546f5bb0eb90402f413fcf40f5032ea0ec8536aff9ca1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.03323864 BTC
Feerates: 201.07 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (877,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,348 37,348 0000000031b51448ca5fc064e3fc63428ff9570627e342ceaa7a8e64e4e19f64 1 0.00/1.00 vMB 0
37,347 37,347 000000005a4831402cf8048467dce1bbe540f63afec4f1e008d6cf9f2a45b4fa 1 0.00/1.00 vMB 0
37,346 37,346 000000002497649ad088ec28a317a5f1bc53cded483dc783c2bd68a18eb74190 1 0.00/1.00 vMB 0
37,345 37,345 0000000054cfe089aa4264038c29ea03fae79eb4f8c308dc0048ec414562727a 1 0.00/1.00 vMB 0
37,344 37,344 00000000bba60fd20532ed88db316a6aed76b9199c25ef088b3096718d64c540 1 0.00/1.00 vMB 0
37,343 37,343 00000000a3dce9916ffea721be3c3e253e6132535c6e07096e9c681fae81cd00 1 0.00/1.00 vMB 0
37,342 37,342 000000000005e1f0fabbae9932fedfeb52c191fc70234bb21aa27faa59691d44 1 0.00/1.00 vMB 0
37,341 37,341 000000008067b3108e2aa1af81c5c38fbc3ec430bf5b29fe2f4b84d80d0535ac 1 0.00/1.00 vMB 0
37,340 37,340 0000000020ff27d0b6b677823a7c9a19b225a81d8b8295e64c03f1b33a0d9eb2 1 0.00/1.00 vMB 0
37,339 37,339 00000000322831135d735a307d5d4392559dea5bd412ba64edca836fb18339f6 1 0.00/1.00 vMB 0
37,338 37,338 000000006d434ea8aabd9955090712cb45c206a22aceb75115d85616f2fb3551 1 0.00/1.00 vMB 0
37,337 37,337 00000000aa37a6da9b872f97f5131ec164ecd0531696c102747e9de905e70fb5 1 0.00/1.00 vMB 0
37,336 37,336 000000000dc2b81a2d69bc63077199b08452703d7e92472708f66752fca1682b 1 0.00/1.00 vMB 0
37,335 37,335 000000006a0bca417abc9ec2fdfc18dd5e08ff82bda9700b0dd70778b2c789ee 1 0.00/1.00 vMB 0
37,334 37,334 00000000bc714cfdb4fcd814782b5ec16b3ca400840ad9e236a4c77ba2a300bc 1 0.00/1.00 vMB 0
37,333 37,333 00000000684fa8708d07b7414b5084487d90e834f82320de20d28432d1d54545 1 0.00/1.00 vMB 0
37,332 37,332 000000001be4b2bbc19aca6f6dc9572fc2991521c38aad726b9cf1b2e7871e48 1 0.00/1.00 vMB 0
37,331 37,331 000000000b0f8fa827201d3393f1515fb172579238f2e5b3e1627ff004f23bf7 1 0.00/1.00 vMB 0
37,330 37,330 00000000991837a3f3f244bceb4aac7f7c7efa6f5cb2ea5bb0d87f5a8b759f38 1 0.00/1.00 vMB 0
37,329 37,329 00000000b65a351249df6c20bed9f07a53616d4af6fa1eb7d12d92fea21e8b1d 1 0.00/1.00 vMB 0
37,328 37,328 00000000525756056f42f5e8585802d76f4554541ad739392504aa38539c0382 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.