Loading Tool

Explorer IconExplorer

Memory Pool

38,712 transactions
26.45 vMB
0.06583942 BTC
Random Selection Loading Transactions
Max Size: 136.31/200 MB

Candidate Block

Mining Attempt 8524b9aa9722e386d9ac7c56ff7d0e1bfe21311f16f6d108cb47f0cfdcd55334
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root 499b75ac30087004d78bfe5db19823b5866d5dd45e7cbeb14bd5c3cb8a7bfef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01646013 BTC
Feerates: 199.22 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (248,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,936 665,936 00000000000000000003ba5aa9efd4e2e280fe189293960b057daeffcaae48a5 2,916 1.00/1.00 vMB 102
665,935 665,935 0000000000000000000c0f3a841e0446b8222bb473a2cd052c5222c93ed933d0 3,257 1.00/1.00 vMB 87
665,934 665,934 0000000000000000000212a553eb026728c9244c214f231cd5b18a516894e39f 2,668 1.00/1.00 vMB 132
665,933 665,933 00000000000000000006d41acc99a138a72220708d1cd62de0bd4aa683bdbeb5 2,278 1.00/1.00 vMB 104
665,932 665,932 00000000000000000008cc4d63d64aa4865a43bc65a833d0735b6da348d78f33 2,900 1.00/1.00 vMB 136
665,931 665,931 00000000000000000001bd7893612b3622bb12b8d6651da6d952775cbf0460d7 2,738 1.00/1.00 vMB 148
665,930 665,930 0000000000000000000cc30320ecb91a411fe9abeb5e1d8d5944ec0af223df90 2,573 1.00/1.00 vMB 91
665,929 665,929 000000000000000000096696c7e1a8b5f7128feaa120b2bb31af7b686d9f83b1 2,100 1.00/1.00 vMB 116
665,928 665,928 0000000000000000000b27465784100a3d34f60b9b42adffcfc21ae4ce70dc76 1,854 1.00/1.00 vMB 137
665,927 665,927 0000000000000000000a319828f1a4c07b4d624360a55eb2527502e7bcf7d08a 2,978 1.00/1.00 vMB 73
665,926 665,926 00000000000000000007d6532937fbbd6e858eefe09b9aa5513cd116c80c337a 2,964 1.00/1.00 vMB 90
665,925 665,925 000000000000000000042bccb13f38fc8d109c3f3ecd0bcd5ed659094aff0892 3,097 1.00/1.00 vMB 87
665,924 665,924 00000000000000000006c2ad9786eab4b96e407ac0d28606e5f25d2c80b9702a 2,430 1.00/1.00 vMB 88
665,923 665,923 0000000000000000000c7141411c0860cc97ea0d922d3e56860b2b54542af646 2,967 1.00/1.00 vMB 138
665,922 665,922 00000000000000000001ded1eb6c3de37f8e592936bd0bb5c61255f1b7bed263 2,215 1.00/1.00 vMB 104
665,921 665,921 00000000000000000006c8923288d03e07569876fd6760fd1c5e12fd5acc03d5 2,470 1.00/1.00 vMB 102
665,920 665,920 00000000000000000008c8819a87ff08cf6a1d04d4ccdbc3238227f31f042f98 2,857 1.00/1.00 vMB 144
665,919 665,919 0000000000000000000cf7c4adb5b692cf30dd2eb985737a2412a34581d47560 2,127 1.00/1.00 vMB 78
665,918 665,918 0000000000000000000adc35079ba4276989c8858a49be164ffb4d0fa56828f2 1,089 1.00/1.00 vMB 41
665,917 665,917 00000000000000000009f4a7e61ad29d9beb123a14bc0754b057005c83ef5dcd 2,450 1.00/1.00 vMB 82
665,916 665,916 0000000000000000000b6437ac4a38404b634f3f753ae520d256bcb0c44c2faa 1,590 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.81 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: 635.30 GB
    • Received: 12.30 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.