Loading Tool

Explorer IconExplorer

Memory Pool

50,307 transactions
20.46 vMB
0.08148636 BTC
Random Selection Loading Transactions
Max Size: 130.74/200 MB

Candidate Block

Mining Attempt 0ae8c492b3265060a0f9749993df4d9e58c9a82010fd61fe41dbd55ab7ca3508
Version 20000000
Previous Block 00000000000000000001943a324590cf57f8e1b86af6d50665fdf343ee721f0f
Merkle Root c85ece735b80e263f846848ba9c52b4687f5d1215f73704be5b358bf172d2987
Time (UTC) ( ago)
Target 00000000000000000001cdfb0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.04208318 BTC
Feerates: 477.45 > 4.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 922,672 (1,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
921,010 921,010 00000000000000000000ff5f0ac8e3eb4a7dcf94b6bc9590a51e28afb6be224b 4,757 1.00/1.00 vMB 0
921,009 921,009 0000000000000000000175d279c8b095ecae7763986e4bd9c8db3912a33c9660 4,400 1.00/1.00 vMB 1
921,008 921,008 00000000000000000000783e7c18ce364a3bb883088e42bca6f04f9cb3824cce 65 0.01/1.00 vMB 2
921,007 921,007 00000000000000000000e216740d84583c8008631cf139c0cd6fba78fda90062 5,023 1.00/1.00 vMB 1
921,006 921,006 00000000000000000000507de7f2c80c8fbce4741afeb082e6a2c4ba7e12ae4a 2,008 0.56/1.00 vMB 2
921,005 921,005 00000000000000000001c128e1d2909e5ab20889157f007ef0835bdbae662157 4,311 1.00/1.00 vMB 1
921,004 921,004 000000000000000000009c0fe1d747b838c16a31e1b1c67d62df2e3c9166d796 3,400 1.00/1.00 vMB 3
921,003 921,003 0000000000000000000089d6638df7f2bc6a2cebaa090e5e956e19ee2db44cb7 4,823 1.00/1.00 vMB 1
921,002 921,002 000000000000000000007eb813924e2805cfd0d6c3b48e8b02c218f88d4e7481 1,816 0.74/1.00 vMB 1
921,001 921,001 00000000000000000000a4e6fe48be34a5d1f4fae2484afd05292ac3714ce011 2,520 1.00/1.00 vMB 2
921,000 921,000 0000000000000000000112dc39dce60878596737801f3ed9c0f2d1ddbaec8d4a 4,045 1.00/1.00 vMB 5
920,999 920,999 00000000000000000000ec1c99e51143e6d24e11579a7555443fcb9cc1853362 2,329 0.78/1.00 vMB 2
920,998 920,998 00000000000000000001b5330e892a482b7623c6f2485cde1fa1633b52658965 4,530 1.00/1.00 vMB 2
920,997 920,997 00000000000000000000d346b3ac76c0e7befca51ab98d118f2a6b62e5b1b9ab 5,472 1.00/1.00 vMB 0
920,996 920,996 00000000000000000000b52fa6884dd946416fc01192a5b5d82ff7c227de78b4 4,822 1.00/1.00 vMB 1
920,995 920,995 000000000000000000018e6aca1a2a001092f5c00ffa38235a8066aca7d73fef 1,843 0.58/1.00 vMB 2
920,994 920,994 00000000000000000001c2f89cee9f8c2fe88b4a93c2c2b75192918fc438ca32 1,289 0.50/1.00 vMB 1
920,993 920,993 000000000000000000008c70aeb96aafc1dffdedc533647ac27582f57eb5dfc2 2,796 1.00/1.00 vMB 2
920,992 920,992 000000000000000000015e25e1a28c67bf00cc0e46552153a2db1c0e37691de3 5,630 1.00/1.00 vMB 0
920,991 920,991 00000000000000000000acc6774bb1808d124bb906f0dcb2265975f90632f6d1 5,919 1.00/1.00 vMB 0
920,990 920,990 0000000000000000000113a1ec17411b2c75cc05a9e98ccd932a1a29481c15ea 3,428 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 795.64 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,986.22 GB
    • Received: 81.16 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.