Loading Tool

Explorer IconExplorer

Memory Pool

80,133 transactions
29.56 vMB
0.08907725 BTC
Random Selection Loading Transactions
Max Size: 179.15/200 MB

Candidate Block

Mining Attempt ad2c657f40a7bf6c57ae3b16b5389145db7e600a34754d734733a924fa31040d
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 1bf88e79b602d11d9e7668ddcd931454565d2de40595baee1ba93e1420e98411
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.02667478 BTC
Feerates: 278.95 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (481,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,775 433,775 000000000000000002dd91bc05dd24dbf65cd8e158e11782b3d7f91ac6cf3abf 1,761 1.00/1.00 vMB 81
433,774 433,774 000000000000000000e04cd7744785355ef803563c50ccca07e8e98fc021ffd6 1,860 1.00/1.00 vMB 91
433,773 433,773 000000000000000003393e919f9c1c48a03259ba8272daed0db8e521551a35d2 1,847 1.00/1.00 vMB 83
433,772 433,772 000000000000000003a4a24176567d7a8221780ea1403ed2dc4cca6e2cfb2cd6 2,592 1.00/1.00 vMB 125
433,771 433,771 000000000000000003847bac756c57c5abee376b4b0720164e4f74163bc68049 2,388 1.00/1.00 vMB 67
433,770 433,770 000000000000000002c5f3aa23cbfd771e8c6a840025a1eccbf09ed54337df89 2,400 1.00/1.00 vMB 80
433,769 433,769 0000000000000000016dcd2a28c9e9675a5b8bf6b5dcc9eea47d423eeefbaaf0 2,382 1.00/1.00 vMB 82
433,768 433,768 00000000000000000240e170f82d7147cfc7a59d16835fb30682c99f961b4cbc 9 0.00/1.00 vMB 453
433,767 433,767 0000000000000000024b08a216399101b4af79405f71c7a94f6171597983eab9 2,710 1.00/1.00 vMB 78
433,766 433,766 0000000000000000002f05ebdd6a9752ca4da48c9ee5fb0b412d384004c51a59 2,228 0.75/1.00 vMB 68
433,765 433,765 00000000000000000009e85dc690f8b6e19803f93b68e07373b9ddd71061d7c0 1,506 1.00/1.00 vMB 81
433,764 433,764 0000000000000000038c874af258c39521e6dae9b31f133bee9a4b8daf82da60 2,356 1.00/1.00 vMB 63
433,763 433,763 000000000000000000ef5cd544c76eabeb08542c2eca0eb3d34942e635b77e13 2,353 1.00/1.00 vMB 69
433,762 433,762 000000000000000000bf928453de82670b8bc9b0001e51f788f7512299f377b6 3,027 1.00/1.00 vMB 100
433,761 433,761 0000000000000000000c49d62e9f5df4c42dbfff424d2594e160846cda6cf4cb 2,246 1.00/1.00 vMB 55
433,760 433,760 0000000000000000016bd3e86e0273727a344b8c00a42f967dc927b1aa1e9be1 2,604 1.00/1.00 vMB 82
433,759 433,759 000000000000000001d6eb88c47a1d65f597b46e0a87a6b2119db057a89a4f5a 1,111 0.73/1.00 vMB 48
433,758 433,758 000000000000000002f9fe4841c72900a305b4334082879b9a0c12f171714f49 1,976 1.00/1.00 vMB 60
433,757 433,757 0000000000000000013d252049553e135dfb58a4b5955eaa7928405eb87f4b42 790 0.72/1.00 vMB 48
433,756 433,756 000000000000000000fe65e4adda4eeff44f5c47a63dfb24222d4fc013e5f642 2,317 0.97/1.00 vMB 63
433,755 433,755 00000000000000000121775bcfe86c8c5a7090aab5c67bee0f739e995d79dbc9 1,093 0.46/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.