Loading Tool

Explorer IconExplorer

Memory Pool

78,453 transactions
29.37 vMB
0.08053202 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 6e18fb1b69ae0efb5535096d31e946b452550ee3251c3b6691d401046cf69042
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 7ecbd0137ccf30baa379fc7f1930adb5fac2565b6387823fea2416f63934118a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01611153 BTC
Feerates: 73.20 > 1.61 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (371,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,122 544,122 0000000000000000001dab8281548d0aa5bab45983160f0574cd929aea77e1de 2,438 1.00/1.00 vMB 22
544,121 544,121 0000000000000000001ec3ded1cae5646296c2f1da0ff51dafdc2cf9f36769cd 19 0.01/1.00 vMB 3
544,120 544,120 00000000000000000002e2b3f6b04aba977480f5752d22313eaabeaf89c974bb 2,845 1.00/1.00 vMB 23
544,119 544,119 00000000000000000009c27a0a71dfbc8b9e340ce80089acf04b70f1f8aaf7b8 184 0.06/1.00 vMB 31
544,118 544,118 000000000000000000083d99cca4541e4c5c9de59ca61cf7ffe2022403630c35 2,116 1.00/1.00 vMB 22
544,117 544,117 000000000000000000060b4b491eaea1de6f495a4956639556d70216a34a193e 1,210 1.00/1.00 vMB 7
544,116 544,116 000000000000000000197ff18901082d0622d463349e12d36c51a73b4abe0c1c 2,864 1.00/1.00 vMB 7
544,115 544,115 000000000000000000006d0bceec3b0c3e00d9f2cf7519f25b2c8a85e343eecc 1,944 1.00/1.00 vMB 14
544,114 544,114 0000000000000000001f599aa79f0332a5e5517265f1ea628dea0b63750e3ff8 1,116 1.00/1.00 vMB 13
544,113 544,113 000000000000000000037dbbf9adc8f0fded7cd56915faa68958b18fe34ef8f0 2,584 1.00/1.00 vMB 22
544,112 544,112 0000000000000000000f33203d911b74a1249f9a70d838c40d9e56a0b90b1bf4 2,394 1.00/1.00 vMB 27
544,111 544,111 000000000000000000131e628fbb41c2acee50fb3892546acfe0378717331e5e 1 0.00/1.00 vMB 0
544,110 544,110 0000000000000000000bb412110cbbdfc067ee0aaca8a877a52bd18ca9de3261 3,049 1.00/1.00 vMB 33
544,109 544,109 0000000000000000002615230ef95beae13a41a92cc424edc6e4f391e68b8ccc 2,664 1.00/1.00 vMB 22
544,108 544,108 000000000000000000121af44d3a1f3d6f69243fffaf63a451ce8163009f7702 2,017 1.00/1.00 vMB 36
544,107 544,107 00000000000000000003635d1c1621638b81181a787110ff00735884f3caaf4c 2,406 1.00/1.00 vMB 25
544,106 544,106 0000000000000000001a4be245cce50dfe0e212a6ef14c2566d2b20f77415b68 1,985 1.00/1.00 vMB 25
544,105 544,105 0000000000000000001ecdff53d89028519391d68fdf488177ef55e4dc842756 2,993 1.00/1.00 vMB 41
544,104 544,104 00000000000000000010f8efd0c3338c8c2e759ee2b416bcd6d65f998c82ac33 2,349 1.00/1.00 vMB 45
544,103 544,103 0000000000000000001166e5be9757f2a431ec51509bebd11e2b1f459be4562d 2,954 1.00/1.00 vMB 47
544,102 544,102 0000000000000000000b2929d68fb910877fc01be9678e3c55cc2cf9a1a70ae3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.