Loading Tool

Explorer IconExplorer

Memory Pool

87,674 transactions
32.13 vMB
0.16276275 BTC
Random Selection Loading Transactions
Max Size: 194.70/200 MB

Candidate Block

Mining Attempt 43f7868f4d1e36e5946261de0a5d69e6214eb8bfd4d9e5b5ea4b9c837d210974
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root e0ece63ec9b23e44a4849a0cf0597ce869fdc0c062d78fbaf91c9d57cc816d3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,266
Size: 1.00 vMB
Total Fees: 0.07747014 BTC
Feerates: 182.65 > 7.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (678,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,698 236,698 000000000000004a0e2b634f2f9bc3129b36534494fe95bceb5a80ec6627b43c 630 0.25/1.00 vMB 202
236,697 236,697 0000000000000108c24363c36e8c506f0afa9bfdc1f69a3c6dc6a3081067c190 123 0.06/1.00 vMB 142
236,696 236,696 0000000000000078ae9c7cdbbdb21d0331122b80436a578f766183a3567a782a 532 0.29/1.00 vMB 157
236,695 236,695 0000000000000053cdb3ad4127e4525d2f73d3c3923fcbe6315f3d4945bb246d 256 0.08/1.00 vMB 265
236,694 236,694 000000000000008d9ebd51fd2e8d05e4f0b3431c3cdbf5cb82bb58943a07fcbf 897 0.36/1.00 vMB 210
236,693 236,693 00000000000000301a3a5a819706f48f4c4c7186c6215f66217d47d85295926c 186 0.13/1.00 vMB 100
236,692 236,692 00000000000000e45ab3f7ee607958ddc87aea1e70d2563543c64c08b5d8d965 508 0.25/1.00 vMB 162
236,691 236,691 000000000000009ca3fb6169c7e91a1ef1dafbb8bd2b94f309db51390c0cc241 601 0.25/1.00 vMB 207
236,690 236,690 000000000000012c1b423bc001b2fd5a9c0d144b0e0837c5ea40d58cca0f7f93 1,068 0.47/1.00 vMB 190
236,689 236,689 00000000000000a264608d20e9f2014f342464698e3b6f14ef81a99dc3282163 481 0.20/1.00 vMB 151
236,688 236,688 000000000000015bd4a3232dd08b90a0677f434b407f2ee2287216bbd56e5819 194 0.09/1.00 vMB 139
236,687 236,687 0000000000000174c8a5e9f5de02f34405dbd779eb2df77c01a9ed4918b17f2b 580 0.27/1.00 vMB 152
236,686 236,686 0000000000000166fd3ccd432b9ff94c84625fbd6be2bde04752fefab3ab76b8 625 0.24/1.00 vMB 146
236,685 236,685 00000000000001539fce1a6587c66dffca64f6c3d6ae4503ce69cfd9cebad366 1,050 0.47/1.00 vMB 177
236,684 236,684 00000000000000a90cd37e8904c6f515dd2ce9bcc979010544107e45623f99c6 6 0.00/1.00 vMB 66
236,683 236,683 0000000000000031738258e53f8f95a71f212c7f539bd2cb42c7936cdae16ca3 3 0.00/1.00 vMB 49
236,682 236,682 00000000000000274ecd01bf47274c6da0897517a5674c097d1e271ce789eaad 260 0.17/1.00 vMB 107
236,681 236,681 000000000000015526eb9400604e5ecf057ed71e784b21dffa65cd96758c763f 512 0.17/1.00 vMB 280
236,680 236,680 0000000000000119eba174df1b1040691d62ef3591f5d07b78ccc128c7f511db 296 0.14/1.00 vMB 155
236,679 236,679 000000000000006f8b329bf7ec65926d3f9ed0c8cbe33d0ce38baf84edbd8c25 772 0.33/1.00 vMB 184
236,678 236,678 00000000000000df2e4299e929c93c7e34feb18638e3f722b698f5b2cf14e476 217 0.10/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.