Loading Tool

Explorer IconExplorer

Memory Pool

44,081 transactions
29.19 vMB
0.11994412 BTC
Random Selection Loading Transactions
Max Size: 150.99/200 MB

Candidate Block

Mining Attempt 549ce0e975eebcabcacb06a8c669488a5f58dd9ce81f08f144e52cbf6f1522c6
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root bdbc88f3cd667ffef9cb4c6ecdb2a3a9818cc77df3aa953a123335340d42bd07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.04224185 BTC
Feerates: 251.72 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (881,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
32,461 32,461 000000008b3160a7d2af31858f4409c3bf3cb0f1180ac1fce5228a70cf382630 1 0.00/1.00 vMB 0
32,460 32,460 0000000032d2ca5977434b3b50e6f3a50ab08d6fe9dd915aeb56035b1e0f94b9 1 0.00/1.00 vMB 0
32,459 32,459 000000000c27103a461ccb627d65513a1849dc54ac23f95fa63da5f98bb287b6 1 0.00/1.00 vMB 0
32,458 32,458 00000000391c21630edee36e45be0fb40a593b132547f68d2a5db13a540b26e2 1 0.00/1.00 vMB 0
32,457 32,457 000000000d9da8af94ddfdab7b0e2135c3ba73c568639ec65183456f1ce59481 1 0.00/1.00 vMB 0
32,456 32,456 0000000036b5c27f497e42fa051e31e401c91101263a671e92e67667b55362db 1 0.00/1.00 vMB 0
32,455 32,455 0000000034940876db1bfc087da27f6b63876cfe23d21acd878053674cb4d10c 1 0.00/1.00 vMB 0
32,454 32,454 00000000407931e1b54239be3ebd78c546d9e43bdbde7869982088fe982a9ac3 1 0.00/1.00 vMB 0
32,453 32,453 0000000057a1ddc62041161bc5ad5f8758a1a483b8bbb1804b7a1706afd998ce 1 0.00/1.00 vMB 0
32,452 32,452 00000000168301592625d83cf04e77927c267cf7f7812728d19d613f30fc5a87 1 0.00/1.00 vMB 0
32,451 32,451 0000000075a48788cad60e79772b21f67831df6e27778ed843d17326aa060dca 1 0.00/1.00 vMB 0
32,450 32,450 000000005f1454f59a2c9bde6212c8dc4bc0c93bafed47cc99e7c75fde6ea02e 1 0.00/1.00 vMB 0
32,449 32,449 000000001bce7c99c5576eb41de838914be059aa6b81f9f21bc023ff60df0404 1 0.00/1.00 vMB 0
32,448 32,448 00000000a3e2467c1d9025fe1799a85992addad2775abb2181826a8ace72182b 1 0.00/1.00 vMB 0
32,447 32,447 0000000048099daf6d6d99ae6643b548e2c3f3b887dbdc8209e071c82b17966d 1 0.00/1.00 vMB 0
32,446 32,446 000000005021c1fa522b6c4d81d40818a503f6c83bbe57d090ec2ace7dca7eba 1 0.00/1.00 vMB 0
32,445 32,445 000000001e4d6c2d56fc7234d28e19e5a3fafb7d3f3e4270fe43f751bb9f98b7 1 0.00/1.00 vMB 0
32,444 32,444 000000000ed91a7048c057f933d8bdba8732e227d725d5acb02253f7155ae09e 1 0.00/1.00 vMB 0
32,443 32,443 000000007b65048eee39035bdf0d4e5798beefc5db74a5f7aab6185094063b3e 1 0.00/1.00 vMB 0
32,442 32,442 000000006581af82d96568aa400e3805448e97a56b3ff32765b36f8320950c92 1 0.00/1.00 vMB 0
32,441 32,441 000000005208c7cf4666d0eb49fce380d80566e2789037a3a118b265a1b76f86 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.44 GB
    • Received: 9.11 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.