Loading Tool

Explorer IconExplorer

Memory Pool

39,898 transactions
18.80 vMB
0.17976737 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.19/200 MB

Candidate Block

Mining Attempt c94694faed98cefc9cc128044a22a90614de19d5baebe9293c0e4bf724b8fd43
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root 57c0af6f3ec3c3172b8b9a962e7106a827cef88a5db8e3f80fb54eabd3c441c6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.05197828 BTC
Median Feerate: 4.82 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (746,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,978 166,978 000000000000076b318fd56c083b79eb6440ae2ed8b945c1c82e4ea1a5f2e7c4 102 0.03 vMB 48
166,977 166,977 00000000000003ac565bd541075a955c9a56d38dd3c02be9a533e1bdcff184d5 1 0.00 vMB 0
166,976 166,976 0000000000000b82bfe21b656d7c12f6a5fdd572f339ff3ba340db2324bb52b5 5 0.00 vMB 0
166,975 166,975 00000000000003a4b4fb577e4d6b10e6dbcec27311eafcc6d21dbe7f1fe6b3f3 34 0.01 vMB 17
166,974 166,974 0000000000000523bda11e35b9ba4ec9a1a91f106dc90e8537c013e8e91fe341 77 0.06 vMB 135
166,973 166,973 00000000000005321da465bba2fbe1c247302b944363c8c7d7a707d9b2f50a64 144 0.04 vMB 0
166,972 166,972 0000000000000852de77f500c65d3f8a60fb839f0fe93da23cb64bc44f6fbba8 93 0.05 vMB 6,441
166,971 166,971 00000000000002bea0584aecb650cc749b6c87714d3e97f2ba4aaf3c2ee2c139 68 0.04 vMB 366
166,970 166,970 0000000000000b063c7f2a3b2aed5d5a17da9b048f44b7c659c9cecfd3227f7e 136 0.05 vMB 115
166,969 166,969 00000000000002f59318e6ddcd88cac44adf485eda7d501a974d536b4a163dac 136 0.05 vMB 1,160
166,968 166,968 00000000000008857f66e894be9007e6faa7bea994ebe372779f83cc0f4d9efc 112 0.05 vMB 105
166,967 166,967 000000000000041d02bbf541b61603d9d5eb4bf89dac224a70a97a103dd8045a 112 0.05 vMB 30
166,966 166,966 00000000000007eaeaefaf88bc9c055011e3f71df490556df289545f891421e0 233 0.15 vMB 399
166,965 166,965 000000000000058353cc5b10d36455b63853f016c494dea4df8810bf240bdbd4 73 0.03 vMB 126
166,964 166,964 000000000000024d2ea8ba9af5fdb5828f1e74b9c9d1b2d8a7c18d01ec8799a8 90 0.05 vMB 127
166,963 166,963 00000000000009d1b66d7eefaa772161baa991f36983367460e877065e77b02e 117 0.04 vMB 124
166,962 166,962 000000000000057fa89bef19a5be1adbabd6a8722880ca03d6b824223d709f60 18 0.01 vMB 0
166,961 166,961 0000000000000bbc7a67fba3bfcf1a4dd09f63463e6c5f5d66be22f37b08650e 21 0.01 vMB 0
166,960 166,960 00000000000001fc9b94dee4e054e98dc70c05c82c34cc11aa3b8b7bcc0dbac8 139 0.04 vMB 37
166,959 166,959 00000000000000219e897eb82e3db5c6e58358960f2cb09e2738247531d99105 10 0.00 vMB 424
166,958 166,958 00000000000001aa279c8f584642a90789bc91b8f3db9e92d847b7b54ea29320 56 0.02 vMB 293
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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