Loading Tool

Explorer IconExplorer

Memory Pool

80,038 transactions
29.47 vMB
0.12447756 BTC
Random Selection Loading Transactions
Max Size: 178.36/200 MB

Candidate Block

Mining Attempt ea0cbe0c920bc3e8091c6a7a6e669c71fef34d34777bb891ea61f1818883217c
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e7e1333d70f296b4b677f7040fe95f1ba53ec89d839318982848d6530d2a45a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.04451402 BTC
Feerates: 477.45 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (685,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
229,595 229,595 00000000000001c0cb32f77478d20f0d978aad57d54e0e99158e77d0da85776d 323 0.15/1.00 vMB 169
229,594 229,594 00000000000000c7b8d81bfa1f997afa554ae3e756d3c944ae8214579575a7ba 796 0.47/1.00 vMB 135
229,593 229,593 00000000000000fec543b1ec1efa32300a26ce0ca64d5dd53d0a956a3f3b51ad 1,274 0.47/1.00 vMB 229
229,592 229,592 00000000000000ccc545ebfd31a9ca76f670f6f2afac0a3e9ae5e466cea1ff2e 368 0.25/1.00 vMB 86
229,591 229,591 00000000000001bcfb0d1492512f82f7fcad53bb7b21c6d625916a546986252c 641 0.25/1.00 vMB 220
229,590 229,590 00000000000000c319d39ce300a773af9997170f3b126a2ecc9d089ee0974772 256 0.07/1.00 vMB 109
229,589 229,589 0000000000000177d2ba16f2d346ec11145fe499e5d35c7d5f973028afb3e60b 372 0.32/1.00 vMB 79
229,588 229,588 000000000000002f8118fb9cb380607221dc611f2c1eabcb59074fdab55291a8 1,100 0.47/1.00 vMB 189
229,587 229,587 0000000000000000fddd3f7f5f6ad9962f8b0560d7fdc09eda200785d5973561 282 0.25/1.00 vMB 29
229,586 229,586 00000000000000643f365d01acdad404329a3c24b82638dc221ce6e81adc90f6 618 0.39/1.00 vMB 108
229,585 229,585 00000000000000039efb6fdd99cb6c4c0e3bc4f5a174a5ee8d7f7577e0f7f19c 1,194 0.47/1.00 vMB 195
229,584 229,584 00000000000000cf2b26803e04d27a3b63e98b41a5fe283c5cc63cdba9b8209d 374 0.25/1.00 vMB 84
229,583 229,583 00000000000000b278790fdc0ffd6216e1b0085ca1e7754960c062a57383d32d 249 0.25/1.00 vMB 24
229,582 229,582 000000000000019c14e26520e3271ed80156e84f9cb5a38b1785b6f9a7a0b220 407 0.20/1.00 vMB 132
229,581 229,581 00000000000000c0194fb732649796d16f0718b2bf6cc9f7dc841f25bd728c5f 92 0.04/1.00 vMB 84
229,580 229,580 000000000000018f1cb395f3256f662ee4bfdf8276bbb82050b13aa15203207d 140 0.25/1.00 vMB 22
229,579 229,579 0000000000000107be27af2ac55177a4742f8789540e5583ab7a897c8ae5654e 798 0.36/1.00 vMB 145
229,578 229,578 00000000000001724ec3ea54c3cba74cb6b632616e0147eb2d600ac692d22e7e 6 0.00/1.00 vMB 125
229,577 229,577 000000000000020d5bf34855c1f8f08bdd106d63c212cd91e161833fba3f6b65 212 0.26/1.00 vMB 25
229,576 229,576 000000000000001f811c267587da84833aa3268e16cf2e33176a60390b105353 456 0.25/1.00 vMB 70
229,575 229,575 000000000000025504f6798a1ae85cb7c5a8f4b5c4fc82ae1452558ee2472a9f 757 0.34/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.