Loading Tool

Explorer IconExplorer

Memory Pool

36,369 transactions
25.84 vMB
0.08510039 BTC
Random Selection Loading Transactions
Max Size: 132.30/200 MB

Candidate Block

Mining Attempt 95edf32e97e4189c35eaf269100a593943d1b8b16e79a549333b61ce8fc56412
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 79b844c4fe44a8c555084d7816c75e329b1de4b8976e554f1a672e10f6539994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,000
Size: 1.00 vMB
Total Fees: 0.03770199 BTC
Feerates: 171.09 > 3.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (258,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,675 656,675 000000000000000000062502b1da96c08a03476bba49751ca980f4b5fa05f81d 1,637 1.00/1.00 vMB 112
656,674 656,674 00000000000000000003d264041df003ae77b8d892bcd9dc770a2a66d3615ed1 78 0.99/1.00 vMB 1
656,673 656,673 0000000000000000000789c25fbbd1ee7b6a736d9235363b5733a16132ca28e9 2,277 1.00/1.00 vMB 44
656,672 656,672 000000000000000000082be498c8a89c9c1af6f3f91b623721fffa875dad1cfa 2,063 1.00/1.00 vMB 78
656,671 656,671 000000000000000000031ff973d39ac51e9410a5859efa94e4c0e95d9238443c 495 1.00/1.00 vMB 13
656,670 656,670 0000000000000000000762ea2cd31c059753c92604964abbbc9e7e2ab81e1d1e 601 1.00/1.00 vMB 6
656,669 656,669 00000000000000000009ca0d2c2b21fa723390ecd159d16555e71547ac27f45c 1,006 1.00/1.00 vMB 8
656,668 656,668 0000000000000000000d4060f21c08f6cac08ff2f7a493e8b39fa9728862d0ab 2,534 1.00/1.00 vMB 54
656,667 656,667 000000000000000000104c1e0f89886db6d39319b0191dba5fd127b7e6ee351b 2,205 1.00/1.00 vMB 13
656,666 656,666 0000000000000000000ef119d3e5e93fbc9f9d753d83a5a55ac76ec0b3fef25f 1,462 1.00/1.00 vMB 36
656,665 656,665 00000000000000000000a2a25e79b419f1d11ddd8ad708eb7d1e2ca9b2e8a567 2,249 1.00/1.00 vMB 22
656,664 656,664 0000000000000000000ff44a0b73a104cfa5fbfe2f6e6483b0544ddd028677dd 2,359 1.00/1.00 vMB 95
656,663 656,663 00000000000000000000ea002987d6c8d8b3d90f3f37cae8a17dd0c784adda07 2,393 1.00/1.00 vMB 142
656,662 656,662 00000000000000000006f025fe1cb431b3a2ab1723e0fe7c2710c4246780ca16 2,584 1.00/1.00 vMB 44
656,661 656,661 0000000000000000000eebe049de0a4b6fa5b5896044b718909fcdf59c6eec30 1,650 1.00/1.00 vMB 109
656,660 656,660 00000000000000000010b71971896ba3861763b730cf877d7105b5dc9c53a795 2,828 1.00/1.00 vMB 161
656,659 656,659 00000000000000000003f5f0400420e385f0e93cca0d20031b22f2491956d9a5 1,179 1.00/1.00 vMB 36
656,658 656,658 0000000000000000000b36a399440f6d5e314bdddd1bc64fb2c5e2803a456e6e 786 1.00/1.00 vMB 19
656,657 656,657 000000000000000000000180f004286a6fad08cee223fb6ff675af828d304488 1,066 1.00/1.00 vMB 7
656,656 656,656 00000000000000000005ea7d54678d2c6cf0545f1b093328bdf4df0b95aa899d 1,950 1.00/1.00 vMB 95
656,655 656,655 0000000000000000000e56ac0e23fd4d3248c8ae790c33b93b0605a4fe7214b0 1,034 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.