Loading Tool

Explorer IconExplorer

Memory Pool

87,862 transactions
32.57 vMB
0.24827413 BTC
Random Selection Loading Transactions
Max Size: 194.67/200 MB

Candidate Block

Mining Attempt 0ae31d0dc8c50abaca2bd94818120a630ea0418d675a69e93e067cf1d850020a
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root a1c63f12af2f10d04fce266f72f75089f6773819de392a79658e7982df867798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.10992086 BTC
Feerates: 538.26 > 11.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (151,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,028 764,028 00000000000000000005e78aa84b2e4614bb9b3a8074a7c08399510ac2dec638 2,782 1.00/1.00 vMB 27
764,027 764,027 00000000000000000002b7761d7561e0fb36a2f24a3061c3e63a26a430f9148e 3,590 1.00/1.00 vMB 32
764,026 764,026 0000000000000000000499252068d061797c2944b1a7ae00eb6ca33a550981ec 2,883 1.00/1.00 vMB 38
764,025 764,025 00000000000000000002dfe38d75eaec92f49e3795b85448c8aaa722dc2629c7 2,424 1.00/1.00 vMB 26
764,024 764,024 00000000000000000001b6085605814497ffaf2b1cf0041e7f8b02d294e12af8 2,202 1.00/1.00 vMB 11
764,023 764,023 000000000000000000033aec4b7e141dbd5f53d69789b6683c9e69e709305ce1 2,734 1.00/1.00 vMB 14
764,022 764,022 00000000000000000004894a594b08591553cff562c91bbc2ae2c881d15f0599 2,742 1.00/1.00 vMB 22
764,021 764,021 00000000000000000000d76a373e0c21e5039304ade309e3d6accc7131c5d833 2,170 1.00/1.00 vMB 12
764,020 764,020 00000000000000000004b876efe654ecf2a5ca9d90a3d4f972d1df31d24e95bb 2,285 1.00/1.00 vMB 10
764,019 764,019 00000000000000000001c9fc0b2a1fea594772c7b64d981cb4d0d822216f8531 1,625 1.00/1.00 vMB 19
764,018 764,018 00000000000000000000a924a7fc5bd922a1563847d96dbc778f26d8376aa035 2,020 1.00/1.00 vMB 18
764,017 764,017 00000000000000000002d3faaa3b64280a359fffa063a94257b601bc74825dc0 3,303 1.00/1.00 vMB 34
764,016 764,016 00000000000000000002e11d69b1ce648ab013e39eb4e252ee51a5acc0b82c18 2,565 1.00/1.00 vMB 21
764,015 764,015 00000000000000000003088c2fb7159e4a5995ef13bd91e02ac3aee9a12414a8 2,263 1.00/1.00 vMB 22
764,014 764,014 00000000000000000001f81f8d6fb77f396df76f15062d6764a9b03f42b0ac22 2,826 1.00/1.00 vMB 28
764,013 764,013 00000000000000000002194a2c8b521bd58222da2d860bb2ab05608e0f51a601 2,774 1.00/1.00 vMB 33
764,012 764,012 000000000000000000011341053dc50724dc6830f3fb865a5e0d7b252324dddf 2,631 1.00/1.00 vMB 37
764,011 764,011 0000000000000000000787892e29e95d06004509d1a68212c22d2229411a5fc9 824 0.84/1.00 vMB 3
764,010 764,010 00000000000000000003c412b2cef10c34d035762a863cc7b9c19e84e587a9d1 2,062 1.00/1.00 vMB 7
764,009 764,009 000000000000000000041a7d3e39ef9452d517bc96f86bf92e965a3fa2c30e1e 1,395 1.00/1.00 vMB 15
764,008 764,008 00000000000000000004ecf18a3fb27787b2298d3b69ece0b4757e727f7c30f9 3,084 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.