Loading Tool

Explorer IconExplorer

Memory Pool

84,631 transactions
31.79 vMB
0.19033026 BTC
Random Selection Loading Transactions
Max Size: 189.86/200 MB

Candidate Block

Mining Attempt cc462b70306be8c40935b06f63931c9326a149071ff8a5fb5768367676de0d95
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root c8eb90c32105e99bb51a5ea22702b46f64aea01bfe29dc8e999f0b0e475f1ef5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,411
Size: 1.00 vMB
Total Fees: 0.08160749 BTC
Feerates: 101.65 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (539,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,315 375,315 00000000000000000677f22cb07096d076ed60e0a5a236bd80013d4a1bc3b4da 1,696 0.80/1.00 vMB 36
375,314 375,314 00000000000000000e172db8e0fd948d4f26eb714091dd06a1e090ce17f36dec 642 0.33/1.00 vMB 31
375,313 375,313 0000000000000000127ab5187c6eb524a5df9ccd64a561346c7e377475cf9d17 77 0.02/1.00 vMB 43
375,312 375,312 00000000000000000e2aa0d7e63f5e747b5a76fb3f6d78e8c7afeea2c61289f7 1,314 0.93/1.00 vMB 24
375,311 375,311 000000000000000011daae3e61e0641dcb2b6f9bd2ecb71cde93e0cde512252e 1,775 0.75/1.00 vMB 47
375,310 375,310 000000000000000009da0f724c230222b8e50777b2b64281063ffc4920f17bd6 1 0.00/1.00 vMB 0
375,309 375,309 0000000000000000112e572488c524cf2241c21772e6303de8662bb4e940dc50 764 0.38/1.00 vMB 38
375,308 375,308 00000000000000000dfad4915e3eb279e9deebf2280f43d33594fe0dc0ac9176 597 0.33/1.00 vMB 34
375,307 375,307 000000000000000005a61d6df663f9e1461bda6e4dc6032f717892d532ce471e 1,081 0.62/1.00 vMB 30
375,306 375,306 0000000000000000006bd328a5ab24c3d95ffaf34e5bf5231582e1ae57b022cb 1,597 0.94/1.00 vMB 29
375,305 375,305 00000000000000000643faaf8381fb857cde7ae1a135daa27db44f06d9cd208e 35 0.03/1.00 vMB 5
375,304 375,304 00000000000000000b3e40991da7bfd1a81d729dc0b1c228b09b81ea4e1c3a18 1,026 0.46/1.00 vMB 40
375,303 375,303 000000000000000004559ad1de11e95361633244a3d4949dac5e1b778ac3bab8 1,413 0.90/1.00 vMB 23
375,302 375,302 00000000000000000e1652b7e5e90580ad1bf471a4e9eaa7e4ac3cb532f3e9d2 2,755 0.95/1.00 vMB 47
375,301 375,301 000000000000000011418d2e575784196aff9cdce7372ea1d6094e8bbae5d194 490 0.23/1.00 vMB 37
375,300 375,300 0000000000000000030faddb947bdd1e7b92665f5974f981121d3e0a79b2144d 1,317 0.58/1.00 vMB 36
375,299 375,299 0000000000000000009449a8e3b161fd07a28c0ee34c17a5e16c0d4eaac4716e 1,197 0.59/1.00 vMB 33
375,298 375,298 00000000000000001101d0f671d4c557309a7ac551070b8be0c08c979aab3c0a 409 0.17/1.00 vMB 38
375,297 375,297 0000000000000000085bd826bad85513d991668c0fa7c1937cf91d1a78586c77 696 0.31/1.00 vMB 37
375,296 375,296 000000000000000011310fe347b028993aada207fbb6e79349c7dfffd02f5d57 461 0.20/1.00 vMB 40
375,295 375,295 000000000000000009f50c76d9070db7684d5b19b99375cc07c2ca35a24c6d8a 135 0.06/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.