Loading Tool

Explorer IconExplorer

Memory Pool

44,406 transactions
26.87 vMB
0.07064180 BTC
Random Selection Loading Transactions
Max Size: 141.37/200 MB

Candidate Block

Mining Attempt 6e537452111944cb709f0a7931f2cefd0ca2f8ccb1612e5932dbf2bee5893517
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root aacccbb7949bff94c0e99da9b8ef447b7c75768dc9c8c45eb02ddb880a188d3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,660
Size: 1.00 vMB
Total Fees: 0.02059708 BTC
Feerates: 96.15 > 2.06 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (687,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,813 227,813 00000000000000ecc20609d0f1339667f9d3d44f164f77335a2f9bff5f38d00f 323 0.15/1.00 vMB 110
227,812 227,812 00000000000000c60e64c99818df24282f92addbccf61b8a51c05f79bcc55432 21 0.01/1.00 vMB 189
227,811 227,811 00000000000000c7cf1a6b5f5c1d6ae0a42313d1950283057c35456d05afd01c 232 0.15/1.00 vMB 142
227,810 227,810 000000000000012b0b042443d7eaf32485c2a17469c164de74587e46e061ea03 20 0.02/1.00 vMB 121
227,809 227,809 00000000000001de162f9a2a7557c394a01cae352cb1e035f9b69e7e0d66eb9f 290 0.11/1.00 vMB 219
227,808 227,808 000000000000023003f076a58d63092ff453e30611e214dcb0b9e8f94bf52433 358 0.15/1.00 vMB 227
227,807 227,807 000000000000011babf767e60240658195b693711c217d7da0d9215ccab45333 50 0.02/1.00 vMB 194
227,806 227,806 00000000000001fd47f28baa4a5d7b6cbb4057e3ebf1f68b4767f915d6549f19 50 0.02/1.00 vMB 216
227,805 227,805 000000000000032ee9a15ffe704dd4042c5fe33f6395f7105d20a3243919cf89 57 0.03/1.00 vMB 155
227,804 227,804 00000000000002e7eb5c7634b70f1c156e985ae0021f2b5373dbf5812d5e2499 110 0.08/1.00 vMB 71
227,803 227,803 000000000000027e45f9cea7a626415ae498753d57cb3deaa621da27d1bc3b61 314 0.17/1.00 vMB 148
227,802 227,802 000000000000019869eb8b639d98478d6443226b442704e6c85f99aa777dc6ce 282 0.14/1.00 vMB 186
227,801 227,801 0000000000000030ca67670fa8d7057be631fdb7aeb983a8a2fdad5b5db3eb8b 92 0.05/1.00 vMB 209
227,800 227,800 00000000000001f43e19ff1cea8d8e9d6f652808dda7b8e95a6dee5f3a2357f2 1 0.00/1.00 vMB 0
227,799 227,799 000000000000014d8afda481e738dd527e7749b95fc7bf92569a11c9aedaf86d 31 0.02/1.00 vMB 136
227,798 227,798 00000000000000fa5f538feedca3d4d5a623feba482d905d3067d681a1e20461 30 0.02/1.00 vMB 166
227,797 227,797 0000000000000144f46762d7cc6414eba2b30f8b5d11821cfb48507e09e3f006 202 0.07/1.00 vMB 233
227,796 227,796 00000000000002d620b4bc171ea51bf8d240e5d04b4ac0655bfc49b339b32e3e 90 0.13/1.00 vMB 51
227,795 227,795 00000000000000667d4b8bc4d3a16014e6875af916b7d2ea15b9bddda611ea66 68 0.04/1.00 vMB 135
227,794 227,794 00000000000001d840bbbd7f868bb9dd88539b60a212f44d08b7bd2afd5733f0 107 0.10/1.00 vMB 83
227,793 227,793 0000000000000004b7da3a3b17154ae725775e2350e3d06ce6ddcda077249aaf 217 0.10/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.