Loading Tool

Explorer IconExplorer

Memory Pool

44,689 transactions
30.20 vMB
0.07985636 BTC
Random Selection Loading Transactions
Max Size: 155.01/200 MB

Candidate Block

Mining Attempt 6ecf9bf0d1a7d4b39197908d7f79e2fbfc7d75f9254186a2d0b3959255a2d349
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 87b9b27641482db7ff5088ac9da995510de9d72afe8578a07f96a246ebdcdc31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.01693489 BTC
Feerates: 27.07 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (148,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,678 765,678 00000000000000000000b4da6a14e6316b2190cd63abba14711cc10bed401469 433 1.00/1.00 vMB 3
765,677 765,677 00000000000000000004e6a3feabcb738d26ac7904708035d5865fbb1f3fe490 1,419 1.00/1.00 vMB 13
765,676 765,676 000000000000000000013af67bd5145bc32cc7817c6c0fdf0c8a26480e5be24e 2,085 1.00/1.00 vMB 4
765,675 765,675 00000000000000000003edeba529c5921e315bd79d8d548041512b0421834092 1,060 1.00/1.00 vMB 5
765,674 765,674 00000000000000000000fd50215b2c8e840592e85542c56e6a88e8935af7df47 1,510 1.00/1.00 vMB 21
765,673 765,673 00000000000000000001956e436d921f7fedb6c4251aead685e37d22db87f251 2,540 1.00/1.00 vMB 41
765,672 765,672 00000000000000000006c63230b1e048dc9ffae0531e4d14702f76dd87dcb0ca 1,518 1.00/1.00 vMB 9
765,671 765,671 00000000000000000005b0154741972975305aac565b9ac4af6e0ba3be1f6cb8 2,114 1.00/1.00 vMB 20
765,670 765,670 00000000000000000007638cb562a0ca6b09e6d96e67a9afe60e67540653c38c 1,895 1.00/1.00 vMB 11
765,669 765,669 000000000000000000075dbbbaf0d7201ed7ada0d3a3046756b4a8be963104a4 2,768 1.00/1.00 vMB 25
765,668 765,668 00000000000000000005e62b8b7d30ac30ba5a49dd22a1e2fb1fdff092f53c74 2,937 1.00/1.00 vMB 44
765,667 765,667 00000000000000000003ffa425c7c50f672ec4b72dd67c3da3e224253ae77ae2 1,476 1.00/1.00 vMB 8
765,666 765,666 0000000000000000000468730df44c8845e9c54f350ea4515fdeafea9c704415 1,986 1.00/1.00 vMB 12
765,665 765,665 000000000000000000016ba0aa8429b1eac500ada97802bb7bed05986b7d9c2b 1,894 1.00/1.00 vMB 8
765,664 765,664 00000000000000000005f45ff7833af3945cb1871c7e6e9ed8087389f7ce7ea1 2,192 1.00/1.00 vMB 17
765,663 765,663 0000000000000000000480bd7f79a38e773135cc28dee3b2e7b9574a412db20a 1,968 1.00/1.00 vMB 17
765,662 765,662 00000000000000000001431c5ccd4b1dcc8cc16bb4cd1641365aca0ea22dfb3a 1,004 1.00/1.00 vMB 24
765,661 765,661 000000000000000000009e7e9dbc7900f7425c85d4a24d362c08dbf012a1ca0f 2,627 1.00/1.00 vMB 31
765,660 765,660 00000000000000000003201f4709aea3b268f2406e37b6b6a7b8e231aaef6366 2,971 1.00/1.00 vMB 37
765,659 765,659 00000000000000000005b8321e6dc1a0665a50e7ac607cfaa814ce9861e957f0 593 1.00/1.00 vMB 17
765,658 765,658 00000000000000000003b353e700cb80dcaef9200cf095dcaa9389a5e78a7e9c 1,312 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.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.