Loading Tool

Explorer IconExplorer

Memory Pool

25,267 transactions
12.13 vMB
0.03536508 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.56/200 MB

Candidate Block

Mining Attempt 3b0e1d7acfd8d057db0b7e1f0569a7128b8de8b86c62fe64f3ffcf09c15e4a47
Version 20000000
Previous Block 00000000000000000002030ed5cf7aba354cf940636233b0396708d3e359edc4
Merkle Root 2bf19b9b3b11b6caa345c1c56bf287d975a2e7230c7b8cbd1c57d0b1fbc42b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,747
Size: 0.99797525 1.00 vMB
Total Fees: 0.01432364 BTC
Feerates: 29.08 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,697 (744,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,227 169,227 000000000000083ce1ff707a866dbde212f5f5f2886b12c7abda2f09f3a9ca47 1 0.00/1.00 vMB 0
169,226 169,226 00000000000003c6a282de5f988a150d367e3c6451ea59c73444611159040aff 12 0.01/1.00 vMB 288
169,225 169,225 000000000000067bcc62e4701eb9f03fa26652bbc3ac31ac414dfb9910fcdfaa 14 0.01/1.00 vMB 72
169,224 169,224 00000000000000e1da08a6805980fd44bf56bf20ba76a9e4f0e05053702a7944 31 0.01/1.00 vMB 91
169,223 169,223 00000000000001f605fe30651ff7304424dd01cb96027b2c823ef0679ddbcdb1 103 0.04/1.00 vMB 104
169,222 169,222 0000000000000b858d47c3e661b37b29cfccdcbd3a8269d84d93896c1ee73f1c 94 0.04/1.00 vMB 127
169,221 169,221 0000000000000954ae582d35cf2da5cad11e506432e5fd0b40125270d4099cf3 9 0.00/1.00 vMB 17
169,220 169,220 00000000000000dcb814e247a8e7ce80bfb104d61b71d26186bdd55278d2ceb6 19 0.01/1.00 vMB 319
169,219 169,219 00000000000005ef61d52911890676acb880248d5c4eef43c2dff5ecac09d11e 111 0.05/1.00 vMB 114
169,218 169,218 0000000000000a3cf704a4fb679cfc96549c2751389c4f42f23f3b591e38356f 65 0.02/1.00 vMB 38
169,217 169,217 000000000000051a30ee96ff18f47243760c579b217b376b178372a20e5450c5 12 0.00/1.00 vMB 24
169,216 169,216 00000000000002c05c526c6799fa6f786d6e28a22c8ac1316d40a20429727e2a 69 0.03/1.00 vMB 87
169,215 169,215 0000000000000b1045382ffa7a8409614cf0426d925450588d77e56fb3f5c8ce 6 0.00/1.00 vMB 0
169,214 169,214 000000000000087b8387722491c452927080d876f5e2e210f1e1b6ee38414f46 59 0.03/1.00 vMB 86
169,213 169,213 0000000000000683825472edf369b4f690772bd82519e0828cdfa9f37242c151 108 0.03/1.00 vMB 27
169,212 169,212 00000000000007e61f46294a599ff3dae2bc099e556727e322e95f81b5648734 31 0.01/1.00 vMB 37
169,211 169,211 0000000000000401e2678dbe197bd19a9de83692b147721862049f8c0bf3c320 62 0.04/1.00 vMB 49
169,210 169,210 000000000000080ebcff5615bb3477a17d7cc438b80fabedfd95d1c4cc4e13c0 47 0.06/1.00 vMB 61
169,209 169,209 000000000000085a835173e690332fc0f390ee40c46d2fabb26719eace99df50 38 0.02/1.00 vMB 172
169,208 169,208 00000000000003c9865efd39136e47b17ed5cab4a3f17aaa471abeceeed6e86e 22 0.01/1.00 vMB 66
169,207 169,207 0000000000000831f5c524de2cb66fdba85136042308860b94b07f4265d6d106 10 0.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 780.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 492.52 GB
    • Received: 3.43 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.