Loading Tool

Explorer IconExplorer

Memory Pool

79,132 transactions
29.36 vMB
0.12443401 BTC
Random Selection Loading Transactions
Max Size: 176.75/200 MB

Candidate Block

Mining Attempt 8832daeb2f95e19b769527da9506f235b2556f9ecdd6752cffe6b7a1d8c889f1
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (310,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,552 604,552 0000000000000000000283abf242159f408d96c95cba9911c8d277aa4608f545 1,099 0.45/1.00 vMB 17
604,551 604,551 0000000000000000000307c64402d61b88b29841a40699f8bb991c1cebdbbeb2 1,733 0.59/1.00 vMB 15
604,550 604,550 0000000000000000000cbf9567d7ffdb4c946a30e1125cb075858aada515fdb9 1,048 0.32/1.00 vMB 20
604,549 604,549 0000000000000000000b45b44d04225a54239417a714d1e0edd251613175b6aa 2,275 1.00/1.00 vMB 7
604,548 604,548 0000000000000000000a33a40f0fe38fc961acbd534a766cb22cb1a721c77613 3,340 1.00/1.00 vMB 30
604,547 604,547 0000000000000000000e6fedcb0e3f5660b0e410123ba9075b0beb85b7fe2fc6 3,453 1.00/1.00 vMB 20
604,546 604,546 0000000000000000000b1a15e1e3ce63aec8e002ec68678b8dae94e976e96247 1,390 0.60/1.00 vMB 4
604,545 604,545 0000000000000000000d8a309a0f9891d4ef7513a4e4d5686600de9fa6abe701 2,691 1.00/1.00 vMB 8
604,544 604,544 0000000000000000000e336e36274de25424b13b045635b5c22544b93bee895b 3,106 1.00/1.00 vMB 29
604,543 604,543 000000000000000000145b5898271ff592d2bca8dd2cf816f67b2c6c729f7513 2,213 1.00/1.00 vMB 23
604,542 604,542 000000000000000000118c4fd9d4d4ceffafe454aacd1d974d677e37f8a6d219 2,934 1.00/1.00 vMB 30
604,541 604,541 00000000000000000009e0ffe1d0f10b0455965b59aff43f7a026d807a24264a 2,528 1.00/1.00 vMB 55
604,540 604,540 0000000000000000000eb4a418b812d2c23ac4f46da330e2200103114fb695a1 981 0.25/1.00 vMB 22
604,539 604,539 000000000000000000028e6485d1cc2a45b0e57058877e5d1157a431a3e41a1f 229 0.06/1.00 vMB 14
604,538 604,538 00000000000000000001f7334f0f3134fa436d3a65a13e0fa4744df75197ae74 520 0.14/1.00 vMB 23
604,537 604,537 00000000000000000005ca9833c8cd86d0b4b3f6c5add8a1dc61b4f34d48caac 59 0.02/1.00 vMB 23
604,536 604,536 00000000000000000005be373d02c6105127d94e1d2b73d0beadce073311287e 997 0.32/1.00 vMB 25
604,535 604,535 00000000000000000006d6912fcc75c966110781e7684e5fb4c38e987c92770c 1,128 0.32/1.00 vMB 19
604,534 604,534 0000000000000000000ce9d69f7140843e24ad1e935e6a2f7e97effa93cd6156 660 0.20/1.00 vMB 23
604,533 604,533 0000000000000000000d4ca1fcd9970d549b7026eacc4027e9621177035473dc 1,064 0.45/1.00 vMB 12
604,532 604,532 0000000000000000000bc6cd56cb0b0712dd85cae5091a34f7b5a3924a85cb73 2,327 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.