Loading Tool

Explorer IconExplorer

Memory Pool

38,271 transactions
28.11 vMB
0.06362900 BTC
Random Selection Loading Transactions
Max Size: 142.48/200 MB

Candidate Block

Mining Attempt f3f71895981f503728a7433e46118ff92b292da32620544d7c3cb7f05773afbe
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a328384abed2af5a30bca749c4f1e7d0514fbe74d820724e02e6e5230c63a4be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,281
Size: 1.00 vMB
Total Fees: 0.00983447 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (1,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,967 912,967 00000000000000000000b848b1ae867850947628527a7968daba71716e55c4b5 1,316 1.00/1.00 vMB 1
912,966 912,966 0000000000000000000111f653774ccc67aee0fe3c252f9465031b0384895b48 1,939 1.00/1.00 vMB 4
912,965 912,965 00000000000000000000744a564524b79577203ab13e9d23d2467d6d45b9ee1d 3,298 1.00/1.00 vMB 4
912,964 912,964 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc 2,241 1.00/1.00 vMB 3
912,963 912,963 00000000000000000000a1599da070f1860fc4a04aecffa1af09cc16b1d80280 2,591 1.00/1.00 vMB 3
912,962 912,962 000000000000000000006b521c1a541a3dc5c71e10c161f262a673024322f2af 1,663 0.53/1.00 vMB 2
912,961 912,961 000000000000000000001dd33c0645cd4a9ae53e227b8fae54209209817a49a4 6,459 1.00/1.00 vMB 0
912,960 912,960 00000000000000000000c4340566f80fd95d62e2ceda71f77ca8c1ca94f40e3e 2,146 1.00/1.00 vMB 3
912,959 912,959 00000000000000000001b9f36be46b4cd6432b8df79fd221d04b315b56c9d7c7 4,150 1.00/1.00 vMB 2
912,958 912,958 00000000000000000000cafd638156aeaed7f06745d8bac0828a3f49c670b07c 3,639 1.00/1.00 vMB 2
912,957 912,957 0000000000000000000116045ddc8fb4c762f154670a95ec186979da2d4e09b3 5,791 1.00/1.00 vMB 1
912,956 912,956 00000000000000000001547c2ce7b1e60e57a0554aead7265e290a13dabdf9b5 2,225 0.55/1.00 vMB 2
912,955 912,955 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764 5,863 1.00/1.00 vMB 1
912,954 912,954 00000000000000000001d3f3177e43d10a4341cad75ec93b8853edf5011a7998 7,121 1.00/1.00 vMB 0
912,953 912,953 000000000000000000014d1ba5dc1954d78f0d06781fcf645631847aad0ea988 4,142 1.00/1.00 vMB 3
912,952 912,952 000000000000000000005a1c2961011ff2e834168c58cefa5f6a8045bd8e5cdc 5,375 1.00/1.00 vMB 1
912,951 912,951 00000000000000000001b8d050dda44b08efedd45055b551cb5f2e07c7588912 4,911 1.00/1.00 vMB 2
912,950 912,950 000000000000000000000b53faa8e4051a2db6d2c0aea11ab98868abb62c4e25 3,691 1.00/1.00 vMB 1
912,949 912,949 0000000000000000000004d36a58025b2122f23e67525d016efddccabcdd25b5 2,911 1.00/1.00 vMB 3
912,948 912,948 00000000000000000000fc56b489a36553e7943d982ac8c545a78c579b989a45 4,721 1.00/1.00 vMB 2
912,947 912,947 000000000000000000013d83dc31ced6fc7b1745519839b23b0be4fcfdbeb4aa 1,051 0.30/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.69 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: 628.68 GB
    • Received: 11.82 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.