Loading Tool

Explorer IconExplorer

Memory Pool

77,387 transactions
28.81 vMB
0.07823169 BTC
Random Selection Loading Transactions
Max Size: 174.33/200 MB

Candidate Block

Mining Attempt 2e06f6028b89af07aa2aa648703318b924a606b4c7129ae6928dd57c0b58edb6
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 35b8d9587011c43fc741bcdc86314fdd1e4247d2f0357d9b1f1e703ec000ecee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.01813618 BTC
Feerates: 150.62 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (731,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,874 183,874 00000000000000a775b7a3e1025d5952670dfbb42693756e34ad387f21cfec6b 637 0.25/1.00 vMB 130
183,873 183,873 00000000000000ae55e72d68d1a693fc017d84596b349caa08c8c2ba3ec5d798 23 0.01/1.00 vMB 1
183,872 183,872 00000000000007f58584449c26200bbd9c797efa37a90feb6b4de63f42391a35 696 0.25/1.00 vMB 144
183,871 183,871 0000000000000408645d05c4efac6fcf58add1a6f294b61cb4cc9b0aa5f80464 606 0.25/1.00 vMB 135
183,870 183,870 0000000000000893c02e53ee8aff69081b489c26c69a970b7a6fe8082fbf88d9 24 0.01/1.00 vMB 29
183,869 183,869 0000000000000338f202aec6fe0b477f274b60320e220aa749c25301c6332c1e 503 0.21/1.00 vMB 150
183,868 183,868 00000000000003fca0b67e93ce504b1027a72aaf7b06bcc175726337295334f6 256 0.16/1.00 vMB 124
183,867 183,867 00000000000000a7bf4acf4812a8b2a2d1c19e1e6adfd94c7cf6eb781c6799ae 608 0.22/1.00 vMB 146
183,866 183,866 0000000000000689a679f18345b48ad3de22d3336c38ae5b6d1247e8fa061c2b 132 0.05/1.00 vMB 149
183,865 183,865 00000000000006ce61e01ac076c703c663e8ff8dd117d4acfb72641975421474 12 0.00/1.00 vMB 362
183,864 183,864 000000000000090e7a2506e25f0fbcb987d4a051760b22f817a72ff16cefea33 327 0.15/1.00 vMB 116
183,863 183,863 0000000000000914e527e758cb7ae8d5cdf31e937af949012d65c8cc5f24c35d 106 0.05/1.00 vMB 136
183,862 183,862 0000000000000351b7bfcd61f668596d30a656a9d47a02a7e4bd62efe09b567d 464 0.15/1.00 vMB 153
183,861 183,861 0000000000000a6d734494c1e81b78ec44fc624b42c4cd3548e5789bdfa8a8dd 420 0.25/1.00 vMB 104
183,860 183,860 00000000000004e8042575d1639addde57fc76c1e9b24596cac2daddde9d71ed 13 0.00/1.00 vMB 163
183,859 183,859 000000000000075977314a2d3dc0cde1dbf1085a106910026c3f594ee35bf9e0 13 0.00/1.00 vMB 0
183,858 183,858 0000000000000a8293c9a410299c2a9352eee92881795152153520cfe421ebaa 80 0.04/1.00 vMB 90
183,857 183,857 0000000000000781923bebdd016818fb153b9c8f7f2ae8322d8c8fa41ec3683e 12 0.00/1.00 vMB 120
183,856 183,856 000000000000090dbf3f4b1c72b9a9ea4644aed52f3dfc8a966fe7e7cb10979d 581 0.23/1.00 vMB 148
183,855 183,855 000000000000026f7bf9fdad0ef4202d9d681c28192c28a9fca97d0ef0ae5592 135 0.10/1.00 vMB 81
183,854 183,854 000000000000021e5cacb47c39b4c4e99bef7474fb0a392bc37282ed2c03b303 152 0.05/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.66 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: 673.07 GB
    • Received: 16.37 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.