Loading Tool

Explorer IconExplorer

Memory Pool

46,970 transactions
27.84 vMB
0.08510603 BTC
Random Selection Loading Transactions
Max Size: 147.95/200 MB

Candidate Block

Mining Attempt da6b82bbf8c8a61ef9c8b6e2fe3d923e5f9b294f8619fa1b1c00efdf131554a9
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 16cb3b9cd4a4c42eb5725b270ff8313c66cd0071579e4a10784243dac7561261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,280
Size: 1.00 vMB
Total Fees: 0.03207945 BTC
Feerates: 500.00 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (156,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,958 757,958 0000000000000000000166a3cbb4d62704e03a4356c15f2e09220018acfc2e98 609 0.21/1.00 vMB 7
757,957 757,957 00000000000000000007ee8e77633ed0dd541b3aa9b4df75df19f9a5f0657624 329 0.22/1.00 vMB 5
757,956 757,956 000000000000000000081ea36050ed4d0513f603a76b08df3ca9360e4c6e6acf 1,209 0.63/1.00 vMB 5
757,955 757,955 0000000000000000000633ad6f1b19e0d88c5bc74eb7a1ada4d94a7d5ecf123b 468 0.30/1.00 vMB 3
757,954 757,954 00000000000000000005d5f9b4377a38945afe2d699a959dedf275adc5dccaaa 49 0.01/1.00 vMB 10
757,953 757,953 00000000000000000008a2a30a9fce63381c86c2da87c28f38c861f62a1f9471 1,376 0.58/1.00 vMB 6
757,952 757,952 00000000000000000001b64a5dfa628dc5e99d9b2bd9f7fbe0bd4b0be6dbcd0c 1,753 0.85/1.00 vMB 5
757,951 757,951 00000000000000000002ded49e5de8bcb278c847bda4ba72683f9fcaac6ed6f8 1,437 1.00/1.00 vMB 3
757,950 757,950 00000000000000000007dfb9254f47a91a9c61b9022e7d89ee4ce2eb98ac5e6a 2,257 1.00/1.00 vMB 11
757,949 757,949 00000000000000000004947ae23021a493921ecf9fadf6160477cc26b061cf87 1,004 0.45/1.00 vMB 6
757,948 757,948 000000000000000000078a6a5275cf8460ab4ac956ce0709397982ec76bbf9bb 276 0.10/1.00 vMB 6
757,947 757,947 0000000000000000000085acbe213c2dfb516c128bf197bceca8c17991a2dc3f 652 0.43/1.00 vMB 2
757,946 757,946 00000000000000000000ac0c5328b6f9cc051db81616c17de8c777fd4bcf27b9 2,108 1.00/1.00 vMB 6
757,945 757,945 000000000000000000008108c05bbdb45165ffcadc542beeb495a4c458f37da2 2,797 1.00/1.00 vMB 4
757,944 757,944 00000000000000000007d162d1d43e6dea9ed1607e43a4232432cc28b3f53696 2,708 1.00/1.00 vMB 8
757,943 757,943 000000000000000000079c7b688c65d445f6ad4ca3e7dcf37bcf30c91a7ed813 2,147 1.00/1.00 vMB 5
757,942 757,942 000000000000000000020e5362928d7f561e78f400a128abace24fdd4f808704 1,426 1.00/1.00 vMB 12
757,941 757,941 00000000000000000003a4da6b4475e07fe7cdd39bbfb2bcc47da0be74215668 260 0.12/1.00 vMB 5
757,940 757,940 00000000000000000007033ac9f1a4879ef01a0349726d255e8a789357ee6b4e 124 0.05/1.00 vMB 10
757,939 757,939 0000000000000000000114b2c6dfdd7960182a8c72b72f3042817f20c8b09608 435 0.15/1.00 vMB 7
757,938 757,938 000000000000000000048c17b814cb1b83df05c0940f54ceabf92fa52c58e346 60 0.01/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.