Loading Tool

Explorer IconExplorer

Memory Pool

45,055 transactions
27.04 vMB
0.07227299 BTC
Random Selection Loading Transactions
Max Size: 142.64/200 MB

Candidate Block

Mining Attempt 9940f6b83c0a8aaf1616c26c8ca9dcbc5b7df3a7434b05ee30947b0d6452c05b
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1d3ce961824ad5eafa900905431aece3b80edbde69dd8255d6b9f1b8887ccb10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.02212983 BTC
Feerates: 201.13 > 2.22 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (454,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,086 460,086 0000000000000000004c9b3d9790b4ed64ba9d9c32b20a2fb72b1e7cbbf7614c 852 0.33/1.00 vMB 204
460,085 460,085 000000000000000000f0e2ff085bb1a5ed25bf244504499549cf7174c746ebf0 1,353 0.65/1.00 vMB 144
460,084 460,084 00000000000000000052c4c4e1618d0c6bfafe02b4f3ffd146af5440822a2964 536 0.40/1.00 vMB 68
460,083 460,083 000000000000000000bf481601e6c1751d2195aaada76f3c3ebb2ce839871833 1,915 1.00/1.00 vMB 155
460,082 460,082 00000000000000000058e0fd8358a728bea3926fe09e9f9f58da5ab8d02f2ed1 2,011 1.00/1.00 vMB 94
460,081 460,081 000000000000000001fa1dafd1ab0d5ba2f7ba3db11c666ef155d7e3b29b3794 1,670 1.00/1.00 vMB 93
460,080 460,080 0000000000000000007eb3ca553997de98643692f0c169e41bd07e7cadfeed89 2,249 1.00/1.00 vMB 154
460,079 460,079 000000000000000001131887aac8f14a186818a50bc7c045fc082d05e9f3fe39 2,631 1.00/1.00 vMB 142
460,078 460,078 0000000000000000010725220830b554e3b4919fc49f7fc37563abea9ae59a31 2,185 1.00/1.00 vMB 170
460,077 460,077 00000000000000000098e4f2fa302180b04fe1bf704e07e701ed78719c3c1380 2,008 1.00/1.00 vMB 211
460,076 460,076 000000000000000000906f5c47b7446ad781f19ae50d201a44e32c0d890a31de 1,462 1.00/1.00 vMB 100
460,075 460,075 0000000000000000015e0b16e5fe54616bc1d291d73f54c06bdc75ff83e691c7 1,803 1.00/1.00 vMB 107
460,074 460,074 000000000000000001868225496e7600a9fc6eb815ed64084f3dca7b60a1459a 2,130 1.00/1.00 vMB 139
460,073 460,073 000000000000000001512741a806c500376fd0ab648b9ea8c5dee37cb2fb9b62 1,811 1.00/1.00 vMB 99
460,072 460,072 0000000000000000021386337dbd1c407a5f20a2a0b809e772eabbc70af163c7 1,355 1.00/1.00 vMB 129
460,071 460,071 000000000000000000db4214bfe97a05473624da349eb9e15b92be85a5e83b2c 2,629 1.00/1.00 vMB 160
460,070 460,070 000000000000000000308a013733c57e9c5b4bd14bc4e53e630bd689e8d2b04a 2,142 1.00/1.00 vMB 147
460,069 460,069 000000000000000000116102e7af7946f8b8d8b5d43d6e3f9c1ff46428fdc20c 2,088 1.00/1.00 vMB 172
460,068 460,068 000000000000000001b65607cc47a3b41125114dbebea58fbf50afd44c7555ad 1,598 1.00/1.00 vMB 171
460,067 460,067 00000000000000000186ea952eb0692e4189005e5bd0e9bcf0c05d0fb151ec07 1,655 1.00/1.00 vMB 190
460,066 460,066 0000000000000000008d94fc1e46af65a02b6d560561cff85635d7799054f0fd 1,641 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.01 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: 649.25 GB
    • Received: 13.15 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.