Loading Tool

Explorer IconExplorer

Memory Pool

73,986 transactions
28.85 vMB
0.07344272 BTC
Random Selection Loading Transactions
Max Size: 174.89/200 MB

Candidate Block

Mining Attempt bc318a7b5e68a6fbe1eaba7989cf56b1fdceefdd6def86fcdb6a7ef99b5441c2
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 4b642c200dab7469d48eecedb003bcf10dc0fb753ceb338c2c43a3082370c565
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,213
Size: 1.00 vMB
Total Fees: 0.00960433 BTC
Feerates: 100.26 > 0.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (764,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,606 150,606 0000000000000ada3dbe4c08f73e4d0ee415ce970ebb5cb7f290e9fa89488b78 50 0.02/1.00 vMB 102
150,605 150,605 00000000000009b10454493b0d6956f3bd7c6fdf2ff1ee83cb72ac80644327a3 16 0.01/1.00 vMB 317
150,604 150,604 000000000000051c4170a44ff1ae849309e01206a569ee7d6cffcbd32fc0a7b5 109 0.04/1.00 vMB 120
150,603 150,603 000000000000063e1b2ca8f04c39b54d41c939d8e885cd53e963785c9a714d61 106 0.05/1.00 vMB 128
150,602 150,602 000000000000034ca14173219992f32aacf57029c7c2c04f2f3125fa5fd28f91 55 0.03/1.00 vMB 136
150,601 150,601 0000000000000899219e7836bacd997db59f3bd23aca51435d9f29e703091769 3 0.00/1.00 vMB 0
150,600 150,600 0000000000000727ee977ff20530096f81986b5e9be3b6f917de13991d36791e 5 0.00/1.00 vMB 165
150,599 150,599 00000000000007f5eb5e1e976c605d6ddde3378ef48fe8c38c1dd3c2a39eac42 8 0.00/1.00 vMB 71
150,598 150,598 000000000000087750ad04511e9097eb5aefee6f211ddd98c78f2ccaa50d4aa1 85 0.03/1.00 vMB 195
150,597 150,597 00000000000003ed7d935fae6c8dd12afa49d3c54c8756c81551e15d1b2be75c 14 0.00/1.00 vMB 295
150,596 150,596 00000000000003ce50a3e42683762864ff640a12a0c87506a5c46b5dcbc57e54 122 0.04/1.00 vMB 13
150,595 150,595 0000000000000178fa19e43c52d7fc22cb1cefc8d72718ab37bb82f5794b5480 47 0.02/1.00 vMB 69
150,594 150,594 0000000000000186a4345b91462f8efb408bc23cf3e643b1527bbc85a2614170 25 0.01/1.00 vMB 66
150,593 150,593 00000000000002d9faa12db1afc52d5e6d8c07abc01867eb3ec9d8de6694afd8 64 0.03/1.00 vMB 56
150,592 150,592 00000000000007f1533c2e63d0fde480a24d9d07287c7ed0ded834c7534a9323 11 0.01/1.00 vMB 19
150,591 150,591 000000000000011e53ec2891280cecadd01a43ec89bbd9d8ed9c67ce13f0afad 8 0.00/1.00 vMB 18
150,590 150,590 00000000000007b5a5bea8d46b70d45429c2e42a9bfed72bf205a4b85611ab54 15 0.00/1.00 vMB 42
150,589 150,589 000000000000098f7f892235c15a53159e6ab9bdf8a30a7f5f9f749926df3fb8 34 0.02/1.00 vMB 133
150,588 150,588 000000000000027d8c6133a5ccd76ff85343ffac988c446dc9209ec9c6d6a5da 139 0.05/1.00 vMB 134
150,587 150,587 000000000000030d9d6ff184dbe4bb0d0f8b4fd6a327b964cb42b584f312b074 80 0.05/1.00 vMB 78
150,586 150,586 00000000000009021ed3327eff6f9d889034fb8cb53142dd1195dec15b0ea001 20 0.01/1.00 vMB 253
Previous 10 blocks ↓
Total Size: 783.15 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: 743.22 GB
    • Received: 18.69 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.