Loading Tool

Explorer IconExplorer

Memory Pool

80,937 transactions
30.06 vMB
0.07414570 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 3929d57d8d506d6a228dec2fd38d122254147245b3dd7eb444241bfb2a74c3d2
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root e81e7a6e594af3f4e59a3dbd59a6348e24b7abdb58600cc754f4e0ead7abeea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01247883 BTC
Feerates: 40.21 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (560,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,020 354,020 000000000000000005c245f16778361cfee92ba4f529fe72cedbed8c17b15e3e 1,683 1.00/1.00 vMB 26
354,019 354,019 00000000000000001681f75e70d43a7a642557e2d83cc954d58f2e6484d86b7a 761 0.43/1.00 vMB 25
354,018 354,018 000000000000000014911b88032d9f98aa9340dc7ebb0c8307dc495c88b4a046 1,412 0.75/1.00 vMB 27
354,017 354,017 000000000000000004adac40d7bc6c0a0640825cd56c7661dba1f6d23b6793af 288 0.14/1.00 vMB 27
354,016 354,016 00000000000000001484504d10f457cbda105b18d05c79e43151caf54941c380 309 0.16/1.00 vMB 27
354,015 354,015 000000000000000012481a6a7b8fb87cfff21a9f3e58e4ed0f475ac3ef094747 136 0.10/1.00 vMB 10
354,014 354,014 00000000000000000e0dc3384493d6b74e2e0c0eabf7b090a0341f069ba860fa 621 0.34/1.00 vMB 25
354,013 354,013 00000000000000000c94aa48ddf31679a7d71e93b6711e1768372e1e2f865730 821 0.53/1.00 vMB 24
354,012 354,012 00000000000000000adba79392d367772885bde73c0939fe3776cea97b9bb357 362 0.19/1.00 vMB 26
354,011 354,011 00000000000000000dee1ae5af269b88ea312aa2d2efdf535c66ca3ffed015d6 1,262 0.69/1.00 vMB 28
354,010 354,010 0000000000000000125c586fa20ae20a0d810de590fc1092f898f0863af52923 444 0.25/1.00 vMB 25
354,009 354,009 0000000000000000016f94fa2adf5b4a8f15b446879203562ce14b3d4d89998e 89 0.10/1.00 vMB 9
354,008 354,008 000000000000000009a35c15d52ef6b4fcc73b3b7d4cd210e9c2816f87b77bc2 119 0.07/1.00 vMB 11
354,007 354,007 00000000000000000a01d92d8e4722235feb5857f21f4e323e91d2be5396d9b5 360 0.18/1.00 vMB 24
354,006 354,006 0000000000000000163b7a6c346eba255348bd63f02e6bf37a9b5a8251f8b716 589 0.27/1.00 vMB 29
354,005 354,005 00000000000000000eb26760f1ff62b0b9ec79a25c7615c99430f11f2304e1ab 405 0.21/1.00 vMB 24
354,004 354,004 0000000000000000116c6fdc8547e35f4c085b850899e51aa7f2c328d8ca32ba 341 0.19/1.00 vMB 20
354,003 354,003 00000000000000000a9d704161af9871b55c0bbb8bf6e772d5241480742bad5a 968 0.48/1.00 vMB 28
354,002 354,002 00000000000000000bd15fb48b87160c53caac35ab9e6515b59bc0187982766b 1,483 0.70/1.00 vMB 26
354,001 354,001 000000000000000005ce357b2bb22f3e2e770a89d9f81af07e65aa28b11034bf 195 0.11/1.00 vMB 20
354,000 354,000 00000000000000000cf8af9be2709e9d7adf2c33b3789aeeff517987f4be22e8 852 0.43/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.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.