Loading Tool

Explorer IconExplorer

Memory Pool

45,908 transactions
29.11 vMB
0.14192435 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt 6910e2bdc8b23c1d31920ef369df0087c7fb9c54d8726699252a008b8b86b517
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root f596d180b855e8c8afcb0842aa755953dc4c43fa89c67b59256b5bef6edcf805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04320758 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (403,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,014 511,014 000000000000000000061ec9074cd5a3d3bbc947b86bd3f6a86b516b2f13f2c8 2,386 1.00/1.00 vMB 31
511,013 511,013 00000000000000000042b7eb6d93d17a918eb2d3d0f223c355c90e64a6bc63d4 2,549 1.00/1.00 vMB 58
511,012 511,012 0000000000000000003fc8fa988a22a77eaef37e0677d64c9c0342ffb3911bc7 2,500 1.00/1.00 vMB 68
511,011 511,011 000000000000000000232351e5557c91ddbd7428003f2a00fc926d1826a7d573 931 1.00/1.00 vMB 24
511,010 511,010 0000000000000000004aca30dce8c2a5a330d5fb67f7179a8e4e7fc397918707 1,995 1.00/1.00 vMB 35
511,009 511,009 0000000000000000000033c7217613a470017d4f957a4aecf6d2a1e54642c1ad 1,158 1.00/1.00 vMB 29
511,008 511,008 0000000000000000004168d2e6f4a8405214521e9f53d5a06f4da9e5e87c1d76 987 1.00/1.00 vMB 21
511,007 511,007 0000000000000000004b33d0d868ae21b82f1f374b897ff93054b8165c07ac6d 1,474 1.00/1.00 vMB 8
511,006 511,006 0000000000000000003267e457ac9e835ff80ca7085f2cd25fdfe7b7686d018d 2,494 1.00/1.00 vMB 38
511,005 511,005 0000000000000000001b13dbab692e6f8d215f656bcbecd2c305f3916c4569c1 2,055 1.00/1.00 vMB 44
511,004 511,004 0000000000000000001664954bf1f3176b3f49ba4b151b16ace1b4191b1c9910 904 1.00/1.00 vMB 31
511,003 511,003 00000000000000000034845851d4de4bf6aac526fc86e7daeb18cfde09785e70 874 1.00/1.00 vMB 70
511,002 511,002 00000000000000000015469c982f84824cb9306357e6f3735ef9785631ca0ab6 1,049 1.00/1.00 vMB 15
511,001 511,001 0000000000000000002137e55e80652f2c2c95c06506b7f89b41468e34fd285a 2,011 1.00/1.00 vMB 44
511,000 511,000 0000000000000000004368e06a37ca9def6e881129f8d16bb44c19925d3c4465 205 1.00/1.00 vMB 2
510,999 510,999 00000000000000000042eedff2e776e72ba45d0ec44905cb9579cab1f517ac88 548 1.00/1.00 vMB 13
510,998 510,998 0000000000000000000848ccccdd85528e8dcdaa05abd4d16df16bb58a79b7f6 1,142 1.00/1.00 vMB 25
510,997 510,997 0000000000000000000229e616757d04fb8c8d741909fb094f9571a73d6cd5e8 397 1.00/1.00 vMB 9
510,996 510,996 000000000000000000161860bf50e2e85ebdc2b5b0333723b4c06c669677c956 1,394 1.00/1.00 vMB 10
510,995 510,995 0000000000000000005129e8f3fb5487cdad65bffced5117606dd24df9424417 1,968 1.00/1.00 vMB 56
510,994 510,994 0000000000000000005b351d4bb6e1677f59fb70eaf2aa246675101f2c431567 1,246 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.