Loading Tool

Explorer IconExplorer

Memory Pool

77,996 transactions
29.10 vMB
0.08683571 BTC
Random Selection Loading Transactions
Max Size: 175.62/200 MB

Candidate Block

Mining Attempt 81eb08ba95c1f08fc66535e083c4598827b25d1dabf471a937931943254de8ec
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (499,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,006 416,006 000000000000000002fe4633d37271e8e32c4aa1ee6d9426f9dc27568a12eca7 1,197 1.00/1.00 vMB 34
416,005 416,005 00000000000000000160be5456cbef4df1c57a1af42912240066f313007c2a06 697 0.39/1.00 vMB 41
416,004 416,004 000000000000000001260d21bfea008f3acb47a015ba45e6ff0a70c274b3888f 795 1.00/1.00 vMB 22
416,003 416,003 000000000000000002326f05ff8b2fd174a46e495e913cde9ed3691d40959cd9 1,763 1.00/1.00 vMB 48
416,002 416,002 000000000000000002dce84d89425ff291b4039dcb344e218c000e14cf8ee944 963 1.00/1.00 vMB 25
416,001 416,001 000000000000000003c46614727cc27b46b6175e1a1cf8569a031a3350e47cbc 412 1.00/1.00 vMB 13
416,000 416,000 0000000000000000057799a23ee01dab5d6124c3bf89bbe8751cf792e88f0102 1,205 1.00/1.00 vMB 24
415,999 415,999 000000000000000004ad4a0ef193611e5ffd79f2d4623ea05518d2fa92e97c61 2,545 1.00/1.00 vMB 59
415,998 415,998 0000000000000000006d54b43c6c6b33cb63d2c4f0dc4c843a458816f4bf35d2 1,631 1.00/1.00 vMB 39
415,997 415,997 00000000000000000148f6833d8ae437b5f02afe6569b763f042c070295e22f7 1,107 1.00/1.00 vMB 25
415,996 415,996 00000000000000000305c2c88ace8621d8152933919f1c9d7811b7cc6f6acdb4 2,890 1.00/1.00 vMB 72
415,995 415,995 0000000000000000053ec2437b421aba98e7f27a8fd29ea4c1e88e9b0a788ffd 751 0.75/1.00 vMB 18
415,994 415,994 000000000000000002510b21df640b4f849e79b09a5224f574b3ee6f12c7f481 1,585 1.00/1.00 vMB 24
415,993 415,993 000000000000000004c35e8d597a6ff2a096b2de8eebc1ba5bb4c034532f7207 1,581 1.00/1.00 vMB 26
415,992 415,992 00000000000000000536557445149d3a83a2e29f551b2476dca1b462e7ab8932 1,464 1.00/1.00 vMB 36
415,991 415,991 000000000000000004b38e112c5e4c7f67e51f3c9e46dd17503b4698b2ad8ed0 2,525 0.99/1.00 vMB 69
415,990 415,990 000000000000000000fc2f8a7395a71e1398665a503606e577f07a51d3e45850 1,987 1.00/1.00 vMB 54
415,989 415,989 000000000000000003f33de11be6e017ec83b1a53648756860faa2620803508e 2,072 0.99/1.00 vMB 45
415,988 415,988 00000000000000000599dd8ad7a5ff51e0c76de4733152f4cc88a4bbdf4b8803 2,454 1.00/1.00 vMB 63
415,987 415,987 00000000000000000307fc9ce940fbe7dd718681ecb15e9aa115551bcbb5c21a 2,559 0.99/1.00 vMB 64
415,986 415,986 000000000000000001cf182ed37b005f6a421b896907c1d1494dad57f3f4414e 2,827 0.99/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.