Loading Tool

Explorer IconExplorer

Memory Pool

41,490 transactions
26.44 vMB
0.04723962 BTC
Random Selection Loading Transactions
Max Size: 149.55/200 MB

Candidate Block

Mining Attempt 453ef6b9dbc460e83f6bf3cbbbc60df35a44d6f1682d55e2e60927b7e679a85d
Version 20000000
Previous Block 0000000000000000000090cc0980983ea53bb7a8353f04b4a4798a6068ea3219
Merkle Root 89e907250938ac204753e69e9e68025b134608e876e6c4d45deea7a1d7af8e24
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,531
Size: 1.00 vMB
Total Fees: 0.01640584 BTC
Feerates: 150.93 > 1.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,220 (675,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,579 265,579 000000000000000d9e6d04f3d14e4d6666eab44306797d619fde67f9acd950f9 95 0.07/1.00 vMB 67
265,578 265,578 0000000000000004a32f656707f8539a1b29cbedab41fc5bad931ecf001f29f2 489 0.22/1.00 vMB 95
265,577 265,577 0000000000000001e053d4497157228b6271855b28439b0d4dbcc1362c7df6bf 72 0.06/1.00 vMB 53
265,576 265,576 0000000000000001f97986c3b3b955001343192923cfb3e70accebc530f96dca 97 0.04/1.00 vMB 38
265,575 265,575 0000000000000004c675f76a4e33925b3202dd96cc4ab36a3b94a3c5a3e2262d 99 0.05/1.00 vMB 64
265,574 265,574 000000000000000d57ceec8c0956a3e2821acb9c46b78eba53bf636edd7ccd70 154 0.10/1.00 vMB 67
265,573 265,573 0000000000000000250718c133832722e978f412070d9d6c6a1117a1c8c2f5e2 347 0.15/1.00 vMB 116
265,572 265,572 000000000000000c5f8392c74e7250df83f60b09cb33a0d8c7318bb8ae6b6fda 217 0.15/1.00 vMB 67
265,571 265,571 000000000000000b3a88ac9e76cb07ddea3efe56a3b0c2f431806b1500cf9fdb 57 0.12/1.00 vMB 15
265,570 265,570 000000000000000c80b6b8358c988d551db8833f807975f6cb82e4b27eb6a546 246 0.25/1.00 vMB 52
265,569 265,569 00000000000000094e28ee35dc49d343e5db6addcc41b8cde9299b8874529615 512 0.25/1.00 vMB 111
265,568 265,568 000000000000000f8e800c5ae9eaeba80114f2308ed61c0b7fde6d39e8e0bdcd 603 0.25/1.00 vMB 135
265,567 265,567 0000000000000007666b66f6f1270cb1d586462f0695e428501b8a3ff34e61e5 45 0.04/1.00 vMB 21
265,566 265,566 00000000000000035ea3e62edc49a640148188a4eb3c1e34c5ccb26e0c9e77c4 63 0.29/1.00 vMB 17
265,565 265,565 000000000000000ba58737621a993232c9ece0913476866ce78d45289d130d9b 296 0.25/1.00 vMB 66
265,564 265,564 000000000000000a68d547de91d5c36d9fbc36c28e109dc7f77628fa726f89c9 449 0.50/1.00 vMB 761
265,563 265,563 000000000000000d6ab0c69b8f4fb872396167402fd61947df11efb6de3c921a 979 0.50/1.00 vMB 144
265,562 265,562 0000000000000008ddccf3d6720fcc316975b5aee9cec8e8feaf87bcd492c829 263 0.15/1.00 vMB 37
265,561 265,561 000000000000000054aabb8f10657955ff5982f67520d97c41c9b3f71072ccd2 127 0.11/1.00 vMB 40
265,560 265,560 000000000000000a827ecc77da63a376874e8f98e85bed10af0d4310e1d7e7b1 591 0.25/1.00 vMB 126
265,559 265,559 0000000000000003a0c340a07436d7ceeecd245bef62be87dcad0af5cf886312 604 0.25/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 828.94 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: 4,621.94 GB
    • Received: 249.72 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.