Loading Tool

Explorer IconExplorer

Memory Pool

80,199 transactions
29.72 vMB
0.14196937 BTC
Random Selection Loading Transactions
Max Size: 178.58/200 MB

Candidate Block

Mining Attempt 2c48cbff16b969b21f85b8968401c5bca6e39eb26166fa1b44f733bc7775ca10
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root cc42db24b3c1dcab1288ce190828613cef97817b0647e63b533c7f1a04df3922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,536
Size: 1.00 vMB
Total Fees: 0.05533081 BTC
Feerates: 526.32 > 5.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (112,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,618 802,618 000000000000000000053bf5b0e6299a4449cceb7089dc4985419a5f67822485 3,207 1.00/1.00 vMB 16
802,617 802,617 000000000000000000003bd2bc32b85864adc82f90951aa446fea8a26e927789 5,512 1.00/1.00 vMB 7
802,616 802,616 00000000000000000002cc1a20c2d50e2a6f5e525db2ef10106dcb55e0a6c46c 3,110 1.00/1.00 vMB 9
802,615 802,615 00000000000000000001071c8dfdadffdf1b99e1705a959c7abe4a542f025cd0 2,800 1.00/1.00 vMB 21
802,614 802,614 000000000000000000012d6e58297fb55494eae1ea2342d2e4569d1790a3ecfe 4,953 1.00/1.00 vMB 8
802,613 802,613 000000000000000000051ff5247c4a4f64caade51e7e553e258a84d904da1ddd 1,456 1.00/1.00 vMB 14
802,612 802,612 00000000000000000002914fa0cf36ba1a825c4bac84b794abf07a746952bdef 4,380 1.00/1.00 vMB 6
802,611 802,611 0000000000000000000427ce47a15667ab039571418b42c1c9472bf8a99c5968 2,725 1.00/1.00 vMB 20
802,610 802,610 0000000000000000000288764220880d35d0ec148a8c0a0c0a5a397a3a52c8a9 3,933 1.00/1.00 vMB 8
802,609 802,609 0000000000000000000486eec8e87f017edc7b94ceaf2129eeeafeea36e630c1 1,670 1.00/1.00 vMB 12
802,608 802,608 00000000000000000001ad62c399da42f3151bd90e9d39a5c5b4368d5918ab8f 1,756 1.00/1.00 vMB 24
802,607 802,607 00000000000000000004941390b8bcec26051b00ea447ce859a09cd13a778f1c 6,812 1.00/1.00 vMB 7
802,606 802,606 00000000000000000000d64c3f706d0574f233cee424f59ad50782cc909f80ca 2,923 1.00/1.00 vMB 15
802,605 802,605 00000000000000000001778a6bbaa073e2f117de197205e5ef90f6fd96cffea9 3,903 1.00/1.00 vMB 9
802,604 802,604 00000000000000000001b9d91df27196b96c15443c048f6cc35b4a5a45ad97e4 4,743 1.00/1.00 vMB 10
802,603 802,603 000000000000000000042cfbfb90ac1c7af07a4d2868841096cc9af3ba9bb015 6,163 1.00/1.00 vMB 7
802,602 802,602 00000000000000000000b4fac74be1d30473cb46f1060a2239bf8e403469f235 4,752 1.00/1.00 vMB 9
802,601 802,601 0000000000000000000413ca11b992b7af6bb57ffc1d81a7ad4e2fafd86f7f26 5,458 1.00/1.00 vMB 7
802,600 802,600 000000000000000000014d4330ecebe48b97cca46f5ebfde4054c0285a5c25d4 5,854 1.00/1.00 vMB 9
802,599 802,599 000000000000000000032b9cf3da7eb5d3128c7dccbc536014332ef7e192a53f 2,532 1.00/1.00 vMB 12
802,598 802,598 00000000000000000004831ef21b78976b1d32787f1a60940a4d207a44319373 2,562 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.85 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: 712.80 GB
    • Received: 17.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.