Loading Tool

Explorer IconExplorer

Memory Pool

51,948 transactions
22.14 vMB
0.10051260 BTC
Random Selection Loading Transactions
Max Size: 127.23/200 MB

Candidate Block

Mining Attempt b2ed47ba86455319c4c4d061c29c33e20adae0a1949938e8d27675279dd98540
Version 20000000
Previous Block 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4
Merkle Root 2cb4838c221299e910afc4b3893f93d5061046891db8d7f2d33cc86c8df01d78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,099
Size: 1.00 vMB
Total Fees: 0.05079647 BTC
Feerates: 206.61 > 5.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,020 (821,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,576 92,576 00000000000ddbc2cd385db81e25f776fcbd6b4942738d959fedad53d14756bb 1 0.00/1.00 vMB 0
92,575 92,575 00000000000876d6bccfadd1b78bd8857607d016235059f1ae002cc8856fd249 3 0.00/1.00 vMB 0
92,574 92,574 0000000000087ab015b85d46208cb071d83119b00db0b556021a51861312ef80 1 0.00/1.00 vMB 0
92,573 92,573 00000000000505aae15adb607f3658ae8cf885aa493e3282a88b75185b08dcbd 1 0.00/1.00 vMB 0
92,572 92,572 00000000000228b8a441ed68731b3a9e131a28102197554249ad49a60ad272c3 2 0.00/1.00 vMB 0
92,571 92,571 00000000000d0dbcc7aaa29f684c964ea03a22346f1ea1076cd9a9f550b31be0 1 0.00/1.00 vMB 0
92,570 92,570 00000000000282cba07a1fc789328b06f08a4cf95aa1b78c671edb5927ee2984 3 0.00/1.00 vMB 0
92,569 92,569 00000000000795e8f0d6c191be7b1ff3746ec72364008c86c28067db77d2a4f7 1 0.00/1.00 vMB 0
92,568 92,568 000000000001347d20d8aa744cfc40d0ac44ab836345d4a7b26989284a32addc 1 0.00/1.00 vMB 0
92,567 92,567 000000000003709a005b698aa6e30cbe0d51320af6e6de6bebbe7ac5ad1630f3 2 0.00/1.00 vMB 0
92,566 92,566 00000000000aecb899bb41c2e64c09441cf806d96a30dce8d4f8976a62d45dc7 1 0.00/1.00 vMB 0
92,565 92,565 00000000000bad9a6157adb5010d9ce42707330b9c8df155f386f1b95e188328 1 0.00/1.00 vMB 0
92,564 92,564 00000000000d182d364e86dc0197d7e7f7d5c2056a77438c55e7d127d77bf5b2 2 0.00/1.00 vMB 0
92,563 92,563 00000000000b537341c243d9df70a27aec567e982351e4ea5df2bd6313d6d930 1 0.00/1.00 vMB 0
92,562 92,562 00000000000d0269a1d2e345bdb62eb0a0830c87b92f61967dd5c711d09ef63d 3 0.00/1.00 vMB 0
92,561 92,561 00000000000cb84f8d2c9aaae99aa5595e6bb5c0c35c5b877354bc9c3f8c7efa 2 0.00/1.00 vMB 0
92,560 92,560 000000000003312ae766ac0ee08ba9d13bd628fbfe4ee3473b8d0fce4e9e47ef 3 0.00/1.00 vMB 0
92,559 92,559 0000000000074c71a8c9356fb2a483fec98dd7fcc0294e2df059a2b540916b1a 3 0.00/1.00 vMB 0
92,558 92,558 00000000000cf923e7702b365dd34766795a5fbe611e77ef9be31de651536e6f 3 0.00/1.00 vMB 0
92,557 92,557 0000000000066486c7ec15879b8326d36aec8ecd3d8d8b736f35cf7d295e9fa6 1 0.00/1.00 vMB 0
92,556 92,556 0000000000078a269f87c8f49ded7bc67a7fdbe43d2595862b920e4252bd6e59 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.64 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: 550.66 GB
    • Received: 6.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.