Loading Tool

Explorer IconExplorer

Memory Pool

78,326 transactions
29.44 vMB
0.07370552 BTC
Random Selection Loading Transactions
Max Size: 177.29/200 MB

Candidate Block

Mining Attempt fce1f6e1c9d73387b70601e78f6e975ebcf6fb85460614d5727f5fb5b8ad97a8
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root ab2b7c9e73ab2fb00319979a47b87804b78b21faada4d03cf2b656a780a3fe97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,024
Size: 1.00 vMB
Total Fees: 0.01194499 BTC
Feerates: 25.13 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (319,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,251 595,251 0000000000000000001337c794b9ebd8df760b1a76d509afd2f18bac989dc130 2,785 0.84/1.00 vMB 5
595,250 595,250 000000000000000000052b71d5526fd45acf7e88c8e2e6e4749e738d24e4f220 3,036 1.00/1.00 vMB 39
595,249 595,249 000000000000000000013d475ebdacff3a1ca4d44c5f2b86c9374c49b5f1cbee 1,277 0.39/1.00 vMB 20
595,248 595,248 0000000000000000000f1b0e4998ffed42b1f5809afd3eabe3ec3bec564a3c9d 1,582 0.55/1.00 vMB 19
595,247 595,247 00000000000000000009ac030ac2406120eb29c7888b2ea292e50092dd30b263 250 0.09/1.00 vMB 19
595,246 595,246 0000000000000000000eef9664721de71036afade142e9b82878ad514582c107 1,258 0.37/1.00 vMB 28
595,245 595,245 00000000000000000004eec315168c51de3615921b81dafdb3ebd3f14da37a6b 2,708 0.87/1.00 vMB 18
595,244 595,244 0000000000000000000f4f22b2ecc20045e8e32c41fbbd97053f77e2dadcb49b 2,871 1.00/1.00 vMB 21
595,243 595,243 00000000000000000000d27a6467317356b13dd765e17746e2706b2914d98a33 1,830 1.00/1.00 vMB 23
595,242 595,242 00000000000000000016520cdc24e17dece961f8cd14f9fc9170af796fb9a69b 716 0.25/1.00 vMB 36
595,241 595,241 000000000000000000030481315e863ae42c102cf85cd0df22d01294c2f41cb6 2,121 0.86/1.00 vMB 8
595,240 595,240 00000000000000000003ddaa26f5cc3bf4a8ec763292a40e0d0fc2ba9115264f 3,169 1.00/1.00 vMB 17
595,239 595,239 000000000000000000132a5b48187d1655a2d9a259356e2f923389dfc32cd985 2,950 1.00/1.00 vMB 47
595,238 595,238 00000000000000000004dd5a9d60581e737f81d91b75cda203de27b1eada22c4 2,862 0.84/1.00 vMB 21
595,237 595,237 0000000000000000000001bc0f20af28f38472c0eb221137fce12b089c9cd82c 1,106 0.81/1.00 vMB 13
595,236 595,236 00000000000000000012b6fa5fbab0cc11595f5f2d4eaeb6782a5033a1ad316e 2,192 0.98/1.00 vMB 16
595,235 595,235 00000000000000000009c76ca12ca156c204332a8d7b459dbe5f60fad445157b 2,015 1.00/1.00 vMB 16
595,234 595,234 000000000000000000080ebc5e8eae7f1229859cc73e737d1832e03fbffe5acf 1,409 0.94/1.00 vMB 11
595,233 595,233 0000000000000000000688432bc78c401cda0ebf00409ea09f9069f99b77d2b9 2,295 0.99/1.00 vMB 20
595,232 595,232 00000000000000000014695076ddd893550e515aa0581cd4543ae6f3a3bab829 353 0.53/1.00 vMB 5
595,231 595,231 0000000000000000000553755b9a1a23ecf3ba315e240dde0aaf3b0952cc1063 572 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.58 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.24 GB
    • Received: 15.89 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.