Loading Tool

Explorer IconExplorer

Memory Pool

73,458 transactions
27.17 vMB
0.06219820 BTC
Random Selection Loading Transactions
Max Size: 166.00/200 MB

Candidate Block

Mining Attempt 13db9cb0080719af06c482014d825fb53a376daf5035d26b7f65f6847b662d9a
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 7017381b6df345f3eb989134379553444ed5c08cfad976a665f2ed9b426932b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,946
Size: 1.00 vMB
Total Fees: 0.00431835 BTC
Feerates: 14.05 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (395,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,769 519,769 0000000000000000003c9686e32a35b65511fde9143b781e53d3e57a5d52b31a 2,787 1.00/1.00 vMB 77
519,768 519,768 0000000000000000002c2845e7bb12a76a24fa2f49a2d5944ce5af0626ca2294 2,707 1.00/1.00 vMB 36
519,767 519,767 00000000000000000035a2abdc50219047d3640521f34f6718e454a293896f87 2,971 1.00/1.00 vMB 64
519,766 519,766 00000000000000000015c946d184b13e8d396db48d940932d4c2e8f372655f56 1,527 0.68/1.00 vMB 32
519,765 519,765 0000000000000000000c7ce2db26ace95020c21556bdd8a4fc9f05c461d8a51e 483 1.00/1.00 vMB 7
519,764 519,764 0000000000000000001a5b2f17bf4606509044610ec41a087e17338313f818c9 1,766 1.00/1.00 vMB 37
519,763 519,763 000000000000000000246e4d5e9ba44276bf1d7d0209bc6a8b24e0495160529f 310 1.00/1.00 vMB 8
519,762 519,762 0000000000000000002a876cbff02e57a7ce4784eacf4e226442863eba7fe880 1,871 1.00/1.00 vMB 39
519,761 519,761 0000000000000000003fd55e74459334c91c30543eee2a9b8e0514a05fea6c8c 1,322 0.52/1.00 vMB 62
519,760 519,760 0000000000000000003aaa8b686169e3335d2cb05d160f4dd8dd0d28b68fe882 2,368 1.00/1.00 vMB 47
519,759 519,759 0000000000000000002beede628f80cf651fbc5d5737304946d1286ab9b68f7b 871 1.00/1.00 vMB 17
519,758 519,758 00000000000000000034a8c93ae6a8c2a5b68b24bc4c29269147463975f0348f 2,736 1.00/1.00 vMB 54
519,757 519,757 0000000000000000000f6c224ae3b5a5071894675df5875569ef8a67c31cf2ea 1,336 1.00/1.00 vMB 29
519,756 519,756 000000000000000000043229efc50fa1dbcbfaf0d62e85bdff896dfd6a34b3d3 2,654 1.00/1.00 vMB 62
519,755 519,755 00000000000000000009f8223c74e8ee68f196be077833d579425febd5dde620 1,242 1.00/1.00 vMB 28
519,754 519,754 00000000000000000029e7e401e87b09d8a3584b2bf3e482e9fa3236e13cf239 2,131 1.00/1.00 vMB 22
519,753 519,753 000000000000000000024de7fa6dc143cdcfe0ca743d3af9e9ffc613972ea672 2,706 1.00/1.00 vMB 88
519,752 519,752 00000000000000000036038c694c4ee41665b7524c8efa69a0c5bf630a047028 1,189 0.51/1.00 vMB 15
519,751 519,751 00000000000000000030a96b7eddeb9c8d3822f31be31c56a25db9aad2ece0e6 2,512 1.00/1.00 vMB 84
519,750 519,750 0000000000000000003b93aa942e8b5fc3c0064f8b076190d802dbfef3267c82 488 0.25/1.00 vMB 16
519,749 519,749 0000000000000000000b995c500f0564b12af0236c8ae0c7b15f0090f1ba21a4 2,765 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.