Loading Tool

Explorer IconExplorer

Memory Pool

73,662 transactions
28.38 vMB
0.07405470 BTC
Random Selection Loading Transactions
Max Size: 167.98/200 MB

Candidate Block

Mining Attempt dd545eaddf753adc5e4185ccb8bad4fd021e4b026f91e17312cea6cf32d577d0
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 951bd6b4839f2869bf75bccde776a7ed9f03bfffa411f81edfd42957fd593aba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01689120 BTC
Feerates: 60.16 > 1.69 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (164,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
750,136 750,136 000000000000000000037a39ecfaeafce907e16a84496233a4d375e93c4e12ec 2,413 1.00/1.00 vMB 18
750,135 750,135 0000000000000000000611dc20af1bf13a568b5d53e1ea67c3a8e78e760d9e14 1,310 1.00/1.00 vMB 14
750,134 750,134 00000000000000000004772ce4796ac9fbd8ea2252cc0f5f53d3cd2c1a0c2ffe 2,375 1.00/1.00 vMB 7
750,133 750,133 00000000000000000003792caac3d2ea28e5871c80344c0246fdd2c0cef22a12 2,676 1.00/1.00 vMB 16
750,132 750,132 00000000000000000004b95d54d47d54fda16425d4f26f01ccea34fd9723ba9b 2,568 1.00/1.00 vMB 10
750,131 750,131 000000000000000000025ac37e199be38ad7204af38385936d72b1a247d146d3 2,924 1.00/1.00 vMB 18
750,130 750,130 000000000000000000030427d20297f1884a5fb229b1076a14856525f41f5589 3,304 1.00/1.00 vMB 21
750,129 750,129 00000000000000000002f7d39ca6c914329a8d87010215ef6466c17ffaba0a1f 2,979 1.00/1.00 vMB 22
750,128 750,128 00000000000000000009a92e7461fa71737619a22308083ff09fe0be84d29291 2,765 1.00/1.00 vMB 6
750,127 750,127 00000000000000000007db3552ba44627e8cfc095af3c82ea0370df1a5d413b2 2,969 1.00/1.00 vMB 18
750,126 750,126 00000000000000000002fa7bdfcb4905afff542ef0927e21e9da0a9c2b84f5d5 1,645 1.00/1.00 vMB 14
750,125 750,125 00000000000000000002b5a52239deaa7a99b0fa837e96e8e7730e05a3491f1c 594 0.26/1.00 vMB 6
750,124 750,124 00000000000000000008cb17190c6bf36e1adacc7736da5599518f0441016be3 2,946 1.00/1.00 vMB 12
750,123 750,123 0000000000000000000982b08fd5192f7eec2c461e690892de8c4541664d5e5e 869 0.32/1.00 vMB 11
750,122 750,122 00000000000000000001ee115de8f068d25376e7ba947f5efc1db4e2970af033 1,182 0.37/1.00 vMB 11
750,121 750,121 000000000000000000060eadccd4f424daa2ba3c745c5c0708164a22c71571f0 1,286 0.50/1.00 vMB 10
750,120 750,120 00000000000000000004db4d4aaabd5d0766e535e7403508da671d06a1e0806d 742 0.20/1.00 vMB 13
750,119 750,119 0000000000000000000029c0eeffb8d3c45d3461897962ce9ea4f88f0742567d 341 0.22/1.00 vMB 3
750,118 750,118 00000000000000000000a312f614b853ecd13df3bbb587142e7e894fdac498ea 2,468 1.00/1.00 vMB 10
750,117 750,117 0000000000000000000581ae8de163674d5cf1a70145719b530c5704b9fc7761 1,878 1.00/1.00 vMB 5
750,116 750,116 00000000000000000007887fd262a54fc5ab357dbb08dcb8a6b7da47a6419a86 2,853 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.46 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: 667.84 GB
    • Received: 15.30 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.