Loading Tool

Explorer IconExplorer

Memory Pool

81,872 transactions
31.11 vMB
0.09321112 BTC
Random Selection Loading Transactions
Max Size: 188.77/200 MB

Candidate Block

Mining Attempt 391e398105051c378ece948847bd9f51bf066e8fc5ad1b652b9da5ffb869feb2
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 8eee77f5d7ba0b7bebd16fe81fbf8f749be82642cb549b9a8a316a54faf12d34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,439
Size: 1.00 vMB
Total Fees: 0.02606976 BTC
Feerates: 351.58 > 2.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (685,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
229,574 229,574 00000000000000c48420649bc49b7645f039e128cbb736607f99000d47b7c0b8 591 0.25/1.00 vMB 146
229,573 229,573 000000000000027f647adb2e1fdda7dd66d5bccc5ebb1a2be1fe1130cfd41e39 89 0.04/1.00 vMB 159
229,572 229,572 000000000000014073d6f1e79f6540fef5a03243b729b662939c23ecb6dd4dc5 223 0.10/1.00 vMB 299
229,571 229,571 0000000000000002be36145019716d8a03b30b4095f4e19f850478e03d79fe07 160 0.08/1.00 vMB 116
229,570 229,570 000000000000013dabced3ac4478392e5eb7f9b4160b8d9ffe626ac80671126f 362 0.14/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.