Loading Tool

Explorer IconExplorer

Memory Pool

79,353 transactions
29.36 vMB
0.09972540 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 542df6992a8b1eacb3a0a1bb35edfb0944f3ce24a58bab4d748d5c1c07de8b14
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 6902b018e533a11224c496bc2d5e91f4febc11c4971a2ec6bd1641790d22d438
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,464
Size: 1.00 vMB
Total Fees: 0.03701510 BTC
Feerates: 150.62 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (200,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,132 715,132 00000000000000000009c43d18cb421f116907b9534bef05b80e7667570c4b4b 2,371 1.00/1.00 vMB 4
715,131 715,131 00000000000000000005eae38f3e7caf89a19d3f83d222371a3ae68d7548d161 3,421 1.00/1.00 vMB 18
715,130 715,130 00000000000000000000cbde074160ae9c8b1b0aabe281ea8b85c23c53f964f6 343 0.26/1.00 vMB 5
715,129 715,129 0000000000000000000a17a24da8160fa06a6fadd848b95baaf18d2d31185e13 1,387 0.62/1.00 vMB 13
715,128 715,128 0000000000000000000522827e213077a950cca4e21569abbf6b400904c3457a 2,156 1.00/1.00 vMB 9
715,127 715,127 0000000000000000000a326a8e877fd235686520cb18efe163b5e187eead16ae 2,530 1.00/1.00 vMB 6
715,126 715,126 00000000000000000006c75a8d7ac649a5013d36d53665d9b4cfd697f9d8c888 3,190 1.00/1.00 vMB 14
715,125 715,125 00000000000000000009c20b2470518aa6600854e6bc7b854c91ae72a4bd994a 1,548 0.59/1.00 vMB 8
715,124 715,124 0000000000000000000571de829008074963fbf8e46c7e81006a4b4bbbfb3966 1,867 0.73/1.00 vMB 14
715,123 715,123 00000000000000000002c4cf2693c8eb1b1035debd94e68fc08db960636a49b4 1,846 0.63/1.00 vMB 11
715,122 715,122 00000000000000000001b0a457f36e006ac1e0d5a714e56d82bd4e766135a103 2,028 0.74/1.00 vMB 9
715,121 715,121 00000000000000000005ce5ab11254e7b485fc82e83603e617b33e463f58cdfe 1,237 0.42/1.00 vMB 9
715,120 715,120 000000000000000000006869f2897aef4bba5ce9d51edf36bc7dc6eaa74c559e 233 0.06/1.00 vMB 10
715,119 715,119 0000000000000000000361f8a8589bf395305416aba0a359c7a33e9d8a8dcfbc 1,994 0.82/1.00 vMB 4
715,118 715,118 0000000000000000000b99535b5a6e94404a399d6b2947857c6bccc72e6b0a38 2,530 1.00/1.00 vMB 5
715,117 715,117 0000000000000000000abea4235271fefe03723b42d7d1e76990d8341dc9394f 3,500 1.00/1.00 vMB 9
715,116 715,116 0000000000000000000098cd7df1094f51b8e501ffab9749ee80decd3cd60656 2,959 1.00/1.00 vMB 23
715,115 715,115 00000000000000000007f4d697c8006f172852ffd5796767ccfd49114fe68ecf 2,518 0.99/1.00 vMB 12
715,114 715,114 00000000000000000004761f7c3ab172a98c3131113f541dbb24335181e455b9 2,013 0.74/1.00 vMB 8
715,113 715,113 0000000000000000000ae1b237fc24e1a2512c8c18cb90c243802647b5707dc2 1,872 0.65/1.00 vMB 11
715,112 715,112 0000000000000000000031af07b1b83983aa1e63c813975dfb01e90125eb42b4 1,281 0.54/1.00 vMB 10
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.08 GB
    • Received: 16.38 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.