Loading Tool

Explorer IconExplorer

Memory Pool

41,571 transactions
19.85 vMB
0.04787616 BTC
Random Selection Loading Transactions
Max Size: 111.52/200 MB

Candidate Block

Mining Attempt 8e03776288bd2b623b0f88a2cb4ddf0d8766a96a3f2e19379b404896a1c929c2
Version 20000000
Previous Block 00000000000000000001f5cc7452640e01532885211b51ee9053361cf58ff743
Merkle Root 8ad0adbff836e1fafc7d466c0ecf89f531d0e0d1725f3de6ee523cccce1e20a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,303
Size: 1.00 vMB
Total Fees: 0.00895073 BTC
Feerates: 100.59 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,070 (1,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,652 912,652 00000000000000000000fe348ce2b772e612d65b8fb6447f3501a8b3b11a2472 1,018 0.29/1.00 vMB 2
912,651 912,651 000000000000000000004dd722126b6344b65bda18830e6a3db28cfc937e4d6c 6,038 1.00/1.00 vMB 0
912,650 912,650 000000000000000000007ee0ba119f9b006189ed652537e9edd299dd4062e7eb 7,060 1.00/1.00 vMB 0
912,649 912,649 00000000000000000001ac066641a4df0249defa5848d08267adb5cc90b80757 5,729 1.00/1.00 vMB 1
912,648 912,648 000000000000000000020030dbfd4516054eab86e4b37e7b33aa463916ebb871 3,687 0.77/1.00 vMB 1
912,647 912,647 00000000000000000000bee308c231c299039487a5226cb66416901d118d279a 4,065 1.00/1.00 vMB 1
912,646 912,646 0000000000000000000124c99edcc305b6827a248d3f8e9f2132049394d232f4 4,388 0.88/1.00 vMB 1
912,645 912,645 000000000000000000013d1835e93aba56a208e487eb69af8bae1c647c8ac1e6 222 0.08/1.00 vMB 2
912,644 912,644 00000000000000000001e883068d7efada33349eea43baa53b7a9157a5464527 123 0.03/1.00 vMB 2
912,643 912,643 000000000000000000002f89f82e510bbc4350bcc0860e564ac6704e0230b1a0 791 0.16/1.00 vMB 0
912,642 912,642 00000000000000000000d6711e0bf6743a96066a3cb1c856059b577fc749cc50 3,750 1.00/1.00 vMB 1
912,641 912,641 00000000000000000001e7ed543dd3c40e66170e5cb0035d333c20a2c28cc24e 1,901 0.71/1.00 vMB 2
912,640 912,640 00000000000000000000a36c2ad37e55bdfb22c5c53a691e48455d8bcc92183f 3,930 1.00/1.00 vMB 1
912,639 912,639 000000000000000000013a243b5d8f1ef219edcfa5430bea705bdab6797d38a3 2,264 1.00/1.00 vMB 4
912,638 912,638 00000000000000000001bb216f20fd9d99aa095cb24a5dbc4cb0a86d2aa012f1 3,065 1.00/1.00 vMB 0
912,637 912,637 00000000000000000001d64458b06570945e0befd8fb7ca629a13e9ef9d4a68c 804 0.31/1.00 vMB 2
912,636 912,636 00000000000000000002132ff496ab04a3174b30f6c4e12b68133de180384aa0 2,831 1.00/1.00 vMB 5
912,635 912,635 00000000000000000001f06aed25da7e2a50326bd02c53ebf8afb51f05ef6fea 1,880 0.61/1.00 vMB 6
912,634 912,634 00000000000000000000b2b7675f47cc9eff74117aa7fa23ebe7fe9c31cd7946 3,345 1.00/1.00 vMB 3
912,633 912,633 000000000000000000018e49f324973d2bd7c0142edc0f41767049c6e7d7b7d6 2,853 1.00/1.00 vMB 4
912,632 912,632 00000000000000000000978f2aa548b12b9fe7da9e2809d25f2d40ddfb63c1ae 2,775 0.95/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.04 GB
    • Received: 6.86 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.