Loading Tool

Explorer IconExplorer

Memory Pool

35,815 transactions
25.96 vMB
0.07057271 BTC
Random Selection Loading Transactions
Max Size: 132.27/200 MB

Candidate Block

Mining Attempt f7431163b4b80306e2c426b05329db3efffafc34a2c2f5380e6f6c23603c21a9
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 89918a077a79d355be469bc4c61eeffeaa89da700cfa7bb44340a1bc196b610d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.02292955 BTC
Feerates: 150.77 > 2.30 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (204,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,758 709,758 00000000000000000002d58041e4b3d6df4a5a4277e5f540b1f7edd68ec39ece 1,205 0.46/1.00 vMB 5
709,757 709,757 0000000000000000000341dd4839907333f3631c09c3676043d4fffc4759ffe7 2,542 1.00/1.00 vMB 8
709,756 709,756 0000000000000000000c54c2620aae681007987d568fe0daca7b0edc440129c2 2,411 1.00/1.00 vMB 19
709,755 709,755 000000000000000000066d513b0f95b2f372868daa741a5af212fed0a81281a5 2,047 1.00/1.00 vMB 7
709,754 709,754 000000000000000000094d3760f2d18bcc5fbdc4682ebdbe8c0eaa8ccb7f9c72 2,772 1.00/1.00 vMB 13
709,753 709,753 000000000000000000005d20f4a7ba88c9e5faca9f2e3a3042007d635cc2bf05 278 0.13/1.00 vMB 7
709,752 709,752 00000000000000000006b27153c3dbdf009e3b87c1a4a4a3e94209f0999aec43 1,100 0.96/1.00 vMB 5
709,751 709,751 00000000000000000009095fc03b0cf0baae7d695c58912c9cab382c3b4911f8 1,053 0.38/1.00 vMB 11
709,750 709,750 00000000000000000008ba16a677282f98c4948450a91ef78d7792d02bee16a7 723 0.30/1.00 vMB 10
709,749 709,749 00000000000000000001259b5d90afd44bd09bb8aeac381aa14aaa944246b01a 1,193 0.41/1.00 vMB 10
709,748 709,748 0000000000000000000272700e1ba8b2f48139c87c6fdc0cd2ace6a8f4290f56 1,310 0.48/1.00 vMB 10
709,747 709,747 00000000000000000000358922283d8d3cc2e8b11d2fbd6481fa804ac03c1762 819 0.29/1.00 vMB 13
709,746 709,746 00000000000000000003b4296093593b20393ef5b001748ac95bb6381de215d9 1,089 0.45/1.00 vMB 11
709,745 709,745 00000000000000000005e37b2892e63405a4d37582f7c6e16893901d1ae555eb 511 0.16/1.00 vMB 11
709,744 709,744 00000000000000000001354bec463ca90bb6ab4adf24e12b617f68bc38f01815 476 0.17/1.00 vMB 9
709,743 709,743 00000000000000000005b6adf3df994a5a44d603df5e2fb59e3fb46cab8f0d10 1,533 0.56/1.00 vMB 10
709,742 709,742 0000000000000000000aecc7c70d4ea89406baf06c69a9b9825fba70bfaf8d32 44 0.07/1.00 vMB 9
709,741 709,741 00000000000000000001096b89a022812536ad2d7a09b033040938dae19ca4e2 2,164 0.86/1.00 vMB 3
709,740 709,740 0000000000000000000925f25991e2b24649e24f6d6ab11fe578e0a48782ac0d 2,960 1.00/1.00 vMB 5
709,739 709,739 00000000000000000005a60c048ef37edaae0fae810fd1027e99c13d18bb6d2b 2,842 1.00/1.00 vMB 7
709,738 709,738 0000000000000000000155bfe4b711b20482a530a51bd9bc61c9b31962882353 3,141 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.85 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: 638.84 GB
    • Received: 12.50 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.