Loading Tool

Explorer IconExplorer

Memory Pool

82,379 transactions
31.01 vMB
0.10544066 BTC
Random Selection Loading Transactions
Max Size: 188.55/200 MB

Candidate Block

Mining Attempt 9b445dcaaca2962011193adefc49e0144e5be1223a4ec816f67620aa02eae927
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 62d86970ca6d7729c86114805daa25ea00f6d93fe6f63696e77a5ef0fca03e8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.03198863 BTC
Feerates: 200.89 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (444,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,422 470,422 00000000000000000145ea8977cbc132d955363e82a160d88adacfd3161b0e1a 2,258 1.00/1.00 vMB 332
470,421 470,421 00000000000000000173d17aa624b93443f69ff26b4405f7baaec296d71c0009 1,604 1.00/1.00 vMB 407
470,420 470,420 000000000000000000f3aebe5c18edabbdb87840379d0528dca92657c6ba9275 2,649 1.00/1.00 vMB 443
470,419 470,419 00000000000000000052e1c0959a47eb85b8136762b94863d4aa3c16860cdc36 2,093 0.99/1.00 vMB 438
470,418 470,418 00000000000000000036cf09e6fdae57e0534707dea7843de41122f523b3a3ed 2,540 1.00/1.00 vMB 508
470,417 470,417 000000000000000000cc0b4688b69c5d6283748e3cba4012c730f0310dbc5f37 2,241 1.00/1.00 vMB 519
470,416 470,416 0000000000000000012372fffbea73c3f2afb4e4dadafd37da89e87089f8073e 1,124 1.00/1.00 vMB 110
470,415 470,415 000000000000000001252ba3ee120b7cce39c5ba1cbe2cb761c030226fae789a 2,275 1.00/1.00 vMB 279
470,414 470,414 0000000000000000014231ae5c90342249b12bbb43141df306286e88eb9a0175 2,542 1.00/1.00 vMB 328
470,413 470,413 000000000000000001045aa81def22bc97735be4f761c28210d2740d7e3d3d93 1,959 1.00/1.00 vMB 341
470,412 470,412 000000000000000000990e9a25a1b739bb5157dd14024c98370c23f76a325692 1,955 1.00/1.00 vMB 399
470,411 470,411 0000000000000000017fc13e1e35e742020684f642e5fdf575d11c92899f7365 2,637 1.00/1.00 vMB 473
470,410 470,410 0000000000000000013c68f41f6cb9948d0c6cd9f70a7b3bf215c1a69f06f96e 815 1.00/1.00 vMB 517
470,409 470,409 00000000000000000131f5fb7bb76ebba2b336dcb16a2e4752a55c5fa38943a3 1,178 1.00/1.00 vMB 481
470,408 470,408 000000000000000000a71e7ecf83438a20fe38a6843c7e99fd21a3627cfeb0d2 1,944 1.00/1.00 vMB 223
470,407 470,407 0000000000000000012cff8fbca9cb56a4afc910a787a3e399ab332ae1023a1c 2,175 1.00/1.00 vMB 84
470,406 470,406 0000000000000000014e02aaa4f5b710ca4f12dd8caf9cf3180e2b313d07263f 2,256 1.00/1.00 vMB 208
470,405 470,405 000000000000000001134665239f2a4860252578e5e1d963a3536b4d67b81ecc 2,051 1.00/1.00 vMB 213
470,404 470,404 000000000000000000e20a4f57f8057a14cf55ab757bb768116a846df3340836 2,628 0.99/1.00 vMB 410
470,403 470,403 000000000000000000570c3be1554d76fe288818f9aff9743628955f09dc9998 1,129 1.00/1.00 vMB 360
470,402 470,402 000000000000000000799a4cc79f5ba4dfdd7670dc39e8dab7c2325977d1b4c0 2,412 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.