Loading Tool

Explorer IconExplorer

Memory Pool

24,590 transactions
12.00 vMB
0.03703555 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.47/200 MB

Candidate Block

Mining Attempt becdcb1a8cb8ac1bb4c5b82d3a61876e71b17b6da6f3c83f35309aa219f4970f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root 77263009730543fa7dcf679a4233cd067f5058afef01360bbc96508650bbd0f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,324
Size: 0.997981 1.00 vMB
Total Fees: 0.01683935 BTC
Feerates: 75.72 > 1.69 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (766,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,764 146,764 00000000000000d7639fbaa30e489e5ae604a16ada6d549f052dffb81fe3420c 16 0.01/1.00 vMB 172
146,763 146,763 0000000000000566571219b604926049fada16dabad54352c7ceea2827463698 55 0.03/1.00 vMB 113
146,762 146,762 00000000000003dca9e370655a008577ce6a15ebce31d867847c81de8142e202 9 0.00/1.00 vMB 30
146,761 146,761 0000000000000431d1c418de51e0271f6176608f7522b82ab22c00e9afaa26d8 62 0.02/1.00 vMB 26
146,760 146,760 000000000000032fa3aa9365e8485c8fa17bc899a7c6c92cc846dda096a1eb37 21 0.01/1.00 vMB 186
146,759 146,759 00000000000000e1346886ad84a6c7e9821cb4295d53aef6311989225dea944d 7 0.00/1.00 vMB 26
146,758 146,758 00000000000004aca39c9cbdf869eb025b045c5e1ad55a17e231f4cc850dce6e 36 0.03/1.00 vMB 74
146,757 146,757 00000000000008c4a116361a1a7836be141723e9e48c597aa01a2ad0b78f0f8d 7 0.00/1.00 vMB 119
146,756 146,756 000000000000096ac4a7ea41220c7c6a705ba38eb2dcd09ad872638d6ea38cc4 18 0.01/1.00 vMB 187
146,755 146,755 00000000000007a6db434f6c828a7bbb92e0a953b88ccd17beb9f4fe8759f172 16 0.01/1.00 vMB 979
146,754 146,754 00000000000007bf7414d568b7a41b647c59a781b7ef42e298c2371b55f42d68 67 0.02/1.00 vMB 40
146,753 146,753 000000000000032c2996c7635f866aa4e4ac0964c48149d4ee4cd0b101d50792 57 0.08/1.00 vMB 95
146,752 146,752 0000000000000952d1e999bd9d6978901e5b5c674b3ad7099c254e37f7f286b4 81 0.04/1.00 vMB 149
146,751 146,751 000000000000002ddc79175a713eee9feba7f4e2bd41fbeb6f491f3526b6d803 57 0.02/1.00 vMB 100
146,750 146,750 00000000000001dd8ff27378239e6937b7286f553786a9e231d6f19bb399b5bf 11 0.00/1.00 vMB 163
146,749 146,749 00000000000001c8d14ac8f32a9132077093c09034aad24828c89c1b117a6103 74 0.02/1.00 vMB 232
146,748 146,748 000000000000083b54e1c9d1a5b0c574748e961de17a24978c7426749dcf03ce 67 0.04/1.00 vMB 97
146,747 146,747 0000000000000165124ed437b2f67d5da725aab9b5fafa89a238a16298eb56bd 52 0.02/1.00 vMB 95
146,746 146,746 000000000000059fb6397cd4ba05b7676fe1836df61b78c58568b8b5997810a0 120 0.04/1.00 vMB 175
146,745 146,745 000000000000065ed473cb2c4ead60aa3bdd119da7b233d9c34fca9eeffbb113 99 0.03/1.00 vMB 122
146,744 146,744 000000000000089ef2ae7286a390ceeac749a9938b0c7e3bff4ebd85d160da7a 20 0.01/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 780.00 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: 474.59 GB
    • Received: 3.07 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.