Loading Tool

Explorer IconExplorer

Memory Pool

25,376 transactions
9.91 vMB
0.06877353 BTC
Random Selection Loading Transactions
Max Size: 59.48/200 MB

Candidate Block

Mining Attempt dc6468bb5889c46694b709e8efd7591cbfe8fee3b69bbed35db1e4b9aa0bbe80
Version 20000000
Previous Block 000000000000000000009033b1a01515ed5502375c5605c92a41de0f7301d4f3
Merkle Root 2ddc6e6c2d99da4d9b26ab75ac77497f78eefad733af232db5c16be1125240a4
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 1,338
Size: 1.00 vMB
Total Fees: 0.02484368 BTC
Feerates: 47.50 > 2.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,413 (407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,006 917,006 0000000000000000000144de6a5bd52f7509705293fa746c94665b7a0ae9da0a 3,452 1.00/1.00 vMB 0
917,005 917,005 00000000000000000000bc0918d361a84acd13252be9cd0507c32c7179d96b4d 4,395 1.00/1.00 vMB 0
917,004 917,004 000000000000000000000b3b39066ca02b1be415b5362ed42d44d85669bd59d6 5,445 1.00/1.00 vMB 1
917,003 917,003 00000000000000000001db9d3dfa72edc3f2de74f1e37682ed953d17eae7dd1a 4,609 1.00/1.00 vMB 2
917,002 917,002 000000000000000000015aba9759ea190fc1de93ab7cde390b1d64d335fcd585 4,183 1.00/1.00 vMB 0
917,001 917,001 00000000000000000001ce30988689b92e20b41a0570a2da1280ffd2e9bf6403 3,436 1.00/1.00 vMB 2
917,000 917,000 00000000000000000001e08b7fd44f95e3e950ac65650a8031a6d5e1750e34be 575 0.17/1.00 vMB 2
916,999 916,999 00000000000000000000c86dcb032d69a1edd3b83e44be5d25d6d6d7d1023cfe 917 0.25/1.00 vMB 2
916,998 916,998 00000000000000000000e0093b9ccc69db0786ea8138eec861fc913e0b069854 837 0.23/1.00 vMB 1
916,997 916,997 00000000000000000001a1f9ca5a730a155d78705d815b3ac349870de13d07f6 3,038 1.00/1.00 vMB 2
916,996 916,996 000000000000000000018fb68e27dce99ca8e1a23f0f84fc63091df81f38a912 851 0.19/1.00 vMB 2
916,995 916,995 00000000000000000001b0ba6c8cf29c38a97e73784bd136a7569741a41d938e 3,746 1.00/1.00 vMB 1
916,994 916,994 000000000000000000010f4ed272872e2c4c7dd50a286b17ea260d5ecd23eb4c 3,405 1.00/1.00 vMB 4
916,993 916,993 00000000000000000001e732f6714879bae186b71c0e39b25d31e0309db0985a 3,316 1.00/1.00 vMB 1
916,992 916,992 0000000000000000000168a4c59bf6a2fd1af9bdb0e7011e9ab088dbd52692aa 3,817 1.00/1.00 vMB 1
916,991 916,991 0000000000000000000177cde95426e5a89c4303f37e485b1fdd863a7ffc0863 3,762 1.00/1.00 vMB 0
916,990 916,990 0000000000000000000059863953e23ad29836bd31c802424b316a21f2f09629 6,167 1.00/1.00 vMB 0
916,989 916,989 00000000000000000000a7d85e79e324ddbd78ed85688be7d9f7d1a903abca80 2,647 0.78/1.00 vMB 2
916,988 916,988 000000000000000000002f6ad96f3b8fa0e1c9b17d4a19d755d1bb546d130c97 3,659 1.00/1.00 vMB 2
916,987 916,987 0000000000000000000104bf5547d005b37cd66fda725ab2167944d05907f056 2,786 0.96/1.00 vMB 2
916,986 916,986 0000000000000000000093c1a4d3402192082371b870208763235ef2459fc2cf 4,244 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.51 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: 1,004.85 GB
    • Received: 33.58 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.