Loading Tool

Explorer IconExplorer

Memory Pool

34,209 transactions
27.11 vMB
0.05539226 BTC
Random Selection Loading Transactions
Max Size: 135.51/200 MB

Candidate Block

Mining Attempt 209a8684a3ce4b14d15db6ec461ee587a5b2222e21991ce84b90d675a828116a
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root bab187b5ff87e82e1c0fc5e18070ce4f4addcda3a915cf3bf3b423396b0dff93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 822
Size: 1.00 vMB
Total Fees: 0.00430243 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (60 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,574 914,574 0000000000000000000081fef75bade910749b9ed84b20828378291296548903 1,582 1.00/1.00 vMB 0
914,573 914,573 0000000000000000000160511918bf5f71005d14a6d58e66ebe09eb964fedc7b 51 0.03/1.00 vMB 1
914,572 914,572 00000000000000000000179e38d3bd59dfb7c6a85e94874b9eaa05d53c091a73 1,447 1.00/1.00 vMB 0
914,571 914,571 00000000000000000000ffddde90400f9c20357f2eff67a9a3ffa6508c5ab9f4 1,313 1.00/1.00 vMB 0
914,570 914,570 00000000000000000000e6ac51d863cefc44ebfdc8149c0a65a62577a0feaf17 2,882 1.00/1.00 vMB 1
914,569 914,569 00000000000000000000c5bbf78fad58a0defd07aa48c76ca5263908f5d3b02f 3,195 1.00/1.00 vMB 2
914,568 914,568 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00 3,891 1.00/1.00 vMB 2
914,567 914,567 00000000000000000001bce059f3583b3cf282475591f68e58ba9a4e27df5768 1,262 0.37/1.00 vMB 6
914,566 914,566 00000000000000000001359e930a017d1580221a69b7a13df950dc0c434c3616 3,418 1.00/1.00 vMB 3
914,565 914,565 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455 1,197 1.00/1.00 vMB 0
914,564 914,564 000000000000000000017e2a921859098c6593428de3b370587a97e0baaa7288 1,574 1.00/1.00 vMB 4
914,563 914,563 00000000000000000001a80ad6684e495850359b4deea74bac4ef262a0fcb7b5 2,689 1.00/1.00 vMB 1
914,562 914,562 00000000000000000001e2b528dc3c9fba2b11f2bc0c0bce1ee1a5ea0c7ab54a 3,046 1.00/1.00 vMB 4
914,561 914,561 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf 2,016 1.00/1.00 vMB 1
914,560 914,560 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9 3,771 1.00/1.00 vMB 3
914,559 914,559 00000000000000000001da7c7d0e2d22bf8ee077eb047284ed5674e23b193a1b 1,567 1.00/1.00 vMB 1
914,558 914,558 00000000000000000000905bf0467faa96581b16e6aa17bf7c33e1697ebcc8fc 5,673 1.00/1.00 vMB 0
914,557 914,557 000000000000000000002f9dcde73bc5f71e6d226bcadaa835a84eee0f46153e 4,793 1.00/1.00 vMB 1
914,556 914,556 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972 5,478 1.00/1.00 vMB 0
914,555 914,555 0000000000000000000188686e50511c6ffe1299164f12b05c9e57ffa2983e8f 4,471 1.00/1.00 vMB 0
914,554 914,554 000000000000000000019a77c40282d48b8b439c6b19800056fbbad552052c91 5,869 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.