Loading Tool

Explorer IconExplorer

Memory Pool

78,884 transactions
29.21 vMB
0.12038849 BTC
Random Selection Loading Transactions
Max Size: 176.19/200 MB

Candidate Block

Mining Attempt 1da27e4443991b8ff562cc7926a71531219673291bc738c50a1b05b97569f0f7
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1f6a36e09027705c314eb731495179a85746e97c364e773614136023aeff5e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.04366530 BTC
Feerates: 150.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (479,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,018 436,018 000000000000000002975d4067494f1cbc74cf1fce0d926678fb1f391279606c 2,577 1.00/1.00 vMB 64
436,017 436,017 000000000000000000d59f486dc233861934fb9124350c072ec29e06810f6e7c 2,017 1.00/1.00 vMB 74
436,016 436,016 00000000000000000377add4d167b2ef00121f2d5fd7530545a1fed2c68c2b8c 1,214 1.00/1.00 vMB 98
436,015 436,015 00000000000000000310cfe863a8014e89b378f2cbe4dd1a7a2182146f528aa3 1,355 1.00/1.00 vMB 91
436,014 436,014 0000000000000000005b563aebc2b2e5a4f9d89e502eba5539fff3fb00e67aa3 1,625 1.00/1.00 vMB 124
436,013 436,013 0000000000000000029559b0665cacb4470eda0696a69744263e82e7e4d0f27d 1,941 0.75/1.00 vMB 75
436,012 436,012 0000000000000000027ef0395039bd4744e7eb2f5534e8b46d1acc17ab870cce 1,891 1.00/1.00 vMB 91
436,011 436,011 00000000000000000205dc03e0126aa1b2f5ef2926283fb48f43755a6a9d5321 1,692 1.00/1.00 vMB 106
436,010 436,010 0000000000000000026ac2b7c0271451ac925a144368576bb744a18642d05c9d 2,486 1.00/1.00 vMB 65
436,009 436,009 000000000000000001efaf14f559027dc4325e745ea00ac40c5e43adb29e67bd 1,065 1.00/1.00 vMB 120
436,008 436,008 000000000000000000ac5f9dec0582604d63df27bf6f78139d0e0249542d9680 1,809 1.00/1.00 vMB 95
436,007 436,007 0000000000000000020a6f047a52f32eb346d77e73b722f85549ed6ab442d0cc 1,028 1.00/1.00 vMB 93
436,006 436,006 000000000000000002cd6cfa7edae8bdc26cc3d00710ce5647723a0fe166b52b 1,769 1.00/1.00 vMB 92
436,005 436,005 00000000000000000013a6f05174a45c375bd5b48550518fa92b604ea54cdc1b 2,673 1.00/1.00 vMB 58
436,004 436,004 0000000000000000043a81ef606c9d6d37b37e6a8b48d5faf27d1aa5736e37c0 2,104 1.00/1.00 vMB 68
436,003 436,003 000000000000000003aa98d13f8dc30cb40b9ceff34ada9c5570af2f68f3e57b 1,633 1.00/1.00 vMB 88
436,002 436,002 000000000000000000084e3f0805e874e8151a686e4471eff061c583bc415f37 440 1.00/1.00 vMB 102
436,001 436,001 00000000000000000333a7ebe814b72b7be3ce5b63974036fa0009a318f490ee 1,498 1.00/1.00 vMB 123
436,000 436,000 000000000000000003066004994e833db858db5e5c8c2f912d557c0841584b24 2,763 1.00/1.00 vMB 67
435,999 435,999 000000000000000003fd2795e5c062fc98838e664a7ab7870d5d997c0f03f3a8 2,398 1.00/1.00 vMB 79
435,998 435,998 0000000000000000026d553262c53fc71a6fc46180501c0ec29a07b35cef8579 1,297 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.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: 712.78 GB
    • Received: 17.21 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.