Loading Tool

Explorer IconExplorer

Memory Pool

80,129 transactions
29.87 vMB
0.07184616 BTC
Random Selection Loading Transactions
Max Size: 179.89/200 MB

Candidate Block

Mining Attempt e5591717732eae44d70899bd7b8f08372e176d561ba5b24395e95e2f7f1d3e4a
Version 20000000
Previous Block 00000000000000000001d919ed88fc3960fd2643a2dd9bda2746788e7fade853
Merkle Root adef530df22c68da48d591e11bf6247f7f34eb13e9d45a69a91c218fb641bf35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,817
Size: 1.00 vMB
Total Fees: 0.01076188 BTC
Feerates: 200.89 > 1.08 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,986 (493,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
421,854 421,854 000000000000000003d663eb0bd1db0d569cadc927e4cb260f97de8755e633fc 1,962 1.00/1.00 vMB 36
421,853 421,853 00000000000000000204f89288d0a6c395ee21f5001768461d7068a59f11d062 2,404 1.00/1.00 vMB 54
421,852 421,852 000000000000000004f4246537f98230f9d07c5690e8f6aa86e2040f9226a0ab 2,944 1.00/1.00 vMB 91
421,851 421,851 00000000000000000416b34bd0910a6d525caa2da4ee65d6434cf92d319db938 2,363 1.00/1.00 vMB 55
421,850 421,850 000000000000000003c36daa698c33798bef9159f07a381a0c91c776d0e0d08c 1,913 1.00/1.00 vMB 53
421,849 421,849 000000000000000001e654e1b9673591c727444ea5c0d6cb482edcda4459478e 2,582 0.99/1.00 vMB 87
421,848 421,848 0000000000000000007780a3445b0a53bba48d5bcd35b79e3d966d4bb6911a6a 2,266 1.00/1.00 vMB 66
421,847 421,847 0000000000000000014fcc776f0a35f812d2c0877370b462332e09080a085cae 2,197 1.00/1.00 vMB 54
421,846 421,846 000000000000000003aee17373c01c0cf81a0ab7def6b53ea556b1b9e45f8756 2,332 0.99/1.00 vMB 64
421,845 421,845 000000000000000003bcaab781ebef3ef85d4cb1ad11bbe1ab614999447c2c8b 2,481 1.00/1.00 vMB 57
421,844 421,844 0000000000000000026bf8ca750d8eed3849ee3809e4ee315abb0ee089c9e01f 2,207 1.00/1.00 vMB 75
421,843 421,843 0000000000000000007f1e080f215cf30f44e3c9cd18b2dad064f7a801484596 2,667 1.00/1.00 vMB 83
421,842 421,842 0000000000000000005ee43342d67d6177e0ac3857409f53e0e9efbf29258dce 2,763 1.00/1.00 vMB 95
421,841 421,841 0000000000000000033a1ca27b5d4e2a079e9dca96b62071f53cdcad0d982ca1 2,016 1.00/1.00 vMB 51
421,840 421,840 00000000000000000017205f85801f91fbb255dd66332bb7d100031671f57906 2,570 1.00/1.00 vMB 71
421,839 421,839 000000000000000001912a3e75ac025fe1d0094c567e0732eac2fedc00c850a0 18 0.01/1.00 vMB 112
421,838 421,838 0000000000000000034700ae69ee61a9da4c8e5c20c3613678cafa81107e3ce5 2,515 1.00/1.00 vMB 103
421,837 421,837 000000000000000002cce24873147dd5edc9400c379b3412a1890987eaa263f0 1,984 0.93/1.00 vMB 64
421,836 421,836 000000000000000004dfc54559ffdf921c487b2350bf370be42f75640fc406ba 1,848 1.00/1.00 vMB 48
421,835 421,835 000000000000000002e9cef77cabfda89425df1e5c3f07c4f1bbdd13ac517de7 2,430 1.00/1.00 vMB 90
421,834 421,834 000000000000000004e65f3a7d47e6e52526ba429e811682920cc4ea0e32d0a4 2,751 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.37 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: 663.45 GB
    • Received: 14.91 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.