Loading Tool

Explorer IconExplorer

Memory Pool

83,062 transactions
30.09 vMB
0.12795425 BTC
Random Selection Loading Transactions
Max Size: 183.08/200 MB

Candidate Block

Mining Attempt be5026a7bc262f28850df2ac375e2bd9b84918984fa2b3959c2b1765cabb8ff4
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root 441f49019e93a55d3c1d5fb3635a37b01a1a55b1a4c37d19d6042a4d3045b13d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,496
Size: 1.00 vMB
Total Fees: 0.06403384 BTC
Feerates: 641.71 > 6.42 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (288,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,123 626,123 000000000000000000040f11564eeacc9d1f29dbfb9f18011566ce27ede3cf66 3,017 1.00/1.00 vMB 39
626,122 626,122 0000000000000000000da56addfe55a8dd9f3b01c8b6f08b668b1abab3a2fd3e 2,485 1.00/1.00 vMB 19
626,121 626,121 0000000000000000000160d4b7e45a12e887e18313e7582b28987a640e449ee5 1,994 1.00/1.00 vMB 21
626,120 626,120 00000000000000000000598ed8b130ddfffe0e3d7371b2d46f6fd039423e6349 3,131 1.00/1.00 vMB 38
626,119 626,119 0000000000000000000f68d178a4be269f330b0b0231a8480151bf5ef7f1d292 1,944 1.00/1.00 vMB 20
626,118 626,118 0000000000000000000d256b67b2a563ec3109173601d47877ca79054f43430e 3,130 1.00/1.00 vMB 42
626,117 626,117 000000000000000000063043592b9b22caced3028996e487b0d4565dce5381ff 3,045 1.00/1.00 vMB 24
626,116 626,116 0000000000000000000d73611ee00880a73cd8fb4a825804e845c63bcc22d646 2,854 1.00/1.00 vMB 30
626,115 626,115 00000000000000000005d8559832c705ad55105f96641a9c1652cdeb2a219a29 2,137 1.00/1.00 vMB 17
626,114 626,114 0000000000000000000922b89bd88c1e6e886764fd43d4470db1bc56966acd27 2,139 1.00/1.00 vMB 26
626,113 626,113 0000000000000000000f34baf7ebb5cc79e96e31d23acb71bb87a4ed001a9904 2,965 1.00/1.00 vMB 32
626,112 626,112 00000000000000000010c6268d7ba4bb7c0355958bbef7af65daa944c2dcb56d 2,712 1.00/1.00 vMB 27
626,111 626,111 0000000000000000000f07c153dc3d6169a11432b7f67031ea9d34b61cb7899c 2,342 1.00/1.00 vMB 29
626,110 626,110 0000000000000000000332935c6e337c35e580fc580dd81d77dbaef05c05eb51 2,669 1.00/1.00 vMB 29
626,109 626,109 0000000000000000000c4cd95acf70721608cc93c938a46e09f2a2a02f785abc 2,426 1.00/1.00 vMB 34
626,108 626,108 00000000000000000003778cbf5ed2a4ee39709e309c43f49046b1a14342eb84 1,310 1.00/1.00 vMB 76
626,107 626,107 00000000000000000005a2735bb5ce3c77b33e0e86ae6cb2b6e9bb4802d441ff 2,702 1.00/1.00 vMB 21
626,106 626,106 000000000000000000024511e21d11f3c3b438fe0d10c7594c352920ad3d4f6b 2,548 1.00/1.00 vMB 23
626,105 626,105 0000000000000000000546b5c548e28b7c95639e05d35ce184699d81633a42db 2,742 1.00/1.00 vMB 21
626,104 626,104 000000000000000000130dcac85a03d6b38b163deba81b6a8e3ec0aec9ec066f 2,676 1.00/1.00 vMB 43
626,103 626,103 0000000000000000000afc28b0e64ec85b502e7cb8c788e0ff4e0f3623fa7a8b 2,913 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.