Loading Tool

Explorer IconExplorer

Memory Pool

42,651 transactions
33.36 vMB
0.11067864 BTC
Random Selection Loading Transactions
Max Size: 166.35/200 MB

Candidate Block

Mining Attempt 0571deb08c1fc14fd5b6a4ebea2ea1cc1c7400a11ad8c51d6086b86a4fa3a938
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 9b5528da9a323544876e9d9baa0c2c530e46f88aa61fe1736500ba9634e3a55e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.03674895 BTC
Feerates: 501.64 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (205,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
708,947 708,947 000000000000000000041c2f83e380de65dd6ca7eea695cdcbd679c97c5b7567 2,679 1.00/1.00 vMB 15
708,946 708,946 0000000000000000000bb27958e504d962490c15cb867495b8852f119459f58d 3,438 1.00/1.00 vMB 33
708,945 708,945 000000000000000000061b8f3a7e11ca9feb22fb52833de9e6b4cb60d305634c 2,957 1.00/1.00 vMB 17
708,944 708,944 00000000000000000001a86a2b607b5913d5bcbaa4af869cac60dcf2352d2b82 2,652 1.00/1.00 vMB 19
708,943 708,943 0000000000000000000488bc3159f5e477d1c967d8f9a374bdd020b1136051a7 2,691 1.00/1.00 vMB 19
708,942 708,942 000000000000000000019a1abe2dc39ec96728911d0c92d964165bd0388dd441 2,471 1.00/1.00 vMB 17
708,941 708,941 00000000000000000005e1c118d0b8a3e5917c693421d32442be8c63f1a81adc 978 1.00/1.00 vMB 7
708,940 708,940 0000000000000000000c132bdc577b11535618970624aad72c288c0b477eecfa 588 1.00/1.00 vMB 3
708,939 708,939 00000000000000000004a2aa6cce2446ca65dea0a2676bd3ed166c2bb2f75c18 219 1.00/1.00 vMB 2
708,938 708,938 0000000000000000000a7836d7fb089d541c8d3e0d0740eabfa9a544f928bfe7 712 1.00/1.00 vMB 6
708,937 708,937 000000000000000000063cfa70f2aede4344ed87dbbff568d3be5826740fc338 1,068 1.00/1.00 vMB 2
708,936 708,936 000000000000000000055493e963462c1e9b4b8d1ee4902da1ab59a1bca4db13 3,003 1.00/1.00 vMB 16
708,935 708,935 0000000000000000000370312bda9886b4500d8e6b984142ecc11b8479169a62 1,844 1.00/1.00 vMB 21
708,934 708,934 0000000000000000000a2fe892136ec6a16a2597fb4447958d43ce70be3d8b3b 2,967 1.00/1.00 vMB 13
708,933 708,933 000000000000000000011ba1e3e403e91849682af9943ac363156db021413e9e 2,628 1.00/1.00 vMB 19
708,932 708,932 000000000000000000019da90d1dd2665269ebe75b57b63fa90dcb3badd1178c 1,279 1.00/1.00 vMB 4
708,931 708,931 0000000000000000000c60b845364e0298c8653d3a23d029a4c2ee0f60ee5ef4 3,088 1.00/1.00 vMB 20
708,930 708,930 00000000000000000007c78e54016b053dd348ff9a4b60c8c3c128f2894a674e 1,507 1.00/1.00 vMB 8
708,929 708,929 00000000000000000009554f8ac636ded6b390c20f3d9d538c4206ff448b0148 2,070 1.00/1.00 vMB 14
708,928 708,928 0000000000000000000978721a9d11803a0cb40d48cab03bd2aca1d60da546bc 289 1.00/1.00 vMB 4
708,927 708,927 00000000000000000006d1d77cba13d819f9839b71abc63c3042f8382f8225f5 739 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.10 GB
    • Received: 11.54 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.