Loading Tool

Explorer IconExplorer

Memory Pool

47,102 transactions
27.91 vMB
0.12967542 BTC
Random Selection Loading Transactions
Max Size: 146.42/200 MB

Candidate Block

Mining Attempt 7aca83db28c4edb44c0ec641244e4188961f7be3d284f2fbea5f9c4acd4daa53
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 43499b0e04b421debedf0b7542fae0b1a2dabaf6a4cd2c29c0a15985e8c4124e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.05827184 BTC
Feerates: 151.01 > 5.84 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (81,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,023 833,023 00000000000000000002459d9b8fa586778710d6ebe5ea53d367ef07bc7fdc97 2,076 1.00/1.00 vMB 21
833,022 833,022 0000000000000000000144fad393b76ff5af9548a0cc5b73d6248a361fca1714 2,574 1.00/1.00 vMB 20
833,021 833,021 000000000000000000012e441230ce9b7e7bf30e4d44a6c6d90c0faa7f90e713 2,654 1.00/1.00 vMB 23
833,020 833,020 0000000000000000000207ea880ee88a2847969b6dd86e4f2420f1781d766ff4 2,369 1.00/1.00 vMB 25
833,019 833,019 00000000000000000001c7c9d123c3bfea49c66ed6c5480d4774b84a78bc737b 2,348 1.00/1.00 vMB 33
833,018 833,018 0000000000000000000033bf28008440f5ed2908ee8d66e46d83a590b066adc2 2,506 1.00/1.00 vMB 33
833,017 833,017 000000000000000000014c963a244e34dd107673a1a52668cca3bc2939b3cd7a 2,344 1.00/1.00 vMB 40
833,016 833,016 000000000000000000020df79f2d190f6dd41eb4fa8a2e1b5ef3652d2207e2b0 2,680 1.00/1.00 vMB 31
833,015 833,015 000000000000000000004ee64f3fb4c4141320ff545cae5794a771b71cdc19e5 2,634 1.00/1.00 vMB 37
833,014 833,014 000000000000000000009ce524cf9db604c24b501fa1498bad44c8583a2074f8 2,465 1.00/1.00 vMB 41
833,013 833,013 00000000000000000003878d45511daec6e614bb2b9e61909223fa098570cc2c 2,967 1.00/1.00 vMB 49
833,012 833,012 000000000000000000025a7a0e0fff7e1980245cf1344ffd5e84eaa2d6e415ac 2,453 1.00/1.00 vMB 38
833,011 833,011 000000000000000000008f2c522b5dbf5381c2669bf056d7c5b5a0a7ac631bc8 2,381 1.00/1.00 vMB 41
833,010 833,010 000000000000000000015b4134bd40e55b0789486329f106ebf7bf5953945182 3,048 1.00/1.00 vMB 51
833,009 833,009 000000000000000000006b2fe7af0a225ff091985741a62859e12067f7c033de 2,651 1.00/1.00 vMB 44
833,008 833,008 000000000000000000035e93f3c703b39f78511b84a5d75de77d3ca02587cbb1 2,947 1.00/1.00 vMB 68
833,007 833,007 00000000000000000001367e0f63a47a0430f416eb1803716d5b39a9684b7f3d 2,601 1.00/1.00 vMB 49
833,006 833,006 000000000000000000013e884d1faa97a95129100a6509076377c25042e0d194 2,151 1.00/1.00 vMB 48
833,005 833,005 000000000000000000032bc0c7bfb42c11a7ee353a18ae2dfffa2b215336df1b 2,676 1.00/1.00 vMB 49
833,004 833,004 00000000000000000002d8f8b5f9b007e43154a5a75a04b6592a3be208620d2f 2,965 1.00/1.00 vMB 58
833,003 833,003 0000000000000000000064bda2716672c1eb150d9424507b6ed5038f77cd676b 2,114 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.