Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
31.26 vMB
0.09572600 BTC
Random Selection Loading Transactions
Max Size: 188.53/200 MB

Candidate Block

Mining Attempt 1c34883a6d06375bc32094b8d1793d108f9dbe0f78cc600369bd08aa7f318e06
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 7349e2a01766e518307af38d3248d026d10d7febb7882e3b4233334b93ac2735
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,497
Size: 1.00 vMB
Total Fees: 0.02147966 BTC
Feerates: 45.88 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (622,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,569 292,569 000000000000000034fd57cf91dfd7c05e45c9436ebe7a55d6bb5be35516b92e 713 0.35/1.00 vMB 88
292,568 292,568 00000000000000008c66fb0db42004c7870575c06d4270b6c53fc6a9ffabb9b4 1,055 0.35/1.00 vMB 50
292,567 292,567 00000000000000008d019a2d130200cb0bdcd1ba9dae7dea1894c42af52bb4b9 291 0.17/1.00 vMB 23
292,566 292,566 00000000000000006a176cd92a496cc13e1a8d371d3887877bad683286f4b487 512 0.19/1.00 vMB 48
292,565 292,565 000000000000000058c07e8ade05016a82a20d62dffc8cbfb66172d6011eb170 582 0.35/1.00 vMB 30
292,564 292,564 0000000000000000c6d561375fc7e892ec115a1b9c8a778fd868ce74b52726cb 322 0.13/1.00 vMB 39
292,563 292,563 000000000000000076a55b62bf0557a2d68dcd192849fd8fc54b262d128372cd 555 0.26/1.00 vMB 34
292,562 292,562 0000000000000000cef367ab088b96711777e311dfdcb0b6e604b9d4f9eb3c06 54 0.02/1.00 vMB 34
292,561 292,561 000000000000000017aee58faf59d2ecf3a7cb0821938328d49e7b13ccc1d3fa 20 0.01/1.00 vMB 43
292,560 292,560 0000000000000000d5f920f0f6a3dac5a81b433954e9ea2291d87e4fe3d7f7a5 373 0.19/1.00 vMB 29
292,559 292,559 00000000000000004ccc6700e48fbc51a313f3b9614e4dcab0ac2c288b148aac 92 0.05/1.00 vMB 34
292,558 292,558 00000000000000005f1c5ecedf6f32bbe9cdccca7de24b40dae4ef37e63f1d3b 526 0.37/1.00 vMB 37
292,557 292,557 0000000000000000378c559ad2ab8e9a331eab0dc330fc046fdfaeba7f48aad2 930 0.35/1.00 vMB 51
292,556 292,556 000000000000000019d543f793c2bec62121fe8fc9f3e73a616c80194765af2f 372 0.39/1.00 vMB 24
292,555 292,555 00000000000000008cc81b3e937349a4165477150b43314eacd7b9968f31c7e6 286 0.14/1.00 vMB 32
292,554 292,554 00000000000000007091b39e7ee8e6cd3dbca37b9b700390a0c0eabf44650537 819 0.35/1.00 vMB 39
292,553 292,553 000000000000000077c593802ecc91d41c8ec5671b650a15976d00e61a552432 27 0.02/1.00 vMB 8
292,552 292,552 00000000000000006107aeac51d1d57fae2dd72e1f5c1eef7619d1c9a0a97f3a 49 0.02/1.00 vMB 34
292,551 292,551 0000000000000000d051d63a6ea72813f62aa821a2df4bd6f4d6fbee876bd6f3 792 0.40/1.00 vMB 37
292,550 292,550 0000000000000000b84c78c335c286d7ba23d66c91a6c0e9022fbd3fd06eecda 335 0.14/1.00 vMB 41
292,549 292,549 00000000000000005d6f84df532bfc94c10890da84d5284710b5f9cadb0f4064 234 0.14/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.01 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: 718.88 GB
    • Received: 17.98 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.