Loading Tool

Explorer IconExplorer

Memory Pool

78,925 transactions
29.54 vMB
0.07106558 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 8bdf99fd2fba2d0ec9b6ed3edaf89a45b23628853dd4bf64e9cf4ce1e78b93c5
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 63a950ac35ff0891f37e3b861d7fdb573ae14d10e8da0e844488cd7c1926c86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01100782 BTC
Feerates: 150.93 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (503,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,075 411,075 000000000000000005395d0075c5f7b05c731c0c64061968800faa79e8e36233 401 0.51/1.00 vMB 18
411,074 411,074 000000000000000000652e8a4bc69e645827de1588f8a29ccef9b6ae2b61b67b 2,546 1.00/1.00 vMB 57
411,073 411,073 0000000000000000025165b4c354e1e050d9ba73e60ba508167b1a893737715d 2,453 1.00/1.00 vMB 44
411,072 411,072 000000000000000004a434754e720fbf307f28f38e2858993994d67e9a85c569 648 0.47/1.00 vMB 22
411,071 411,071 0000000000000000043fcf29e458b5c8e58f7077915791f955f4442d83975057 634 0.99/1.00 vMB 12
411,070 411,070 00000000000000000428dab6f5bd364e00708415e4331ef895faa25776a5455b 1,838 1.00/1.00 vMB 27
411,069 411,069 0000000000000000028ea942ad4ae08ec5d39bef28d3801198d67a3be92298f8 2,563 0.93/1.00 vMB 44
411,068 411,068 000000000000000004351648c924e641cff46c30a2dcc2322af169195a736f36 3,226 1.00/1.00 vMB 56
411,067 411,067 00000000000000000336654159a71e8e01519605fa2c8001b86d4b005a90d5c3 1 0.00/1.00 vMB 0
411,066 411,066 000000000000000004d125c8df17e8237908f025b70d90c0bdad9cca524f13e7 2,468 1.00/1.00 vMB 51
411,065 411,065 000000000000000000bdd2afb4b889bb1912e9341e60c474b0fe5900bc6f2b8b 2,400 1.00/1.00 vMB 37
411,064 411,064 0000000000000000006da75fd74833761b5f405575656a0d442236f93b82a82a 1,800 0.81/1.00 vMB 34
411,063 411,063 0000000000000000001b047355b474674c3cb58401325044b6b14649b76cab97 1,323 0.80/1.00 vMB 31
411,062 411,062 000000000000000004b8ab5d7441140b733cf4b0becd32ad78bbff1b87fb2b32 1,847 0.99/1.00 vMB 30
411,061 411,061 0000000000000000025e7eaf014816b02dec10cf60cc61332c3e5f8c2fee1f80 96 0.04/1.00 vMB 36
411,060 411,060 000000000000000004a0c783c422435fc90db956d41acab00be99ef871ef3cad 1,317 0.60/1.00 vMB 38
411,059 411,059 00000000000000000521148d7581eeaa2bf9ee5758f36c463da0c03d572749a4 464 0.49/1.00 vMB 21
411,058 411,058 000000000000000000e8b6ab94351cc9f72d6d1df5c7bb980de6c71d3a425136 1 0.00/1.00 vMB 0
411,057 411,057 000000000000000003d00e7ef278ea44f6f760251625c87d1d0d0f36d5ddea4b 1,678 1.00/1.00 vMB 26
411,056 411,056 00000000000000000095cc1f1022db6d7eddf68df9d9f1d6427c5fa16f5cbe7a 2,298 1.00/1.00 vMB 36
411,055 411,055 000000000000000001ca5eafa9507650b352be60c81c171eaeccc08e4c18f647 2,764 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.