Loading Tool

Explorer IconExplorer

Memory Pool

69,847 transactions
26.86 vMB
0.08378395 BTC
Random Selection Loading Transactions
Max Size: 160.47/200 MB

Candidate Block

Mining Attempt 0c363bdb00420736ff9a01d5a1604b8354fa3df09920a9a50ab026e451816ae1
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root df63ee4b5862faeeb94f31da0951bc3d6e2258e6629006d3c046c84b36ff6f34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,698
Size: 1.00 vMB
Total Fees: 0.02629005 BTC
Feerates: 703.20 > 2.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (789,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,805 125,805 000000000000013b1b77aa9f45c29e8078fa032d12ca79c7aece3cd917e5dc11 8 0.00/1.00 vMB 396
125,804 125,804 0000000000001f9a5f110b57320a6002452c10e220655614cf5806dbb79f618c 24 0.01/1.00 vMB 940
125,803 125,803 00000000000040da22791a86636e11d43d6e75185c5824492bf76f958aec1985 3 0.00/1.00 vMB 3,883
125,802 125,802 0000000000000370431120b25a6bf818a82d9000ee6d0c5c23322681be232cd0 138 0.05/1.00 vMB 936
125,801 125,801 00000000000028b96c9030cbb7379f1747f98428cb79b548147cf1129dd1c97c 34 0.02/1.00 vMB 989
125,800 125,800 00000000000005bacf89beca55a0354b961b5126c96dd73b807e80a0eb6c45dc 10 0.00/1.00 vMB 1,033
125,799 125,799 0000000000003126c5d74c80d2aab6db80c7f07351131185903af95b88619136 71 0.02/1.00 vMB 2,253
125,798 125,798 0000000000002b6baff05ced0c6eaccae164260ee1528471a423db625bb4a2dd 12 0.00/1.00 vMB 811
125,797 125,797 0000000000001d3498fcde0799679df1c0db0bc291b3599c03756333788d5c36 2 0.00/1.00 vMB 2,283
125,796 125,796 00000000000011c69678a1bc5c381dcc36e024c84d2a9817cb496e0f0f7a3c1c 12 0.00/1.00 vMB 384
125,795 125,795 000000000000262ad8dc5a8164b40d5fcbd661129d6958b40d2236e9df3d16bb 19 0.01/1.00 vMB 947
125,794 125,794 0000000000002e7eaec932590afc4c8e89fc424524e3d99a5885a80c23bf1af0 87 0.03/1.00 vMB 103
125,793 125,793 0000000000003a3610448a3a9e241f22a703bc77b4502145a6e10fad9cf349f0 7 0.00/1.00 vMB 404
125,792 125,792 00000000000042a2acefbd82991271cdc041ed41701a42d21674ae02f46e058d 41 0.03/1.00 vMB 1,239
125,791 125,791 0000000000001dda4a4684ffc9ca3bf2c3276fc30e2445d91c06b340406bc154 17 0.01/1.00 vMB 1,238
125,790 125,790 00000000000010324f9837506e4a7bb30cabe47d085dd80c01186caf9ff03ec8 138 0.04/1.00 vMB 2,644
125,789 125,789 0000000000003a8fa390d8a1f8d70fd11a642b4e848c5c93a50e2535774bfa1e 3 0.00/1.00 vMB 3,883
125,788 125,788 00000000000025028231fbb77d0cf97a4546dff2ab097b3109a39b275fd5998a 90 0.03/1.00 vMB 1,637
125,787 125,787 00000000000008246163a8f2c8e0ccc361afc16ef49aa9e91ad969f6eb831c67 8 0.00/1.00 vMB 666
125,786 125,786 00000000000042fa49014264b52b51e76605caf561510f828863eb4f00312c0e 16 0.01/1.00 vMB 1,158
125,785 125,785 00000000000025fac293d0beb2d0d208e9ce2d459e9e3366f882a33b3a7ed0d4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 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: 758.48 GB
    • Received: 19.05 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.