Loading Tool

Explorer IconExplorer

Memory Pool

45,295 transactions
29.81 vMB
0.10428892 BTC
Random Selection Loading Transactions
Max Size: 154.27/200 MB

Candidate Block

Mining Attempt 7523bbef909339eacaf97ee5ec5849a02d26d339fd3c4a9f9ba56267f0465a95
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 1ba2091f7e7e08ba0109e6c1628bcc1ccd552cf1bc3c770266930d574e4718d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 1.00 vMB
Total Fees: 0.04475287 BTC
Feerates: 302.06 > 4.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (289,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,988 624,988 000000000000000000011ec3f83560feb2a0bc5a8e6c46130d8c864e24d063ce 2,541 1.00/1.00 vMB 47
624,987 624,987 00000000000000000003e4af4406965403122111b3c1d0e415622280d79270da 793 1.00/1.00 vMB 74
624,986 624,986 0000000000000000000eb018d3aceaa2d746a779f118335eb27e0210fd7fb947 2,816 1.00/1.00 vMB 20
624,985 624,985 00000000000000000009def12853959d1d6273a488b1580e251555894671ff73 2,047 0.73/1.00 vMB 17
624,984 624,984 000000000000000000117e1c4cb40beca4b186c92a4c4b0d7e1f3f53748f93c1 1,890 0.63/1.00 vMB 15
624,983 624,983 0000000000000000000d3ceeedfa186fa31a55da6672272285d419dfb98be7c0 2,027 0.75/1.00 vMB 14
624,982 624,982 0000000000000000000577dfe76a226b122dba62995992912deb25549af7e439 1,628 0.63/1.00 vMB 11
624,981 624,981 00000000000000000009a3ef4f0f0d3841d80496fa00b7c309f1e9713fc3f7ee 2,577 1.00/1.00 vMB 6
624,980 624,980 0000000000000000000e23a9c69f2db68d795da2a4166be7dde8e065439dfd23 2,952 1.00/1.00 vMB 22
624,979 624,979 0000000000000000000452df45ce09254d22eda684fce02df8d395a3f901e995 2,708 1.00/1.00 vMB 12
624,978 624,978 00000000000000000011e4a9e83a0c0bc8b80ece469ce997cbd2f61f2918a43a 2,967 1.00/1.00 vMB 36
624,977 624,977 00000000000000000011a9bcd9b1915e6b3ece2fa5932efc2a966970c25b3f30 2,780 1.00/1.00 vMB 5
624,976 624,976 000000000000000000003b6e10bfe41a9065fac05b1e984f0c90b19035e012d6 2,892 1.00/1.00 vMB 31
624,975 624,975 0000000000000000000235ec593830f51a28c461e76bf72c2a85240ae0d1f373 2,258 0.91/1.00 vMB 5
624,974 624,974 0000000000000000000c2f3da87efa4da4d3f6b4014f321cda056e9b28daae07 2,209 1.00/1.00 vMB 24
624,973 624,973 0000000000000000000e84c59cac7611efddfd54a6e01ff557f29caf1f74c91d 1,525 1.00/1.00 vMB 9
624,972 624,972 0000000000000000000ea3c6930b5ded93e59b6f588ea6b7658b7e5659c35d11 167 1.00/1.00 vMB 1
624,971 624,971 0000000000000000000e1fa11c3c4443398bf09ce35e6628f25f08afdca1eb14 2,486 1.00/1.00 vMB 13
624,970 624,970 000000000000000000005a04561a9bec1f609ed8359567b2207b263e706acaa6 94 1.00/1.00 vMB 1
624,969 624,969 0000000000000000000ddf66a5217dc8c4819a9a7c45af9f727d5e971572a3e3 2,257 1.00/1.00 vMB 12
624,968 624,968 0000000000000000000fb9a1b7f3b47dbdd0797e367f231a3bc35174f5960a20 1,892 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.