Loading Tool

Explorer IconExplorer

Memory Pool

45,312 transactions
27.95 vMB
0.06869666 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 471e48802ff8f2a794c17a26afb7214ff531c9b73c408aa1865a1499f91f56c5
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root c60ee5fac2d12cc2a09c7479c5e73edfc92a337a584d6edc590f420dc9dcebb6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.01545419 BTC
Feerates: 101.53 > 1.55 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (420,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,065 494,065 000000000000000000948b81d5d8fb071d1c71b97128291548363e59c7499f9c 2,899 1.00/1.00 vMB 1,080
494,064 494,064 000000000000000000adbc62889edf80bd2b5e5f5356dc6ad3767120fe6ae96b 1,968 1.00/1.00 vMB 418
494,063 494,063 00000000000000000016189fc3918f10ba3285fe889cfbb50d802524374d621a 2,278 1.00/1.00 vMB 938
494,062 494,062 000000000000000000b6ee0da26dc87d63b5fe3d3a1b71bfd646a1dda510a111 2,793 1.00/1.00 vMB 764
494,061 494,061 000000000000000000bba146f3d5dd7dff6ca79b727faeecb97e24fe0fbc55e5 2,360 1.00/1.00 vMB 913
494,060 494,060 00000000000000000089d531df00ec3f3abf7bd5157004b5d47a30bb9d0804fa 1,941 1.00/1.00 vMB 1,123
494,059 494,059 000000000000000000b53dbc96ded2a01788faccf470c33daf07b129601fbfae 2,270 1.00/1.00 vMB 798
494,058 494,058 00000000000000000091dc5cf8d51d516d6f739ec50636186b4e29984493aa5b 2,614 1.00/1.00 vMB 662
494,057 494,057 000000000000000000bb23bd0f57a5452cbdfdc22e93b2c6c02bc8f2057f517b 2,768 1.00/1.00 vMB 665
494,056 494,056 000000000000000000ba9056f5b723ac3e1f2e505caef9aad14904f035f19100 1,910 1.00/1.00 vMB 639
494,055 494,055 00000000000000000019d9eb42944c4b1d15ff6b2e728d68988ff3ef67b5d88e 2,644 1.00/1.00 vMB 665
494,054 494,054 0000000000000000000bbd3db3a530623d7ba9cc5a71925979ad786dfb28c5bc 2,849 1.00/1.00 vMB 530
494,053 494,053 000000000000000000489f8ae139ba67ac7ef74f81ffbe729525602d71f56696 2,379 1.00/1.00 vMB 517
494,052 494,052 00000000000000000006c9358fb443b85855cbe776c0505de604db8ac720c6ee 2,600 1.00/1.00 vMB 591
494,051 494,051 000000000000000000616ddde15e1fe3ec82ac0009236e0e86988667acbcfbbd 1,991 1.00/1.00 vMB 462
494,050 494,050 000000000000000000422423dc9cc57e0f5d9d79f5d92cc66376c7d39d9ff058 2,816 1.00/1.00 vMB 664
494,049 494,049 0000000000000000003b6fd556fd856491b9d40adbd60a24445a3f5ba3188e48 2,545 1.00/1.00 vMB 769
494,048 494,048 0000000000000000004b79f030e4cb38238630b63487bddf8fbb1ed4528c9fa4 2,026 1.00/1.00 vMB 482
494,047 494,047 000000000000000000057e7592da67d208727880d9802d5b03f5298fea76ec25 2,567 1.00/1.00 vMB 587
494,046 494,046 000000000000000000404bf87457ce90fbde7858e90354d50288733f641afe3c 2,746 1.00/1.00 vMB 637
494,045 494,045 0000000000000000007bdc9ed9b9e79fa3010c982a81af7b6b2458d924dc828f 4,342 1.00/1.00 vMB 1,342
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.