Loading Tool

Explorer IconExplorer

Memory Pool

77,204 transactions
28.44 vMB
0.08888335 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt 0bc6a7de4ddaae1041b449126db56dc0a0a045d82b2e1ff69a2cff7bec3ab548
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 87779d47313a2d3232ddf1f2ae146b40b5ada3c5f703a74e43af9dbeed0318e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.02510402 BTC
Feerates: 477.45 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (440,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,625 474,625 0000000000000000015635c53944f29005852141912d5386c10331a238d24b61 21 0.01/1.00 vMB 255
474,624 474,624 000000000000000001838df175978425fcbc4f055ed09b45cb4364301f2da75d 406 0.19/1.00 vMB 210
474,623 474,623 000000000000000000f6c0ed1cc357e05be8c6ec40a60d3230359e0dd9737094 1,269 1.00/1.00 vMB 126
474,622 474,622 0000000000000000014a8175b0dedc9d164c6525052aae04cff7b1aaef17d6c9 1,488 0.99/1.00 vMB 123
474,621 474,621 000000000000000000634dbb9460b5ae441d4f63ed11a80944d15f23abf6657a 2,008 1.00/1.00 vMB 86
474,620 474,620 000000000000000000ee7dca02ea64ca95607c1c8ae13783d8414fc9740db6ec 1,674 1.00/1.00 vMB 50
474,619 474,619 00000000000000000181a446596e45c17a700d18b3a6aa23d1108c35f87b33dc 1,684 0.99/1.00 vMB 222
474,618 474,618 00000000000000000034884d7996b99f0e6d76d005d2f292892c2e9bf07fb377 1,904 1.00/1.00 vMB 202
474,617 474,617 000000000000000000409f65f75d58690f9ff45640254ee02c723c667dba7892 2,003 1.00/1.00 vMB 295
474,616 474,616 00000000000000000119a535201f66e5ab22f91f0fe8433ccfde5d169d78efc1 2,148 1.00/1.00 vMB 78
474,615 474,615 000000000000000000f84021d63f8e21e9bcb5ac28b78b9e7ae292b726891896 1,958 1.00/1.00 vMB 288
474,614 474,614 0000000000000000012494ddcfb91d3968b2ea4d2dd55e0d94b23c6eb1f11cf8 2,071 0.99/1.00 vMB 129
474,613 474,613 00000000000000000154ee5eba1921ca71fba060ad499e331b6b8cc6e59c11e6 1,971 1.00/1.00 vMB 277
474,612 474,612 0000000000000000015a5f726cb489f7dd64982da183a2bbad5f808614b5cc5a 350 1.00/1.00 vMB 15
474,611 474,611 00000000000000000149abb9392f1c39156d9cccdded0d93d48da1ff4e502077 1,008 1.00/1.00 vMB 84
474,610 474,610 0000000000000000008dfd8643f898ba68e8b51a3efd05e7782b68455c625106 126 0.09/1.00 vMB 141
474,609 474,609 000000000000000001151d023b50fae6331c9c606814c1dd53219ac61de1be10 2,126 1.00/1.00 vMB 75
474,608 474,608 000000000000000000c3aeb9e46846ca9d4b34397aa67610990c884c9604aab0 1,765 1.00/1.00 vMB 116
474,607 474,607 000000000000000001272b7fa5209650dfaf6ed6b3b5dfbf4b3923ff3347df36 1,701 1.00/1.00 vMB 38
474,606 474,606 000000000000000000cb1487274d32f0e63016b59bf2444c292a22ae54d62beb 2,356 1.00/1.00 vMB 262
474,605 474,605 000000000000000000074409e436f92694e286df6a78549921483bff243f67b0 1,613 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.