Loading Tool

Explorer IconExplorer

Memory Pool

47,730 transactions
27.21 vMB
0.06777992 BTC
Random Selection Loading Transactions
Max Size: 144.95/200 MB

Candidate Block

Mining Attempt 0e9f49b8047b1817ea2d297fc536b8328f1133ece254d9a459bcf162aa1eb788
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root bd2d5bb7ba7f4786e8bbaed16921f45b0d9b3b6c7e2fe437da04a3ee9c02c96b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01707439 BTC
Feerates: 100.17 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (156,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,965 757,965 000000000000000000019d652cd9600476686a21e5244b89fb59c6c7b589680c 1,718 1.00/1.00 vMB 4
757,964 757,964 00000000000000000000c684ab2deb04a57c5322eea8829db14f555f19537f6e 1,585 1.00/1.00 vMB 6
757,963 757,963 00000000000000000005ce1189633974620eea4c70d8eb984b651d5efc4fa8d6 1,053 1.00/1.00 vMB 13
757,962 757,962 000000000000000000013f1543cd13e53a5e6c1c7499ff087c40bb7757ec10f4 172 0.16/1.00 vMB 7
757,961 757,961 00000000000000000005417b36e2fa5cb922169f9712b09b87aea636893323d8 291 0.13/1.00 vMB 4
757,960 757,960 00000000000000000002dcabc5e4ae3acc1d4e4ad0724733c5c3fcb5647478db 1,732 0.68/1.00 vMB 7
757,959 757,959 00000000000000000004fec4f9b93daadcfcb0dad4d9b8ae8b6ae297082cce6a 560 0.22/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.