Loading Tool

Explorer IconExplorer

Memory Pool

28,533 transactions
6.93 vMB
0.04612464 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.83/200 MB

Candidate Block

Mining Attempt 8343b41454eb63d7636c63982cf3aba989e1cc492543b31246c7ec7764e46b30
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 69ac90a516c63e031cac9abea94bfc140695fa1304ec3dbe464410068d37a43a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.02598130 BTC
Avg Feerate: 2.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (723,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,067 189,067 00000000000009268c51db6e146c18d4d423dd26b8b6a91715e741c4d61163a2 0.05 MB 127 134
189,066 189,066 00000000000003b6fc8f8354af7974118c0680ec35111b0c22dc54eb3d6df032 0.00 MB 12 30
189,065 189,065 00000000000005b749d2c013885876b6075488f32db2e466f39fc38372f3aa46 0.00 MB 10 30
189,064 189,064 00000000000001f5b9dff43c37c5bc0ead714afbaf8922af1bfbabc0239eafe1 0.01 MB 27 42
189,063 189,063 00000000000001a9e20c3ba2816b85a2ffac4a7b66c5a8c1040dc38de0b97229 0.13 MB 367 195
189,062 189,062 0000000000000103212a09b92da5b7a4737abcea6012708e5a59dfc0dc3bfc07 0.06 MB 207 45
189,061 189,061 0000000000000599647dab2e4de32ef6d51e9b9240bb0d5f518166c4901b959b 0.08 MB 198 272
189,060 189,060 000000000000063d5188a64b9c7cdc7106bb5c84e7996305e53c708182b20487 0.20 MB 544 166
189,059 189,059 000000000000009b6e51e59d4ecacf198f24fb2e21b875a11d273e29dd97c2f8 0.25 MB 581 120
189,058 189,058 00000000000004b6fef58e2495facb30250c88947fa7d492b42902f5c179d756 0.00 MB 5 14
189,057 189,057 00000000000006145129c396695d1d7c9709bd46ae779a93fa81aa97cdf29758 0.05 MB 130 141
189,056 189,056 00000000000008f9409c5f44d8f86ccce27575408558c891ccc325ccd997e6ab 0.05 MB 143 1,045
189,055 189,055 00000000000002a551732a2e2d1c0672cfd1245b5d4fc7cb9c67b7554a3b3465 0.05 MB 110 319
189,054 189,054 00000000000007c3a5bacbfa2894ce06537a660e2f80b1ed2bc396d5fecf2cfc 0.08 MB 155 97
189,053 189,053 000000000000017798f07d2c2e3d29026599da983570183fba6bd087a4bb3034 0.04 MB 117 83
189,052 189,052 0000000000000767e369953d0e6e3e781bab520b32fbc44b35614367bae8083c 0.25 MB 518 191
189,051 189,051 00000000000002b559ddddb5f20cacc322a3fc4e77db280d745490c422ff502e 0.02 MB 68 48
189,050 189,050 00000000000007bdfaa6fcc00e77c02dc2a7ffd9a8b84234e83b9074c0efd2a0 0.05 MB 122 59
189,049 189,049 00000000000001a973b05d7fb7eb7a6f83eba680c6c8f6e6926af3b096ed1522 0.00 MB 1 0
189,048 189,048 00000000000002ad80a42e04528ab8f2962f5bea0a39f6d9d821ed2a035255c2 0.15 MB 360 194
189,047 189,047 000000000000058b25cac74d3301eaeadee864c887e11c8b7d5094370a9143d8 0.01 MB 45 158
Previous 10 blocks ↓
Total Size: 778.87 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: 397.49 GB
    • Received: 3.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.