Loading Tool

Explorer IconExplorer

Memory Pool

91,867 transactions
34.59 vMB
0.29580421 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 3e5584a8dc9c701927681fba8cf82b1ecdeb14f9458324d74d39290efd68d743
Version 20000000
Previous Block 00000000000000000000bb3bc41843719fe36e9ccf594ee58bf79ac5f82daed4
Merkle Root 6f67cd004d30dd886fb0b10836f15597291b01950c5c9f71bdab0eb0c72613c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.06991521 BTC
Feerates: 168.26 > 7.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,638 (867,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,656 47,656 00000000007dff2a61bcea2ed43c422b0a56fd9254cf0b6ff488e487f1d1e9dd 1 0.00/1.00 vMB 0
47,655 47,655 000000002f73b6859e7be8db16b7afcb425ea7aab926482c4e5007b3705a53f3 1 0.00/1.00 vMB 0
47,654 47,654 0000000016babac522554b89ef7cc26415e504e2213a5f187a37ecb40d089b32 1 0.00/1.00 vMB 0
47,653 47,653 000000001ad1c8f3040930c0bbfc809866e4bd581a40068babe5e1c05f24761d 1 0.00/1.00 vMB 0
47,652 47,652 00000000252012f0af478a5b9f73302cc9f91d7bd793c8ddb6849c63537dd713 1 0.00/1.00 vMB 0
47,651 47,651 000000002dcf533e8a8ace9bfc55e03092e69b7daf49fa6272b991133552135a 1 0.00/1.00 vMB 0
47,650 47,650 000000002ed9ca74ca2b47e1e99e5a9ab28096b4cc4d2f68704e07eb9d81de1d 1 0.00/1.00 vMB 0
47,649 47,649 000000002115c34a94dbd851bd39f695d2df2d24122b08f654adc93fc222142f 1 0.00/1.00 vMB 0
47,648 47,648 00000000098ed59a0dee1ad36139a4602c4e8ba3007421a827b33bbd85035a51 1 0.00/1.00 vMB 0
47,647 47,647 0000000000bbd22c092a9e9ed47afddf83c269537b39b43ee309c3108c6ff97d 1 0.00/1.00 vMB 0
47,646 47,646 000000002e3991468c9664caca663cd8c03e479389b3f8bf781b45d32beddbe8 1 0.00/1.00 vMB 0
47,645 47,645 00000000239f6203a683a4bc201cd613e696398d15288fed1487fe4cf1ead00a 1 0.00/1.00 vMB 0
47,644 47,644 0000000015394511818a85d7c66ff78c544c0c66f0abba33300c13a50e62ba44 1 0.00/1.00 vMB 0
47,643 47,643 0000000031b4319ec2ca53e8d43abf53f58ffe2ccffc35370760b0a836fef148 1 0.00/1.00 vMB 0
47,642 47,642 000000002e0012fe834bf95790e10ad8f2953385a509f1400e638a8427d5e1e4 3 0.00/1.00 vMB 0
47,641 47,641 00000000214e589de7c51de0c3651dfd515cca6232036b7538eb891ac2fa072a 2 0.00/1.00 vMB 0
47,640 47,640 000000000f611465e199717e195b1d907e1a36f0b63648c9500477ab97770e77 1 0.00/1.00 vMB 0
47,639 47,639 000000002b8efd834eac264924b13acdfe3dc6443bd99fe18997e956291aaff7 1 0.00/1.00 vMB 0
47,638 47,638 000000001328e48f89e236d147087a6258937c0a6707655b7aae79bebd98e3af 1 0.00/1.00 vMB 0
47,637 47,637 0000000008510a4837237d69aacc50b00754ec03f231febda4ef0e3f5d95a40f 1 0.00/1.00 vMB 0
47,636 47,636 00000000228649a94b59ee3b1bc1be20a7d9c8e7dc1b30a574a75f26f072c348 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 773.02 GB
    • Received: 20.38 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.