Loading Tool

Explorer IconExplorer

Memory Pool

70,296 transactions
22.08 vMB
0.13672416 BTC
Random Selection Loading Transactions
Max Size: 138.10/200 MB

Candidate Block

Mining Attempt 8b4f71fecb39dc0d193cdb04249426aa6ec47b05699554ea5f4f6177ec599c06
Version 20000000
Previous Block 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9
Merkle Root 6523cf7e6f2c170339aa6393cc1f2df37920fa56452768efa93573443fc765f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.05528414 BTC
Feerates: 150.93 > 5.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,748 (854,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,726 61,726 000000000b23dd3ef40039f1ddf0358aa274d99c21c70840b449657c2b0154c5 1 0.00/1.00 vMB 0
61,725 61,725 000000000816c2c9a721dafb5a98859dff11f8810fa195ca58a5376162a4b162 2 0.00/1.00 vMB 0
61,724 61,724 00000000004b8e08c4e11d842c9b6b010602c5f9edc949defc90bfe1f0c43866 1 0.00/1.00 vMB 0
61,723 61,723 0000000008044663532a5356be3eeac5b1ccb8cb587b1b8099c086a3dd8c430a 2 0.00/1.00 vMB 0
61,722 61,722 000000000bc074e0514602d3919748001f07624b1bef40040f4a18ff8e9920ec 1 0.00/1.00 vMB 0
61,721 61,721 0000000001b5aafd9fc42218e033c4e1be762033a86fe349c93547d8f6de2470 2 0.00/1.00 vMB 0
61,720 61,720 0000000003a9c946c4d8bdc79dfb2153f71fe26c0a145046679f3807a88298a4 2 0.00/1.00 vMB 0
61,719 61,719 00000000098f82ff12e52e86d880e38a6e0ad3d1e092bc64f816c4d3232da3ae 1 0.00/1.00 vMB 0
61,718 61,718 00000000018f42b9c245cdf1cb3ae6468d3d8f0e762a4935a284b9ae52874ee6 1 0.00/1.00 vMB 0
61,717 61,717 0000000004c7100c4f5103de8e5b09aa7ee2225b04d7125640b957c9d4f23891 1 0.00/1.00 vMB 0
61,716 61,716 000000000bef03160821ae81d738b8fb811a6dc0b63ab6f41593c7c935f5c8f1 1 0.00/1.00 vMB 0
61,715 61,715 000000000d5a52fd8da59c90f590817b7ebe7a7880e762844a47db5ff396a689 2 0.00/1.00 vMB 0
61,714 61,714 0000000002379fcea91054f0c79823881b0ca2b09ef1fc467cc2fca0ad4f652f 2 0.00/1.00 vMB 0
61,713 61,713 0000000007f5ec0996a62a41b0b04662047e1a3aeed8405746a178a582520713 1 0.00/1.00 vMB 0
61,712 61,712 00000000067915f506f7e899de653fe538c0ccadd616c66fd942945b508dfa9d 1 0.00/1.00 vMB 0
61,711 61,711 00000000068e3ca597aa350417b271e817578afc5d96a0f7ab8072fda9e32a0f 2 0.00/1.00 vMB 0
61,710 61,710 0000000005c76ae07a03edfe9c7454d1a67c616b30b10b600a94a3da81cf0c3b 1 0.00/1.00 vMB 0
61,709 61,709 000000000a40e3c781bbd6e7303def595d37022f1e7eb484657ab152532c02d4 1 0.00/1.00 vMB 0
61,708 61,708 0000000009d7daa0448e5d0c2edbeb2af5b567781e3365e8286765b3c92a529c 1 0.00/1.00 vMB 0
61,707 61,707 0000000005ce927aa40033c988d6e55479359ef1054d3d1920f3d062c9109167 1 0.00/1.00 vMB 0
61,706 61,706 0000000003589b5578ae4497182f8e2690b11b5db670680877f00689cdb2842f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.67 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: 777.53 GB
    • Received: 21.17 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.