Loading Tool

Explorer IconExplorer

Memory Pool

80,650 transactions
34.72 vMB
0.18057556 BTC
Random Selection Loading Transactions
Max Size: 194.45/200 MB

Candidate Block

Mining Attempt 501f780c6ce80d14dc563cb43f866b112a5ea6e7f8d087c09fc5e147d93695ef
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 7f60bf9cec021d7819b32b2fa0cfe837fa42e2c97512b573a42126c8558aea19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.05006653 BTC
Feerates: 150.93 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (30,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,710 884,710 0000000000000000000003379e5c248fafe1e7d4b49d7b9caf874d055a37a7f2 2,872 1.00/1.00 vMB 5
884,709 884,709 0000000000000000000202ea6d667ceff23b521f183acca5f3958716fbea5691 3,734 1.00/1.00 vMB 10
884,708 884,708 0000000000000000000077441f1a008f4d8c3fdb47b15ea590398faae45ef814 3,490 1.00/1.00 vMB 3
884,707 884,707 000000000000000000013c5406a2e055da292de5c454ba7dd5440d6c4a241e32 4,837 1.00/1.00 vMB 2
884,706 884,706 0000000000000000000085f24ef38c73d6f2a677a38e2fb7d5b020e11623d028 3,555 1.00/1.00 vMB 4
884,705 884,705 00000000000000000001e1ae6ffcd002ddcd05be99f76fb1184f76fa22a3e0a0 4,120 1.00/1.00 vMB 8
884,704 884,704 0000000000000000000235ac8d2ecc12ab24f2f3decf24ed058f57531eaa0b04 5,097 1.00/1.00 vMB 2
884,703 884,703 00000000000000000000c9143c1c0fc0acc27aebd52a31612ec16ab4b504a6f8 5,189 1.00/1.00 vMB 3
884,702 884,702 000000000000000000021f819e3e93e964e50dfaac54bdbb4560d275184d388f 3,584 1.00/1.00 vMB 2
884,701 884,701 00000000000000000002618503adff460e05735e53ad83fa572bcfebfbc38539 4,464 1.00/1.00 vMB 3
884,700 884,700 00000000000000000000e68cccff9ce4765635f94260e83343034d854bc4dea5 4,718 1.00/1.00 vMB 3
884,699 884,699 00000000000000000001205aa6852793474449a9cd9f09641471d3e05901b5f2 3,985 1.00/1.00 vMB 3
884,698 884,698 00000000000000000000b6d78bc2eadf5ddfc7c3dc3ebe8d323cda8587fedceb 3,928 1.00/1.00 vMB 4
884,697 884,697 0000000000000000000165da95c3ddb673a16472a692ce9174a0cfcf2b76ee90 3,825 1.00/1.00 vMB 5
884,696 884,696 00000000000000000001651c5beedf838fa72713c7698b70f24c0541f4784b78 3,331 1.00/1.00 vMB 5
884,695 884,695 00000000000000000000120aa91283d2a9b20391ac2e760f013695699967cffe 4,754 1.00/1.00 vMB 2
884,694 884,694 00000000000000000001d2bc7921cd0b4e7c5134d453eec374158d5f0f6c672d 5,067 1.00/1.00 vMB 2
884,693 884,693 00000000000000000000ecb6b058048147dcb34ae06a382ddd7aa8f551985272 2,994 1.00/1.00 vMB 2
884,692 884,692 0000000000000000000238f075dfeeb39a3d7c82b9b84706d54e5e2ce788fde4 3,327 1.00/1.00 vMB 5
884,691 884,691 0000000000000000000104a153e053c286059536659f29ad1c4b3b5a4dd93e08 3,523 1.00/1.00 vMB 5
884,690 884,690 000000000000000000017ff31c605773afc71a8e93bb4749d286df8eb0033122 3,070 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.