Loading Tool

Explorer IconExplorer

Memory Pool

47,389 transactions
20.69 vMB
0.05005531 BTC
Random Selection Loading Transactions
Max Size: 118.63/200 MB

Candidate Block

Mining Attempt d263919ad761d053567f7c42c95850111468906ca80b703d1ad920213b060b6a
Version 20000000
Previous Block 0000000000000000000014c31b6acad4e2c22a58fe50930b6ce1572c4245e3a6
Merkle Root 4bc1fd1ed5063ff48c05b9516c4e2c33bb8632a1f8011d99964de107b5362cea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,400
Size: 1.00 vMB
Total Fees: 0.00879911 BTC
Feerates: 480.19 > 0.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,017 (785,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,607 128,607 00000000000015c80c303938d254d51c0ffba25872fcec9e4622390ed248689e 12 0.00/1.00 vMB 0
128,606 128,606 0000000000001b3ad5af88391cf1e1eb7a42fc4981008688495a66a561ee253b 194 0.07/1.00 vMB 1,042
128,605 128,605 0000000000000ad21223650745135b306e4843484ece3b9002ebeaa466489be7 21 0.01/1.00 vMB 1,033
128,604 128,604 0000000000001d6de108a795a601c60a314906ecb70cf2f3c200d04eee4fdd9c 19 0.01/1.00 vMB 1,076
128,603 128,603 00000000000011d9c55341babfdeb67f638bdc5941985d97618f2d647d19372b 183 0.06/1.00 vMB 816
128,602 128,602 0000000000000125327cccca912557457595237fdddb9e8d4803afca3f0d8fd8 33 0.01/1.00 vMB 892
128,601 128,601 00000000000008ea37461767aa58c529f8f6483cf9b1e784b2de24c98165c918 39 0.03/1.00 vMB 373
128,600 128,600 0000000000001f458b584aaccfd8efaeadb9222e4390b3e87fdaa5a9ccc8ecbe 18 0.01/1.00 vMB 1,101
128,599 128,599 00000000000011b25138d0c70a262db7d98eb2bf976072fd9b6c7091e574db9f 31 0.01/1.00 vMB 1,339
128,598 128,598 000000000000049c2f76cf373a0af62107d4885f5615265bca259547887371a6 6 0.00/1.00 vMB 1,302
128,597 128,597 000000000000220d953a399e816c64ae414852fbc03108190b2a2b4603f50919 9 0.00/1.00 vMB 1,660
128,596 128,596 00000000000019d58788766f7be80a470ecb5cccc2b98bb658a86aa055871fbb 77 0.03/1.00 vMB 283
128,595 128,595 00000000000022fe2e58b6d2f0cb5fb4abe49db63750095bfacfec3891121bfa 7 0.00/1.00 vMB 1,957
128,594 128,594 0000000000001a7dcac3c01bf10c5d5fe53dc8cc4b9c94001662e9d7bd36f6cc 93 0.03/1.00 vMB 7
128,593 128,593 000000000000166d87b745a1d2af24f51c4b98021f8c027954711ce45f2024b3 70 0.04/1.00 vMB 1,018
128,592 128,592 00000000000012639731801c42678d286e461b095184990a7c765f87d97edb09 128 0.05/1.00 vMB 291
128,591 128,591 0000000000001371f88aad464dcc99fcc490d5bb52465c15a2b0296f092584e5 46 0.02/1.00 vMB 1,032
128,590 128,590 00000000000013b6ef0bed8d500d2bbb956b8bc3ae819be1c1f5fe4f7b229d51 240 0.09/1.00 vMB 765
128,589 128,589 0000000000001eb54a0e1a936a19ed1231c772df35c0df4433206e13178760a7 34 0.02/1.00 vMB 18,986
128,588 128,588 00000000000015dc201d518e39a63fa2da23c23f3e7989f59cd0ca44c7c9f9c9 15 0.00/1.00 vMB 221
128,587 128,587 0000000000000c96fba0f478b55486169bfd59a0073cb1e9faf2771df52e02ae 93 0.04/1.00 vMB 1,262
Previous 10 blocks ↓
Total Size: 780.63 GB

Node Details:

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