Loading Tool

Explorer IconExplorer

Memory Pool

76,956 transactions
28.55 vMB
0.06360661 BTC
Random Selection Loading Transactions
Max Size: 173.30/200 MB

Candidate Block

Mining Attempt 40a1ba07aa3cb35038e0bde0822477cf2f3a562934dae7f1eb4c619d84a7c006
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 88b38c8780b4a8d785e173138dbc38491d244c17d45629bde50bf8e9a92beb0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00432557 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (287,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,196 627,196 0000000000000000000d05d0e8d174761db1d4fdd31db52830b4909490b87470 2,553 1.00/1.00 vMB 32
627,195 627,195 0000000000000000000c0ae6ef0afe925a8adb4dfa9e6cd9ebd234e68fec2c7a 2,993 1.00/1.00 vMB 36
627,194 627,194 00000000000000000005b31ae86879505d28248af4635574011ceeaa716194b8 3,217 1.00/1.00 vMB 43
627,193 627,193 00000000000000000007fd42ac6f7db8a5b0a6171331ef722ae06c29517d2c27 3,034 1.00/1.00 vMB 29
627,192 627,192 000000000000000000030f087e002c2cf1cfca959f3483e01f7cc279847fca0a 2,729 1.00/1.00 vMB 29
627,191 627,191 0000000000000000000b454e2fe684c1478bb0d2d6c1feeb5287fc88fbe88501 2,862 1.00/1.00 vMB 40
627,190 627,190 0000000000000000000007e6d2ebfd43a20b02ef48ccc2a505030a89b5fc679a 2,872 1.00/1.00 vMB 32
627,189 627,189 00000000000000000008ca818714da75a6b80d57783e14b894d97a4264e558bb 2,847 1.00/1.00 vMB 39
627,188 627,188 0000000000000000000b4916ebba463f78eeb1f7760318254115d03a27f41277 2,307 1.00/1.00 vMB 32
627,187 627,187 00000000000000000000b807c1d65ae8345692ee3259d95a4cbb111af0657e96 3,090 1.00/1.00 vMB 48
627,186 627,186 0000000000000000000895d1b9d3898700e1deecc3b0e69f439aa77875e6042f 2,805 1.00/1.00 vMB 39
627,185 627,185 0000000000000000000d91339690d0d0912aab683398f01e7ffab8c58aadec03 2,720 1.00/1.00 vMB 29
627,184 627,184 00000000000000000008281025b946b5f9b742009028b6ac998bed5432d68f56 2,514 1.00/1.00 vMB 22
627,183 627,183 0000000000000000000e24a33da78e2d12b3af0436e770f2c4c139386e3fd114 2,321 1.00/1.00 vMB 21
627,182 627,182 0000000000000000000c58c8ab972dd785d19f1055e3c1335e19b755d4aa4856 1,877 1.00/1.00 vMB 19
627,181 627,181 00000000000000000007378952adfabea8501dadf155f7de16446f6a5f7ddf8e 2,181 1.00/1.00 vMB 22
627,180 627,180 0000000000000000000fe4cd83a34a05b4e4d4a7290282621207a67320afc5d3 2,920 1.00/1.00 vMB 33
627,179 627,179 00000000000000000004e4e84d2e9182fc5c5c5d3721a0998769412a4924f424 2,547 1.00/1.00 vMB 30
627,178 627,178 0000000000000000000fb24070907ccf4bdaceced9f53fc47eb7774610226fbd 2,905 1.00/1.00 vMB 28
627,177 627,177 0000000000000000000a35134cb749200efc1d2a55c258067e973393caa5c339 2,830 1.00/1.00 vMB 28
627,176 627,176 0000000000000000000d22bdef2b4a34b3d2a0c7843fd60c118bb46cc405375e 2,942 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.