Loading Tool

Explorer IconExplorer

Memory Pool

79,761 transactions
29.72 vMB
0.08017813 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt ab4e00266196a453c3ae093e7c4651fb3ca8ed77318045bb0d3100c1ba11f016
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d0690c416445b9cc4e77a4ea0b94c6a669874e133d8283e483c6edbdab36542b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.01965268 BTC
Feerates: 502.65 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (565,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,941 349,941 0000000000000000129dcae5a5c1496e0fc6fa67790017d7b22e92167d8f847c 1,727 1.00/1.00 vMB 22
349,940 349,940 000000000000000004928bf13b8bee2ad40dc01b842a43b8e73986db86bc07c3 333 0.28/1.00 vMB 8
349,939 349,939 000000000000000002b27d8910835ec86a55ce1c80a7f08911b785fe5be2c4b8 922 0.75/1.00 vMB 22
349,938 349,938 0000000000000000121bf7c335e1981f1bf0de9169c5a57dc7e070ec4d15929e 1,024 0.75/1.00 vMB 21
349,937 349,937 0000000000000000010f16d7dc7ee2848b152d22d886379e18c2d2e51280bef5 2,173 0.75/1.00 vMB 47
349,936 349,936 00000000000000001253ac8e4e1d521d7cf4f999e7ead5d303aa6c559e35d7e5 1,745 1.00/1.00 vMB 28
349,935 349,935 000000000000000008af0536fcaa03badecf0a53a7df3f05e246b1acc7e070b1 112 0.09/1.00 vMB 15
349,934 349,934 0000000000000000166af4698762cb592b1fe6054669bea6780eb0a5c49aedf9 489 0.39/1.00 vMB 20
349,933 349,933 000000000000000009f80bbac4b0f55d73f6a6b2065be8838aa7f53003062e89 329 0.16/1.00 vMB 27
349,932 349,932 000000000000000003ee4247ba24de737e980355b09aa2b50b50a43c8a81f6cc 1,329 0.81/1.00 vMB 25
349,931 349,931 000000000000000015338fab3683a8c861634848ddc0729e5854a38a95a73d53 196 0.09/1.00 vMB 23
349,930 349,930 000000000000000007d5026cc1af13fac81c9ba4384d084b70e7d545b3a7af41 241 0.14/1.00 vMB 21
349,929 349,929 000000000000000016ae60809469bc113a6b17201232e3be1791cc7f9513750e 331 0.20/1.00 vMB 23
349,928 349,928 000000000000000003b72254f8dd7e4bde34e121bb4c5409c5a00f80bfe7f88a 1,363 0.74/1.00 vMB 24
349,927 349,927 00000000000000000636f089a09c204ec1b385f9423b03293a0c2d924445ea67 509 0.34/1.00 vMB 18
349,926 349,926 000000000000000012fad34baddddc8c49610ddc804d3ba4a0251c5c0a942b58 841 0.47/1.00 vMB 26
349,925 349,925 00000000000000000856d3f0139c92ac15c948df4b0bf7287ed72aabbf8645ab 1,356 0.69/1.00 vMB 27
349,924 349,924 000000000000000008da6665fc012c6ebddcc290dc95558cc28b7e1f9219d7b3 1 0.00/1.00 vMB 0
349,923 349,923 0000000000000000049f8c7fd849bbe6a3a9f5c21b381358dcf6c6255758e7d7 1,298 0.66/1.00 vMB 27
349,922 349,922 000000000000000010542eb06bb3a2f0aaac0b8fadc9a5e2603215a213941afb 32 0.01/1.00 vMB 32
349,921 349,921 00000000000000000f3affd35bf001d8df37721f45fc46048e88a0baf93fab66 186 0.10/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.