Loading Tool

Explorer IconExplorer

Memory Pool

53,762 transactions
29.92 vMB
0.10335669 BTC
Random Selection Loading Transactions
Max Size: 160.65/200 MB

Candidate Block

Mining Attempt 0d46f6da479a267a87ccfae17fe752c57efbb843d45bd8eab6b3ac543bfb3e0b
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 27be2e63dbda53fc1e6157cbe05a1ade5b7aac500a3e0f64e6690974cfb85c68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,177
Size: 1.00 vMB
Total Fees: 0.02845721 BTC
Feerates: 157.35 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (388,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,607 526,607 000000000000000000233217a2e1da068efac13e4cb250f34527e8e27562d16a 1,637 0.77/1.00 vMB 25
526,606 526,606 0000000000000000002945271b43a8b1f1b36ca159c7c4d92c79453471d46d7c 2,352 0.86/1.00 vMB 18
526,605 526,605 000000000000000000166d0911cb4e059202821d472315cde1a5b863c1fb7151 978 0.39/1.00 vMB 17
526,604 526,604 00000000000000000012171b51272bd994e2e32d0381bc0313c476e6cd81a360 1,327 0.53/1.00 vMB 16
526,603 526,603 0000000000000000001fe4f14f3e68c3fa32791a87fe743e18531d2a5cf76b2d 694 0.28/1.00 vMB 26
526,602 526,602 0000000000000000002c42d0e2cdeabd1c49e25b27f9f45a2843da55226fbfda 1,773 0.65/1.00 vMB 23
526,601 526,601 000000000000000000073124bc01d4c13b8fe55a0a8a03234c016878bae04858 1,666 0.76/1.00 vMB 26
526,600 526,600 00000000000000000005108804d396e08a735bb7ea8e0ba7980db761fca5112d 2,179 0.75/1.00 vMB 6
526,599 526,599 0000000000000000001684cb5e7696052e8bbd95a8af7b4570315608a87d11e7 1,288 0.55/1.00 vMB 35
526,598 526,598 000000000000000000302c47ec77d7992dbdffb32b87155ef1e85def493b1403 2,269 0.86/1.00 vMB 20
526,597 526,597 0000000000000000001f47b2d4285d956c411e20a36c6ac3819e58a914e573ce 773 0.32/1.00 vMB 16
526,596 526,596 00000000000000000028818949817a0a45d209cde560fcb0a2ea4d51d9736ac3 1,010 0.42/1.00 vMB 22
526,595 526,595 0000000000000000002df74a1a8d6f861da022546d8c0cdb0671491e1abe3a75 2,258 1.00/1.00 vMB 11
526,594 526,594 000000000000000000294d4fc747146eb099c56d293c014d9e4349d8fc60e1bd 2,601 1.00/1.00 vMB 26
526,593 526,593 00000000000000000029ee0b45ba3fb992336a0c2e09614774080bdb98006fff 474 0.23/1.00 vMB 12
526,592 526,592 0000000000000000000f28f2ba4d157ca9ff3250b91cb3564c4c4327019a5a31 1,150 0.76/1.00 vMB 7
526,591 526,591 0000000000000000002ba5a1fb96f93e6c215d62db4280f1cbd30e82c7c71fba 1 0.00/1.00 vMB 0
526,590 526,590 000000000000000000075fdcaa70969b8ca08f0af9671cf046e3ec9594154570 2,343 1.00/1.00 vMB 23
526,589 526,589 00000000000000000018afb4d03e9ded5497a86e93b730d09986312341799001 2,067 0.78/1.00 vMB 21
526,588 526,588 00000000000000000026ee582e0eedb8839dcb3045cbe4508a455d39127bfde7 1,812 0.68/1.00 vMB 18
526,587 526,587 00000000000000000016cb2df8b149d7167900381968e2c0af25a48be85391a9 2,437 0.99/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.