Loading Tool

Explorer IconExplorer

Memory Pool

38,100 transactions
26.10 vMB
0.06124124 BTC
Random Selection Loading Transactions
Max Size: 134.81/200 MB

Candidate Block

Mining Attempt 2d2eb176ce81680a5a8831cca36ec660ebc9f6cf0207376e3f8a972c01a32f78
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root fe39a796cb7f86d95de502d1e6b17d9bdf62c8b0b5c5c8d9b4e2bc3f168390e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,412
Size: 1.00 vMB
Total Fees: 0.01341493 BTC
Feerates: 265.25 > 1.34 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (413,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,716 501,716 00000000000000000012ba5189a5a66c2777f93d7be340aec1fcb6a8faee3cfc 1,524 1.00/1.00 vMB 273
501,715 501,715 0000000000000000006e685e30cabb63dd839eacc6307fa31b6efad527e445a7 1,197 1.00/1.00 vMB 308
501,714 501,714 00000000000000000069fd2fc9915f54a17c6ce389157a7b47ba9909a5c049a8 1,668 1.00/1.00 vMB 372
501,713 501,713 00000000000000000009705206df41ebb6a8a367b471d220afeb33eca3223099 2,430 1.00/1.00 vMB 643
501,712 501,712 0000000000000000000289575d7b0285a75c2bd69dbc1dfd3bc3cffc73034859 1,926 1.00/1.00 vMB 401
501,711 501,711 000000000000000000712007211a9ea2ca869ab9bf159069e9ca3a4dd4178e7e 1,856 1.00/1.00 vMB 347
501,710 501,710 000000000000000000829215cacdaa64890ee159e9a94d3577eecf06692a344b 2,261 1.00/1.00 vMB 414
501,709 501,709 00000000000000000060389a69a1461f257055553f72788820891e92efb29259 2,937 1.00/1.00 vMB 561
501,708 501,708 0000000000000000008744988d6d5cd26c6ec98e0deeaeda5b56a7d0f1add302 2,173 1.00/1.00 vMB 440
501,707 501,707 00000000000000000093fee8b48822fd4f375bf00ce97f1079448fada7287e76 3,213 1.00/1.00 vMB 632
501,706 501,706 0000000000000000008ef11fca4dbb99931a809ce0fdc21eaa3998afad062057 2,491 1.00/1.00 vMB 402
501,705 501,705 0000000000000000004b96963a7f0c42010dcfbae11cf7755bfa431b798c0bd0 2,781 1.00/1.00 vMB 573
501,704 501,704 000000000000000000841c29000ac1421623416c0dfee55022c92d6d63e7facf 2,444 1.00/1.00 vMB 509
501,703 501,703 000000000000000000321722a9e128e48fb47cd2371d9ca9d2d109daacc15ddd 2,619 1.00/1.00 vMB 430
501,702 501,702 0000000000000000006e3941955ce5328419721bff018a0d3b316ae68cd0cb5b 3,438 1.00/1.00 vMB 632
501,701 501,701 0000000000000000003aad1dba19563545e84babd21123debe6c09dec9bf7e88 3,029 1.00/1.00 vMB 474
501,700 501,700 0000000000000000000eca2ac57a91dc8c8892d70803ba639d73d4d37ec270d7 2,842 1.00/1.00 vMB 678
501,699 501,699 00000000000000000054484da5b6a944405258ffadf234408d6c4a5c78a21562 3,004 1.00/1.00 vMB 526
501,698 501,698 000000000000000000677340987347ac7da21ea4c51a30bd5751c49d201cb5ab 2,499 1.00/1.00 vMB 644
501,697 501,697 0000000000000000002ef87c88be20c6e6664938c1469ca8feac6beb08f1a86a 2,483 1.00/1.00 vMB 643
501,696 501,696 000000000000000000220b95f4d8adcfb3796b833c30ee9bcd161c60c446184c 3,133 1.00/1.00 vMB 579
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.