Loading Tool

Explorer IconExplorer

Memory Pool

40,071 transactions
18.72 vMB
0.03638108 BTC
Random Selection Loading Transactions
Max Size: 116.24/200 MB

Candidate Block

Mining Attempt 29ee80311ebe35d9d02c3c818b56697ad2f96af0e5f6470467c28abdfda5be1a
Version 20000000
Previous Block 000000000000000000012b0408e6db80974fe8413b2c29f4944bb13034f2a086
Merkle Root 3c9ab3a18f19ca6bc88c43b651af7d36bd73acdd993c7d669b17158bc3d0b047
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,537
Size: 1.00 vMB
Total Fees: 0.01555919 BTC
Feerates: 711.74 > 1.56 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,016 (321,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,735 617,735 000000000000000000094a9fa2e3b15dc2af62664fd8f447dd584671edca66a4 2,667 1.00/1.00 vMB 33
617,734 617,734 0000000000000000000799362f0695749e9521bd4d9722ec254138d74553d718 209 0.06/1.00 vMB 15
617,733 617,733 000000000000000000004287d5e3feac9b934f34c00ba64ee0444d74eee4c79b 2,689 0.86/1.00 vMB 6
617,732 617,732 000000000000000000096b3e1b0ee1f0257d402a1210d18910b048e14c13190f 2,067 1.00/1.00 vMB 11
617,731 617,731 0000000000000000000df3934fd329312aa122528e5502a69a964db56f3c817e 3,032 1.00/1.00 vMB 25
617,730 617,730 0000000000000000000d9183b6f84c6a2b06d05e7c38298306e2c297984bc105 4,043 1.00/1.00 vMB 21
617,729 617,729 00000000000000000003ca517dea3781db0d4a71e2cc0f84f2d81ab0677a3560 2,991 1.00/1.00 vMB 27
617,728 617,728 00000000000000000008c0ee597937fff8eafe16911ce1155b701c722e88b0a4 636 0.21/1.00 vMB 19
617,727 617,727 0000000000000000000c0d97269773f38c0309dddf661c912eb202996aff13f1 1,214 0.44/1.00 vMB 20
617,726 617,726 00000000000000000005bbfcb888e2133d0050a7edf5edf79b4414a07f660ba9 2,008 0.66/1.00 vMB 18
617,725 617,725 0000000000000000000bee09d2099c6e941867f68c44793a7ca3b1cf5675748b 2,691 0.96/1.00 vMB 15
617,724 617,724 00000000000000000011218d47d3a1fd907b98ecc043b0c22d7e303eead0e961 1,667 0.50/1.00 vMB 6
617,723 617,723 0000000000000000000e1af05dd8fc98df03bcfe2264f315559cb6512fa181c1 2,424 1.00/1.00 vMB 22
617,722 617,722 0000000000000000000fe67c071ec804e85a3f160a0f61e68a81fdcaab453a1a 1,290 0.51/1.00 vMB 20
617,721 617,721 000000000000000000054a3674a585c9b44d374a676c2f3e200fc2c85fe84118 1,358 0.54/1.00 vMB 19
617,720 617,720 0000000000000000000cb3733043521aac9a6cab906afec456080d75840bfc44 2,788 0.98/1.00 vMB 13
617,719 617,719 00000000000000000004220d95fee5d13073ee7ca0da2c29bc31f3aafecec9ef 2,928 1.00/1.00 vMB 10
617,718 617,718 0000000000000000000e646afbb6ad522f3523fd3673fe3f715c4c8f364a8096 2,729 1.00/1.00 vMB 39
617,717 617,717 0000000000000000000ff978b9075f75d432e5fd8b5e702c33340ab292314275 541 0.19/1.00 vMB 22
617,716 617,716 00000000000000000003dc0e4c405c0632ecd7ad19c00827c40f96ca0c9c0642 1,473 0.37/1.00 vMB 5
617,715 617,715 0000000000000000000991c17695eedcbf03cc971b5a1bdfd14c84980fe275fc 2,623 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 824.92 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: 4,213.08 GB
    • Received: 231.24 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.