Loading Tool

Explorer IconExplorer

Memory Pool

83,842 transactions
31.76 vMB
0.09218608 BTC
Random Selection Loading Transactions
Max Size: 192.13/200 MB

Candidate Block

Mining Attempt 124f89fc70162f19ef09baf7d7c4076d40fbc8a8afca90362063c4d745032d4b
Version 20000000
Previous Block 00000000000000000001f05e8cc23d696cae40de9f163b230f36285173964d24
Merkle Root a3b4c368078060f3eb3c7b0794c77eb116c2dcfea6f8b0462513fa47ff85ee4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 752
Size: 1.00 vMB
Total Fees: 0.01787990 BTC
Feerates: 40.21 > 1.79 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,339 (476,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,480 438,480 000000000000000000bd5485134cc53fc2bfcb6b189a9991485fa23c070dcf84 463 1.00/1.00 vMB 10
438,479 438,479 000000000000000002b9936c736b09a522235a4456f78bc83ac36c028ae8fb80 81 0.05/1.00 vMB 51
438,478 438,478 000000000000000001a13fd6a861cff1bd0e818b1b7b209fe5f491110208133b 801 0.99/1.00 vMB 19
438,477 438,477 000000000000000001c5e2b74df94a7006fca7ebe5f9f9d9134b9785cc2d0a1f 2,161 1.00/1.00 vMB 49
438,476 438,476 000000000000000003dbc2f5d52861bf866c7848ac0c0582f5c2b451a4b275d9 2,150 0.99/1.00 vMB 57
438,475 438,475 0000000000000000015d54ee315542b212f594472b0f562251a685a3416b4329 1,267 0.82/1.00 vMB 46
438,474 438,474 00000000000000000388c5f44903b51f20cbcfabdcecc225105ac1346f0c9beb 2,590 1.00/1.00 vMB 63
438,473 438,473 000000000000000003d5f0b490c844d95fddc7044927cf70d780adbc42e10c62 2,723 1.00/1.00 vMB 77
438,472 438,472 00000000000000000386abccc1cd1ca2b0dba8f3a329ef295c53f6fe1c28cc6e 2,053 0.75/1.00 vMB 76
438,471 438,471 0000000000000000003100a81b3cc24a8eef089423c9426fa7f11db390217acf 1 0.00/1.00 vMB 0
438,470 438,470 0000000000000000006de77457a60cf42b8d514ac2f3be23d6258db00f5b0182 2,715 1.00/1.00 vMB 75
438,469 438,469 000000000000000003453f2f9d8372956d11f60214e84635159799fff8059cde 2,154 1.00/1.00 vMB 68
438,468 438,468 000000000000000001bb6a8af8d93458ae6c449679aea87cf6a1fa6ebccb1339 1,854 0.75/1.00 vMB 64
438,467 438,467 00000000000000000077ae847116a1d9e03ae899d5afc8c069c29bdba6fe07dc 1,823 0.75/1.00 vMB 89
438,466 438,466 000000000000000002c18c8cc3b7b6e2c6d664658b68ba610aacdef29a81bdf4 1,950 0.75/1.00 vMB 71
438,465 438,465 0000000000000000022d99f368245d8d4937fa6133520ec9987186e2006de272 510 0.25/1.00 vMB 62
438,464 438,464 000000000000000002ffd8945fb53d1a864b68293b37068c6696ee4e81c48d96 253 0.99/1.00 vMB 5
438,463 438,463 000000000000000003fef718813f4a95f1a211c2ce057c1ba0ccc4b838ccde51 1,698 0.70/1.00 vMB 49
438,462 438,462 000000000000000001c327fbb0c056188bd0ded5ccb813954bde22b488685bd8 2,229 1.00/1.00 vMB 68
438,461 438,461 00000000000000000400559aaef195f2aca9d92ddda9f6fa51971acf0a08a2e0 1,054 0.43/1.00 vMB 52
438,460 438,460 00000000000000000245092a9aee0852fa6118ee969b9b1bfb014287e8a89c39 899 0.36/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.98 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: 716.39 GB
    • Received: 17.80 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.