Loading Tool

Explorer IconExplorer

Memory Pool

51,501 transactions
29.16 vMB
0.08243494 BTC
Random Selection Loading Transactions
Max Size: 156.19/200 MB

Candidate Block

Mining Attempt 7a7bc2fcd983ea881b381036bfa7c2e4b2e28fa0d4cb7acf1a80a8fe883a81f2
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 5098fe9927ea4ddc34a8378cb80680b2d930bf295b67eb2abab33f40582f0ae9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,580
Size: 1.00 vMB
Total Fees: 0.01586699 BTC
Feerates: 70.37 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (266,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,982 647,982 00000000000000000005b2492c821866dfe5177aa72b26dc06fa9a6cd44d57c2 2,177 0.89/1.00 vMB 34
647,981 647,981 00000000000000000005dc8139e1da58896f80719b52ef00bf3fcd1fe9086693 2,109 0.86/1.00 vMB 39
647,980 647,980 00000000000000000009151118028bec8aab6e4f7f0d9c916eb88fa76df1a17e 906 0.35/1.00 vMB 38
647,979 647,979 00000000000000000004f86631cf86ad3792b44a37edf830e5fa6e46585ef875 2,476 0.92/1.00 vMB 5
647,978 647,978 0000000000000000000e7f13f9564282593f73d11c432000e8ba7114195ec8c1 2,213 1.00/1.00 vMB 36
647,977 647,977 000000000000000000073c195eb595ea7f8ced2061dad95229871e6222a8f969 3,106 1.00/1.00 vMB 85
647,976 647,976 00000000000000000006e64ce12c9e0fe08bbfe6efbced8fac6e16992cbc4e45 1,183 0.46/1.00 vMB 46
647,975 647,975 00000000000000000003c331b2abaf233d4f95ecf64394f1c96e1b7cf4f9abb3 1,199 0.42/1.00 vMB 43
647,974 647,974 0000000000000000000de480082e3b008fe734fcf497faf4437f7ba2055764a6 1,478 0.81/1.00 vMB 53
647,973 647,973 000000000000000000016dc71a5de4bf80d7e299f216da52185fa9e417c4e401 2,417 0.77/1.00 vMB 32
647,972 647,972 00000000000000000003b5c2e19350e30fdca4cf55bd589465fd1d4ffdd7ecec 2,392 1.00/1.00 vMB 59
647,971 647,971 00000000000000000004f621ca57cd66fd9d0f29054baad46ce231ffbb2cce32 508 0.23/1.00 vMB 31
647,970 647,970 00000000000000000008682e66822a9be607f3ae836e49d63e36b34181f7f70d 2,347 0.93/1.00 vMB 43
647,969 647,969 00000000000000000008964ad8c09a1679610dae4faa57ff2db40b7d15cfbc8f 87 0.03/1.00 vMB 49
647,968 647,968 00000000000000000007d452a1d0a2ab4fcc9ecfaf1ede9093da981c523ac232 493 0.16/1.00 vMB 42
647,967 647,967 000000000000000000044637d5c9e674bca0839eba3d374e729f576f43afdc6b 465 0.15/1.00 vMB 45
647,966 647,966 0000000000000000000a5cd7eed3cd521045b5da6a811f6aadf50180bcd21293 2,632 0.91/1.00 vMB 45
647,965 647,965 0000000000000000000fbc9fe322dc896c6d5bafb7b24fe552beeca555ef4146 464 0.21/1.00 vMB 50
647,964 647,964 00000000000000000003dd7eca797a2c4c17a4a26c8f0023866c723117e89a06 532 0.22/1.00 vMB 34
647,963 647,963 0000000000000000000b3ca0fd1287106f4cd3e6ae112e0c2884dd065e80ddb6 1,015 0.34/1.00 vMB 42
647,962 647,962 0000000000000000000acb37778a40283817f9c8bedcbb7b2d8f6aee1b94d33c 1,575 0.67/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.