Loading Tool

Explorer IconExplorer

Memory Pool

80,734 transactions
30.56 vMB
0.08381327 BTC
Random Selection Loading Transactions
Max Size: 186.42/200 MB

Candidate Block

Mining Attempt 1173d28dbd225460314ba25f20e1b7db1bb7fc4ebfc4e63fc50d510fb4020604
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root b766c5114c685c0a39e84fa59ccc135419a4b739d494eab0bc88b627e1471ae1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.01492203 BTC
Feerates: 301.57 > 1.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (476,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,930 438,930 000000000000000000baa56d71e50e6b8c7a4d48d190955b20bd95fc9495c53d 988 0.46/1.00 vMB 68
438,929 438,929 0000000000000000009190855f177c33e84b88e51ddd590273a1e0ba7119a0e1 1,736 1.00/1.00 vMB 48
438,928 438,928 000000000000000001f769d504b0f09849e2138a059f49d3e87dde5655fa86db 552 0.70/1.00 vMB 20
438,927 438,927 000000000000000001f9d0376b59cfc3c9a8df0b68e6e051f1e12dba477d3bfc 2,328 1.00/1.00 vMB 63
438,926 438,926 0000000000000000028fbdfc20c72076c29ac9d8a1528a30b4704befd7a297e9 2,016 1.00/1.00 vMB 54
438,925 438,925 0000000000000000009204192c32aada7ec1d0255ef67715e14223742cd436bd 2,521 1.00/1.00 vMB 65
438,924 438,924 0000000000000000024eed954d6b43734ed53399cb906c9763ef7a591d7d77ed 2,363 1.00/1.00 vMB 79
438,923 438,923 000000000000000003bd5a9d162fe5919bb7485ea90b6a1c435654d10913972e 2,761 1.00/1.00 vMB 57
438,922 438,922 000000000000000000cd375ebc64f9d006964740159db4605d7f7deda5874d8c 2,883 1.00/1.00 vMB 104
438,921 438,921 0000000000000000002b4b23aed4efb4be2d3b2c118660859a91fd9e153366d4 1,689 1.00/1.00 vMB 97
438,920 438,920 000000000000000000764e8c492b03ef0e46c2d712a059f98f0e9b98a2d93763 77 0.02/1.00 vMB 73
438,919 438,919 0000000000000000009acefc81053ece22bbc601b5705686b12070ddc453c472 2,374 1.00/1.00 vMB 68
438,918 438,918 000000000000000001b201b301b9d3bdb98c80985f1a1656d040652f89e625b6 57 0.02/1.00 vMB 63
438,917 438,917 0000000000000000013fd7f7e202cbb7bac733e19fd5bc92c53cd7b0f88ab8bf 1,951 0.77/1.00 vMB 65
438,916 438,916 0000000000000000031849d8521e1ffa705aae90e4254c7b4635a9c0254d6861 1,197 1.00/1.00 vMB 27
438,915 438,915 00000000000000000204be92114e39b8146105885cd2c2f60890fb33378b0410 2,170 1.00/1.00 vMB 50
438,914 438,914 000000000000000000bc722ba4220d936bf7f34cf62dd578c7cbdf27ff91eafe 2,583 1.00/1.00 vMB 76
438,913 438,913 0000000000000000008603fbf967bbb3ffde8c960c4e546b9956b8759f72337a 2,707 1.00/1.00 vMB 73
438,912 438,912 00000000000000000275e1ba909cde2ac9b79ff3be2ace0fb52bf976e65aa73e 1,518 1.00/1.00 vMB 47
438,911 438,911 000000000000000000ded5b2917a024847de40f20c6737dba6ae88e87bd3c6a7 594 1.00/1.00 vMB 16
438,910 438,910 0000000000000000003c544ab22474e87e5a850e22b34be6b454c0ad280f3565 1,114 0.99/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.78 GB
    • Received: 18.25 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.