Loading Tool

Explorer IconExplorer

Memory Pool

82,142 transactions
31.77 vMB
0.10728420 BTC
Random Selection Loading Transactions
Max Size: 191.90/200 MB

Candidate Block

Mining Attempt 321c794bc2fab4e7bb75e984ebad1fcbea6a4ce22e6ff25b2e5f12c30173800e
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root be4726b1e547a5468090a5f9b3a20dd5834859e4ad10b33a471e4abdf302f76c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,541
Size: 1.00 vMB
Total Fees: 0.03317936 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (490,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,761 424,761 000000000000000003f052ce7711b71fbcf2b526f60cdd2f55b7ca2f7740f32f 2,551 1.00/1.00 vMB 78
424,760 424,760 00000000000000000077be0493ffedc93a439bb30f553a287a39bdd71b3c21e5 1,415 0.64/1.00 vMB 63
424,759 424,759 0000000000000000017ddaa118c443a2d531c7f6466e7c5e2bfd99f1e69d5977 156 0.06/1.00 vMB 111
424,758 424,758 000000000000000000a89234b8d677ce7bef98a30bff91bf0458d6e4613c791e 444 0.25/1.00 vMB 58
424,757 424,757 0000000000000000044d086d3d21a5cce28a3143a82195aa5f2e8d0abae15c2b 316 0.15/1.00 vMB 64
424,756 424,756 0000000000000000053e556d17f183cec094d777c474c197ce784258864f1a81 953 0.99/1.00 vMB 28
424,755 424,755 000000000000000001b9260204345191cea405aaabecf66cba9e727f099097e7 1,662 1.00/1.00 vMB 50
424,754 424,754 000000000000000003e1b4d2f2ef07469f9b1bc741c21acae7c811eef9ad9555 578 1.00/1.00 vMB 19
424,753 424,753 00000000000000000148fdb63d32fe58a353b0137a4db8da1bdd500cdc952619 1,566 1.00/1.00 vMB 44
424,752 424,752 000000000000000003a465abb22b41a1d0746620cb7886d6015551b709a20903 2,770 1.00/1.00 vMB 93
424,751 424,751 00000000000000000453545e304c04fcdd1bdccb292f501003dbf56fcdcf22e3 2,180 1.00/1.00 vMB 49
424,750 424,750 0000000000000000003e59bfeb7c2f980f1c1b63ebcc465269f2e3c0d884ff49 2,977 1.00/1.00 vMB 102
424,749 424,749 000000000000000000810a12db329d6c60b6d67e7c4a1b2d65212f8f567d7318 993 0.99/1.00 vMB 35
424,748 424,748 00000000000000000095fb1efb765887a4f6e0ae6e510d0f3d313b31a81dc941 1,129 0.72/1.00 vMB 57
424,747 424,747 000000000000000000874934462b9e58c49ca8c7f4bf15be5e1570fe12399dd1 1,322 0.88/1.00 vMB 62
424,746 424,746 000000000000000005537d108474cb7a528cd36ce5a3933fa5b75d70c8cd6adf 785 1.00/1.00 vMB 35
424,745 424,745 000000000000000003278b344b8726e5cfd9205b3c94097525923f774401b334 1,675 0.89/1.00 vMB 52
424,744 424,744 000000000000000004100be8e8c020681370fe5787d819411e6e83dd9d60c41e 2,478 1.00/1.00 vMB 92
424,743 424,743 000000000000000000af6bb9ad3ce7c91c93302897429943939476d9bf3ee035 1,794 0.97/1.00 vMB 55
424,742 424,742 000000000000000001b19a132bf91ab2810d2328f6c7a6fd76846bd5ac7c2bf9 2,522 1.00/1.00 vMB 72
424,741 424,741 000000000000000001801414696fef5177faf925dd28e6e8003e72da9cd8bd0c 1,860 0.78/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.73 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: 707.60 GB
    • Received: 16.69 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.