Loading Tool

Explorer IconExplorer

Memory Pool

24,342 transactions
5.69 vMB
0.02857686 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.19/200 MB

Candidate Block

Mining Attempt e547f84537f90cf82e1cac876c66a5d4d5fb213d960d1e01b32c5b9aff32e9d8
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root c96b7970032a5dfb61eab6e49e9e0a9e19b3996548384b756dc1115cfc747938
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,804
Size: 0.65 vMB
Total Fees: 0.01540948 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (647,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,767 265,767 000000000000000a445b46b032ec4e6461f4dfb0a0f5d03b1c26c6dc5f17f05f 0.26 MB 460 31
265,766 265,766 000000000000000fa35446b1a751cd24aac1de7fa7696bcac002fbbc99a78a97 0.25 MB 549 158
265,765 265,765 000000000000000f39d43006c980ccdcf239fe3430a65e46a91e4152b14ad45f 0.19 MB 249 39
265,764 265,764 00000000000000077814deccd9275ae6ff8a0c3dd6c577e5e7ab227bf02b3d23 0.25 MB 577 113
265,763 265,763 0000000000000008829aba53cd648843171978ae74446ccb6852113d395c898c 0.14 MB 248 54
265,762 265,762 000000000000000fa82d282cfd190a38aeb170990d4e4036ce9fa38e625614c2 0.24 MB 356 77
265,761 265,761 00000000000000015dbd6c6187a098530e9f9c61825273ec9b11cf94774a461c 0.14 MB 130 22
265,760 265,760 000000000000000f19eaa2458dfb273909a5d56d1168a40ab2dc4b1e7948ba72 0.15 MB 81 10
265,759 265,759 000000000000000efb4812c5ae111abab765a72a28072d5865c77c4e3f3149d0 0.22 MB 448 77
265,758 265,758 000000000000000aafd0b22f45176a563be5c53dc3d231fc92ba47eaabc26751 0.12 MB 191 62
265,757 265,757 000000000000000b08cb567baa4e96d0634db9a7cb2f945dbe32d0ad0860b66b 0.25 MB 542 119
265,756 265,756 000000000000000d2860c825ea223b805c60a33b26b9b70616698033d360b066 0.13 MB 296 115
265,755 265,755 00000000000000049c51620e3877f6efeb5dad9929f9bbe954532e8e65264f4d 0.15 MB 262 50
265,754 265,754 000000000000000d129a07e1e49d600ea36cb21da806fa013d4364f0dfef69dc 0.05 MB 104 28
265,753 265,753 000000000000000d8de0c5812381dab566e51dfe9073975dd2e1f1699f7b91cc 0.18 MB 432 118
265,752 265,752 0000000000000000bf7bcf3da1b3b228216b72fefccbed84becaaba6fcc6aff2 0.16 MB 382 85
265,751 265,751 0000000000000001fce0617deb31cc20bec2903cd10dc352ac3b2fc1af6b27f0 0.15 MB 325 76
265,750 265,750 000000000000000b800247ee8a9e9ce60774f37256536ac997146c8db9f41873 0.26 MB 335 93
265,749 265,749 0000000000000002e9599c234cc7ffc11f1736ba58fa41f696cd19b0718213a2 0.12 MB 242 66
265,748 265,748 0000000000000006681a5ec95db5e196fa7ba490f51c56c2866a65bb5de18a81 0.44 MB 430 37
265,747 265,747 000000000000000af7da56f73de033a984f74560bfb00fcf9ff303f784adf360 0.25 MB 592 122
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 116.01 GB
    • Received: 0.45 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.