Loading Tool

Explorer IconExplorer

Memory Pool

27,826 transactions
6.86 vMB
0.06853586 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.09/200 MB

Candidate Block

Mining Attempt dfc46f718d17267f3f7d0374f423cdc8baf1bc1682edd57bc17d7bf14a6e799c
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root cb8c64c105c3427e20cc21296f27857d20f353fe4b37c8eec2e0ba95abe0a51f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.04444814 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (724,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,054 189,054 00000000000007c3a5bacbfa2894ce06537a660e2f80b1ed2bc396d5fecf2cfc 155 0.08 vMB 97
189,053 189,053 000000000000017798f07d2c2e3d29026599da983570183fba6bd087a4bb3034 117 0.04 vMB 83
189,052 189,052 0000000000000767e369953d0e6e3e781bab520b32fbc44b35614367bae8083c 518 0.25 vMB 191
189,051 189,051 00000000000002b559ddddb5f20cacc322a3fc4e77db280d745490c422ff502e 68 0.02 vMB 48
189,050 189,050 00000000000007bdfaa6fcc00e77c02dc2a7ffd9a8b84234e83b9074c0efd2a0 122 0.05 vMB 59
189,049 189,049 00000000000001a973b05d7fb7eb7a6f83eba680c6c8f6e6926af3b096ed1522 1 0.00 vMB 0
189,048 189,048 00000000000002ad80a42e04528ab8f2962f5bea0a39f6d9d821ed2a035255c2 360 0.15 vMB 194
189,047 189,047 000000000000058b25cac74d3301eaeadee864c887e11c8b7d5094370a9143d8 45 0.01 vMB 158
189,046 189,046 00000000000002c39af680e5e701f9b6a01f45b8bef40ceb3f723fd5a1ac28ec 94 0.04 vMB 165
189,045 189,045 00000000000001a50597fe4771668bbf84d6f6b537e4df3a0848cf0d3bac2870 59 0.03 vMB 184
189,044 189,044 000000000000006e51dc81b5493fdbc6123892f23c7b9e6d73ab73a24ff8ba96 63 0.02 vMB 169
189,043 189,043 00000000000008354a3c9c9c548eb1da518c4c80d2546885f45825ee3c6dae47 16 0.00 vMB 66
189,042 189,042 0000000000000945c687e5284a2c840f5be8523b4070cb57090398bf525fa84a 41 0.02 vMB 90
189,041 189,041 00000000000004d63b27d411b83142208d6eeec00e1a70bddaf5dae375078aeb 62 0.02 vMB 42
189,040 189,040 00000000000003e409e4083cea9ba5ceb81aee86fbe95b98e0e0064cade502b2 10 0.00 vMB 33
189,039 189,039 0000000000000803ff0ece6b1dc824d5bf0e625a0b55fe3644d869be5fb28204 208 0.08 vMB 356
189,038 189,038 000000000000056dfef3cddd9ec2383de0299a500196c966e549e2eedbec6687 25 0.01 vMB 47
189,037 189,037 00000000000005b8af3e56b35d57a6f48d7b175c7d790ff7cc1746e5fb762ba6 186 0.06 vMB 121
189,036 189,036 0000000000000100bb0967a4864202eee1cfd2944109363f03ffda867891498c 256 0.08 vMB 258
189,035 189,035 00000000000007fa4c7b03c6491f845cc262eec0fe51c23623cbfd8fe103a324 32 0.03 vMB 240
189,034 189,034 00000000000003b5ffd1eb715e5f8590b2933257d0204828ec1197bcac3b2057 189 0.06 vMB 92
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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