Loading Tool

Explorer IconExplorer

Memory Pool

73,310 transactions
28.23 vMB
0.07300477 BTC
Random Selection Loading Transactions
Max Size: 167.09/200 MB

Candidate Block

Mining Attempt 8ee1d315f0b984539f4cb11b3fb3634f65847968597f01099264f29bd6c43c0f
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 31b2ea7eb2b3e304f9d0760467b3e211ce1c31d0a6f36224733e5a042cebc4a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,095
Size: 1.00 vMB
Total Fees: 0.01642630 BTC
Feerates: 150.86 > 1.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (393,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,930 521,930 0000000000000000003bceb88b4c7b5a276f2398fb2ef38e0fc26a71f8d29e99 1,582 0.72/1.00 vMB 29
521,929 521,929 00000000000000000018f98a3e4fc0d11d9da7be1159494c4ca334bd007760f2 1,573 0.79/1.00 vMB 7
521,928 521,928 0000000000000000003b703a1e32eb7ee6b1d2157767d19b7001970eea066b41 1,646 1.00/1.00 vMB 33
521,927 521,927 0000000000000000000eb79a519b462b48fe02b4e4061ff18fb473eadba174b7 1,657 1.00/1.00 vMB 31
521,926 521,926 000000000000000000089d2f02570814347b4dac2b16eb9a1c9fac2d46e218fe 2,113 1.00/1.00 vMB 17
521,925 521,925 0000000000000000002d2353cdb7fa05bb8f81a2afb0f7d4f56a2fe546d3f91c 2,281 1.00/1.00 vMB 35
521,924 521,924 0000000000000000002a62b9f14bc44bd1929587e00db3b6e936bb96b92f14a0 2,115 1.00/1.00 vMB 44
521,923 521,923 00000000000000000004904b6d7bff20e28f5b54db46653e1bd2bb9727758142 221 0.11/1.00 vMB 15
521,922 521,922 0000000000000000000de1af3c39b178fd7cf42cdbb1f2f8bedd9931048d1748 842 0.40/1.00 vMB 27
521,921 521,921 000000000000000000361711a13794ff91a305f5f3b4abd273b152fe05eb0bce 1,848 0.91/1.00 vMB 31
521,920 521,920 00000000000000000006993e6c1316edf6b22f2569c4bfc66d725d572e50ab3d 118 0.04/1.00 vMB 26
521,919 521,919 0000000000000000001cd6a92e668041fb999afc903b0c037607645bdf784512 1,132 0.50/1.00 vMB 14
521,918 521,918 000000000000000000416bf5fc85d9849d64cf5144281ba32dc819970056e3f1 2,138 1.00/1.00 vMB 20
521,917 521,917 000000000000000000126909929301aab2287f986d62ed341839387373ca9e28 2,235 1.00/1.00 vMB 68
521,916 521,916 00000000000000000041c4cf3de1a3c7605876ff84d56da53b405182e10d5c58 1,636 0.87/1.00 vMB 14
521,915 521,915 00000000000000000016de36e954c0aaeb7edec783c163de89f7e69a8b065018 1,490 1.00/1.00 vMB 32
521,914 521,914 00000000000000000016fd827861e2afc17caba7182fe82a98a7ded9d3186daf 1,481 1.00/1.00 vMB 12
521,913 521,913 0000000000000000003311829b7d579511bf8c5ae1b6d8040bf473d4c5c58ece 2,026 1.00/1.00 vMB 26
521,912 521,912 000000000000000000302134e43e6a01608b248468886cdc96b7110bfd0ef663 1,034 1.00/1.00 vMB 54
521,911 521,911 000000000000000000424b562d91db06bcc8b25f1cfbb2f77d78ac979280a189 562 1.00/1.00 vMB 63
521,910 521,910 000000000000000000145f2a1c4b42343a1729ed7f6bc8942180c4f2545bad86 1,100 0.48/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.