Loading Tool

Explorer IconExplorer

Memory Pool

72,695 transactions
28.03 vMB
0.06685045 BTC
Random Selection Loading Transactions
Max Size: 166.05/200 MB

Candidate Block

Mining Attempt 5c71e679cc1a1b93b5d538a0e79ea6b61233b284b376f4e95f621340dec6aea7
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 7a76d67e9c9785c95b0b733be45d87157bf02eec5dcf634b64038bd3d44a6306
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,884
Size: 1.00 vMB
Total Fees: 0.01090293 BTC
Feerates: 150.86 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (403,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,484 511,484 00000000000000000005b4049bcb4f9a8118ee958fec84c7ef92ffe21d8e46a4 2,509 1.00/1.00 vMB 92
511,483 511,483 00000000000000000054865f3ccb642490bd7e03bc8fbe07f672bac6dc7391ba 903 1.00/1.00 vMB 24
511,482 511,482 0000000000000000002c63aef3bdefd9965b59f2fb7becce22d3c9b21b69e923 1,897 1.00/1.00 vMB 55
511,481 511,481 00000000000000000033b1aa1954489e74fa7248469fbedf44a33ab628c0ed70 552 1.00/1.00 vMB 11
511,480 511,480 0000000000000000005c9c23bc278fb55452f4fb2227c0640f4f7d33b104908d 1,638 1.00/1.00 vMB 41
511,479 511,479 0000000000000000000a7b10871cb365820e964bd33730beabae2a45da51f43e 1,733 1.00/1.00 vMB 62
511,478 511,478 0000000000000000000c7d68814b8a30d2d0d6f60de85f8a39c9c08186eb2184 1,163 1.00/1.00 vMB 9
511,477 511,477 00000000000000000037a94aa83566e54013b27b2306bff1594e834e41715d86 1,951 1.00/1.00 vMB 48
511,476 511,476 00000000000000000053f011b3b032d431a5d90dd72d5ce9dddbb068a51df7c9 2,055 1.00/1.00 vMB 54
511,475 511,475 000000000000000000359274dbe6b606b4be0811bd13c7174b4664c41cb53955 2,777 1.00/1.00 vMB 37
511,474 511,474 0000000000000000004da3a052f2b8bda38cb12f8dd121222cc2e2f1d9662f41 774 1.00/1.00 vMB 45
511,473 511,473 0000000000000000000f21a469e7e9634ba12deb2cf18aabdcccef8a495e8614 1,413 1.00/1.00 vMB 93
511,472 511,472 00000000000000000044776a430134afb6314708e5299154dca6cfc74556dafd 453 1.00/1.00 vMB 9
511,471 511,471 0000000000000000001f326e1046ae4e49186fd7be595c89aaa3e70a1cddc537 896 1.00/1.00 vMB 28
511,470 511,470 0000000000000000003568022ede1858729bac60620559d315e6069dd1d1155d 2,088 1.00/1.00 vMB 20
511,469 511,469 0000000000000000002c4eacf4a42925050cb93239765bdd7500d6fb009eb3c6 1,912 1.00/1.00 vMB 40
511,468 511,468 0000000000000000002dc4418fb2ba4e76f67adbc00ca43ebbe412d607bd7d45 2,550 1.00/1.00 vMB 121
511,467 511,467 0000000000000000003a8788bb21710e2a73be4351a7e6b577a762c9f6830a1f 212 1.00/1.00 vMB 4
511,466 511,466 000000000000000000488972ed6db8e57d58b95c88c19c736072e5b9f585ca9c 986 1.00/1.00 vMB 14
511,465 511,465 000000000000000000352c72211e4578028855a7ca4f7465d3959153aed4d465 1,210 1.00/1.00 vMB 15
511,464 511,464 000000000000000000191f7540fb043170e610d5285786ba79118e3eaff8d784 1,501 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.