Loading Tool

Explorer IconExplorer

Memory Pool

82,648 transactions
30.96 vMB
0.10788683 BTC
Random Selection Loading Transactions
Max Size: 186.17/200 MB

Candidate Block

Mining Attempt 6d95b2a5ab159cf777f206a2958f26546cb5c462614baed68936d121efd541b8
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 6b6867c7e2d306a45364982067f6dfca6f3eb7853a07121daa46b3fda3952059
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,972
Size: 1.00 vMB
Total Fees: 0.03811660 BTC
Feerates: 163.06 > 3.82 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (121,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,689 793,689 00000000000000000003477a4a4b46207b800eda8ac7e65fd0f459f1a86c7fb9 1,857 1.00/1.00 vMB 25
793,688 793,688 0000000000000000000417d22f1ad5349c6f0d7bba318866408428d493a612ac 2,520 1.00/1.00 vMB 62
793,687 793,687 00000000000000000004bdf6c4136f32317d587673fe22cce9016b60cca5b8fe 1,896 1.00/1.00 vMB 28
793,686 793,686 00000000000000000002fc9f3c6a06e4d8032e3433df76aa7198eea73c1f5ef3 1,765 1.00/1.00 vMB 20
793,685 793,685 00000000000000000003e80d77f1322da3597124913a1b84dd6da46f6980228b 1,769 1.00/1.00 vMB 18
793,684 793,684 000000000000000000009a2300023e177dc0345bf2df316461e63c0b475f955b 1,596 1.00/1.00 vMB 18
793,683 793,683 0000000000000000000185734125b078caceaf48b7c9b1905990fca7234c07ba 4,473 1.00/1.00 vMB 16
793,682 793,682 00000000000000000000252b62ce37f930f2e784ce2e7ca29c7a42ca9ad9bcab 2,674 1.00/1.00 vMB 16
793,681 793,681 00000000000000000001ee43c65fa15ca9ea9f62ee6de8f140330ff0a22788b5 1,895 1.00/1.00 vMB 43
793,680 793,680 00000000000000000003fc5d32f69ee28e5d95b3b44207787f6ded9c21bf37a9 2,135 1.00/1.00 vMB 39
793,679 793,679 000000000000000000002e7fcbfd8703fab4515992ab5e6ada2058a8c4f69d4d 3,146 1.00/1.00 vMB 59
793,678 793,678 00000000000000000000dc2bf61e6e2d5cc3133c16caab661ada593e2cb32962 1,786 1.00/1.00 vMB 16
793,677 793,677 00000000000000000000ccd1174f487928b29b1dca9cb9a910cba352522fa5ac 1,757 1.00/1.00 vMB 34
793,676 793,676 00000000000000000002f6c8e0fe25f9112bde7eaf0487d4a537e9e7104c19f7 1,998 1.00/1.00 vMB 61
793,675 793,675 00000000000000000004f19d9171e5c13ef68143bcc7a74dc3ed1b81666f2513 2,513 1.00/1.00 vMB 36
793,674 793,674 0000000000000000000211946999b2f039ea4841feb200240ab8491c61efa80f 3,027 1.00/1.00 vMB 24
793,673 793,673 000000000000000000047ee3f0e795576e1f9dbf1c778813f6946788beb6a8b2 2,432 1.00/1.00 vMB 18
793,672 793,672 00000000000000000001cf9b8be570a0778ae306a0571269899d1c0b617a5339 2,844 1.00/1.00 vMB 32
793,671 793,671 00000000000000000003ca4615a7c38f036ff05bbc69cee12044ed7aad1da32e 2,720 1.00/1.00 vMB 83
793,670 793,670 000000000000000000042fdbee6d7ea0dec4baf943fec8c5bd5b984806dbb774 1,476 1.00/1.00 vMB 23
793,669 793,669 000000000000000000010da37b7962f1022cd53d5701c704a1f8f08ec44c043e 2,176 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.69 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: 695.18 GB
    • Received: 16.51 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.