Loading Tool

Explorer IconExplorer

Memory Pool

77,128 transactions
28.51 vMB
0.09760963 BTC
Random Selection Loading Transactions
Max Size: 173.31/200 MB

Candidate Block

Mining Attempt d5cc57cd2ee98cca2a9986c8441ab895678229ed37731f155281525d8e66baef
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root dc036b8065a20b5828f3290fa693dfd943bcdfd808d46747a05c8f5a7133520a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.03320428 BTC
Feerates: 526.32 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (419,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,888 495,888 000000000000000000982654b903f7ba8e8419e8e821c4c4d03f5521c4bb7046 1,893 1.00/1.00 vMB 198
495,887 495,887 00000000000000000069f9286ed82fa7e4882731e807e7470ceb5a2210e3b6c1 2,244 1.00/1.00 vMB 179
495,886 495,886 000000000000000000b98748d5ea478aae623aad04a24dc4e0b4a43cb5852bc1 2,421 1.00/1.00 vMB 265
495,885 495,885 0000000000000000009b1f072f5f1c027a61935145d962d5acd5ed7ee6672677 2,417 1.00/1.00 vMB 155
495,884 495,884 00000000000000000003873db455966d23b7199f02031bc2a71e12cb68ebd1f3 2,813 1.00/1.00 vMB 246
495,883 495,883 00000000000000000029f50ad1056c0696342171750b9026a7fa2e534af6959b 2,445 1.00/1.00 vMB 146
495,882 495,882 000000000000000000197af669cd0cc70547e08a5dca77d3ee4d95e2c5bd5f70 2,227 1.00/1.00 vMB 51
495,881 495,881 0000000000000000006e1b1d9aefc0f275034114b0ee19685b874331efb8df33 2,127 1.00/1.00 vMB 186
495,880 495,880 000000000000000000bad2b48244f4e8f28d74405b99cbe01dd84e35c9506842 177 1.00/1.00 vMB 11
495,879 495,879 000000000000000000571e78363dac1a917d1f50a31c8c3e52179c5884465732 2,905 1.00/1.00 vMB 75
495,878 495,878 000000000000000000792a6e2b1812a19a77a73f0670678856133ca0c7a190dd 2,243 0.99/1.00 vMB 174
495,877 495,877 0000000000000000006997075bfb761534da7a3fe024fbf4f46f4eda18059308 1,028 0.51/1.00 vMB 52
495,876 495,876 000000000000000000ca4b17b479d6b16d66240a60321a8ae604ab85f32147d6 2,446 0.94/1.00 vMB 89
495,875 495,875 0000000000000000006302512703b5c86cd8a0520659e4c0748990db90d35c8a 1,532 1.00/1.00 vMB 232
495,874 495,874 0000000000000000000f33abf1a7a974c01370aa57ae21f6b8f6d758fd10888c 712 0.46/1.00 vMB 22
495,873 495,873 00000000000000000071546daec549e2476035faed87f36d86065c856dc59038 2,208 1.00/1.00 vMB 139
495,872 495,872 0000000000000000006454a9cee53baa72da4caeed4c82ac61608b6830487f89 1,540 1.00/1.00 vMB 236
495,871 495,871 00000000000000000087c4ce62da2d0af3256b56c856bbdcd068600e4b894a37 1,237 1.00/1.00 vMB 79
495,870 495,870 0000000000000000003a5653647cd83b51a3e98c9e0f0e6546dcd2337c60f240 72 1.00/1.00 vMB 7
495,869 495,869 000000000000000000b8a56c9a2ff00ef6ddfcaae5a4e78d5e5672955031d267 793 0.35/1.00 vMB 166
495,868 495,868 000000000000000000559e1dcf4cd350e9d48c4e13b2d8a179e1dcab967efff1 315 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.87 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.10 GB
    • Received: 17.31 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.