Loading Tool

Explorer IconExplorer

Memory Pool

42,493 transactions
26.92 vMB
0.06084473 BTC
Random Selection Loading Transactions
Max Size: 141.43/200 MB

Candidate Block

Mining Attempt d6e58e100063b403ee1806693bd362813686a269964c7acd73473719597bf0ba
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 92b1ed9b797256182bd2c9de9a1d285d24fef19da0b80b9be94941642dac71ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,941
Size: 1.00 vMB
Total Fees: 0.01091093 BTC
Feerates: 103.41 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (420,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
494,044 494,044 0000000000000000004c9b0884853fc34d00dabee8133df88679ff0a8aa5ea53 1,735 1.00/1.00 vMB 395
494,043 494,043 0000000000000000003e998f22bec4ca1697ae463c79b493494e32ea78750aa7 3,013 1.00/1.00 vMB 562
494,042 494,042 000000000000000000a9fca6f864ac1ed42e6e79630d2bc463af7dc64d28ed96 2,042 1.00/1.00 vMB 642
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.