Loading Tool

Explorer IconExplorer

Memory Pool

46,794 transactions
28.07 vMB
0.07747448 BTC
Random Selection Loading Transactions
Max Size: 147.81/200 MB

Candidate Block

Mining Attempt d99924008a90e9876fb28804d832a6231bfe141ca2a5ab2a002ba29d4d56f4c9
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 5cfd97ad1dfe0be15d4293112cb51923434f96bdb2b56929974cf9a161ad5685
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,189
Size: 1.00 vMB
Total Fees: 0.02332279 BTC
Feerates: 100.36 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (339,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,842 575,842 0000000000000000001348a07232a531c445d6fa1513e608afd4cd58c6611f88 2,896 1.00/1.00 vMB 69
575,841 575,841 000000000000000000255d8985bf64694d402333bab22ff2fe98b7aaa99fe385 2,302 1.00/1.00 vMB 31
575,840 575,840 00000000000000000024ad48a4c7894cf34423c6b38f73ec8d15c88c1d5e2481 1,967 1.00/1.00 vMB 89
575,839 575,839 00000000000000000012e7178e485a3fcd17a6dbbb87c6cbe0a23fa36924f4a1 2,838 1.00/1.00 vMB 22
575,838 575,838 000000000000000000014be06e22733aa903a79a51c51bf5678265d7bc9b1ff2 2,947 1.00/1.00 vMB 79
575,837 575,837 0000000000000000001237b031b28cd4647102ae8d42e75feffad2eb5e2ab1de 2,868 1.00/1.00 vMB 79
575,836 575,836 0000000000000000000a94d6a60c4fd05bc010efd988611354e0f6cc933e45de 2,558 1.00/1.00 vMB 66
575,835 575,835 0000000000000000001656e1626264d8fed66d1b448ff5150772c2c2f9c2a26b 1,686 1.00/1.00 vMB 32
575,834 575,834 000000000000000000014ec6bab787f566ddf919a4ae56dd3a7306cb53b5e18a 521 1.00/1.00 vMB 11
575,833 575,833 0000000000000000001f3132f018a33111649dbafb28ea89a46fc224e7c8266c 1,749 1.00/1.00 vMB 17
575,832 575,832 00000000000000000017c60e882827868b34f48fdd0b4759b5ac60810e86cdd3 2,985 1.00/1.00 vMB 39
575,831 575,831 0000000000000000000e1f81aece41b8c83aecd9324b5c87078f5ec01742d1dd 2,617 1.00/1.00 vMB 62
575,830 575,830 00000000000000000023da6f16903c6f3dfc93ab7c1ee872a6d6f72d40d6ce6f 2,667 1.00/1.00 vMB 89
575,829 575,829 00000000000000000009594077fdb134791dd4752d4479b058d54f972d471056 2,770 1.00/1.00 vMB 93
575,828 575,828 000000000000000000005270e20a90c53c7b215d0ed4874af410dc167b74a0e4 1,810 1.00/1.00 vMB 40
575,827 575,827 00000000000000000000c9fe7d428ccf2d1284fecea5c3db6ce99ff131b4b7c8 1,871 1.00/1.00 vMB 37
575,826 575,826 0000000000000000001ae333e86dbd01da5ef56fe4b9008f044b7610b0cb29c2 801 1.00/1.00 vMB 9
575,825 575,825 00000000000000000025f185633f584a395c473811272120032339d494c6c66b 346 1.00/1.00 vMB 8
575,824 575,824 000000000000000000178bf1c9c0f50e1de1510e6c92f5882fd6a9adf38598c4 1,777 1.00/1.00 vMB 11
575,823 575,823 000000000000000000042889038a07fd06c0ca6b55baf41d778af8ef52d6615c 2,284 1.00/1.00 vMB 15
575,822 575,822 00000000000000000013e0c6744b596d8b3107e4c70ba42dd090dd0e2ef0e7ce 2,778 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.29 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: 657.05 GB
    • Received: 14.46 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.