Loading Tool

Explorer IconExplorer

Memory Pool

72,023 transactions
28.19 vMB
0.06691524 BTC
Random Selection Loading Transactions
Max Size: 170.53/200 MB

Candidate Block

Mining Attempt 4027906c768197659eb1944ccaab49aed6654be2dc5a29c9a79b96446a614759
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root df0acd0f9d375cf098daa10ff1daa33dbc2d576f6e789c26ee4666f4b9c785b3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,534
Size: 1.00 vMB
Total Fees: 0.00519368 BTC
Feerates: 85.21 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (11,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
904,029 904,029 000000000000000000013afe43c9743bd0ae67c5e109ba34f48f7e39527f7186 1,076 1.00/1.00 vMB 0
904,028 904,028 00000000000000000001cc14a20829cc4a2f2e65f50987165fa6e7de1587b484 18 0.00/1.00 vMB 2
904,027 904,027 000000000000000000017cbcd766e4698b3ad36a1b17089f96c1e8b9ca795013 3,027 0.91/1.00 vMB 2
904,026 904,026 000000000000000000001f5a69d4cfd84beec464ee6e666e746dcefad99cfc3f 1,646 0.58/1.00 vMB 2
904,025 904,025 00000000000000000000a1c9582eb9b1f018d25a0c515bbac1448517068c3bfe 3,611 1.00/1.00 vMB 3
904,024 904,024 000000000000000000022d53dd9f198296cfe452e2e6070eba362eabf98d6c09 1,226 0.51/1.00 vMB 2
904,023 904,023 00000000000000000001df5b6af6a1d7ea75470f7198d42360189afb83792b3a 2,138 1.00/1.00 vMB 2
904,022 904,022 000000000000000000004516166b9c2e2d4bd1008f774ae171b93bbebbcffd1d 1,930 0.69/1.00 vMB 2
904,021 904,021 000000000000000000001c64fee729b4b6ff4c3f2c19650e21ee91c189730ba8 2,579 1.00/1.00 vMB 2
904,020 904,020 000000000000000000025a04a4dede5a466f5e7cf97cfcb89c32819d1a5d66e9 3,065 1.00/1.00 vMB 2
904,019 904,019 000000000000000000023fa4b9ab0e48b45483d177ac37e51f20d85fe6ba6b81 3,493 1.00/1.00 vMB 2
904,018 904,018 0000000000000000000206117aee3f5aa47050933ce202564725238c061ab214 3,638 1.00/1.00 vMB 3
904,017 904,017 000000000000000000005a76860c31ef3bc169b7912eff6f5550a4b3d291af7c 1,208 0.39/1.00 vMB 2
904,016 904,016 0000000000000000000093847e580a04b5aad87035b0d1e2b8d7eb69b38c9609 1,786 0.51/1.00 vMB 2
904,015 904,015 00000000000000000000123b1554f4e70d4ec8029323f2edb7789a970a09e5a3 2,151 0.68/1.00 vMB 2
904,014 904,014 000000000000000000019e9a534289824db5363ef86035b19c253fe5afa78fa0 2,873 1.00/1.00 vMB 2
904,013 904,013 000000000000000000012e81b63ab7fabbe73c4d43dfa1bf4eed55595e047868 1,594 0.47/1.00 vMB 2
904,012 904,012 0000000000000000000019d648397d88b4fa8b5eb3fe6050c30bfcf700db313c 1,224 0.45/1.00 vMB 1
904,011 904,011 00000000000000000000f7a6f5310d0c0a3d88bcca1678912644b57f0e142215 3,329 1.00/1.00 vMB 3
904,010 904,010 00000000000000000001bc1ead093f3262a71ee3ea955f8c11412428248b758b 1,803 0.72/1.00 vMB 2
904,009 904,009 000000000000000000021c8b1221692011f1ecc5155cb2485edb28db194970ff 1,849 0.74/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.18 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: 750.24 GB
    • Received: 18.84 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.