Loading Tool

Explorer IconExplorer

Memory Pool

79,177 transactions
29.37 vMB
0.12478602 BTC
Random Selection Loading Transactions
Max Size: 176.83/200 MB

Candidate Block

Mining Attempt 9d1e7e5434da381f00c46d4fabc8f043ccdc1158b65bee8cf75a4cf02b0d4ea2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 59ba473f126fffee063f09128f1e0324b678692240b79bfa86346c80f6662b94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,351
Size: 1.00 vMB
Total Fees: 0.04517493 BTC
Feerates: 150.80 > 4.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (440,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,636 474,636 0000000000000000005f4ac20c38ea6d69b03a1329e1f10ffd0c437ac31a1777 1,722 1.00/1.00 vMB 231
474,635 474,635 000000000000000000b3d03e0c288e96a44fa26c730f1e3253bdbcc5da4685d6 2,006 1.00/1.00 vMB 122
474,634 474,634 000000000000000000e7d55cc9b35e4f540afc6b7ee1bf1bc53743fa9686feae 2,001 0.99/1.00 vMB 243
474,633 474,633 00000000000000000106defbb7c951011b11e54164f8220bbda7e8671abd84c5 2,159 1.00/1.00 vMB 227
474,632 474,632 00000000000000000039c45039dddb54a5c57cf4a78a848fa4a0f3db544982b7 1,131 1.00/1.00 vMB 74
474,631 474,631 0000000000000000005d707a3b7bf40062a9942368ac72d71a16ed27f9ab1739 1,525 1.00/1.00 vMB 118
474,630 474,630 0000000000000000013c3da56b89e837cc2a2c20d490813e2067d7d0bfd7c0da 1,528 0.99/1.00 vMB 120
474,629 474,629 000000000000000000a6a6de4396469701e7b271a68b16240a82f94222da95e5 478 1.00/1.00 vMB 32
474,628 474,628 00000000000000000141f4744bf8048656b7161a45fe53921735b2355bcb2ab8 985 0.43/1.00 vMB 172
474,627 474,627 0000000000000000018347f561a0cf53f0e06b31a20ff6a871036f11b6556298 1,549 1.00/1.00 vMB 125
474,626 474,626 00000000000000000118a1552fce8180c8d85ffcecda65dbb2069ecc82f1b144 519 1.00/1.00 vMB 38
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
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.79 GB
    • Received: 17.21 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.