Loading Tool

Explorer IconExplorer

Memory Pool

46,095 transactions
20.53 vMB
0.05804389 BTC
Random Selection Loading Transactions
Max Size: 117.19/200 MB

Candidate Block

Mining Attempt 68978baeac2a3115e9eb47c14772f54d54ec867d44c8eda1f1298b24967120f8
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root ce844a56769fe67d804b7cdd43deb0f2c4540dc1521225a54f8067b28987ede2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,436
Size: 1.00 vMB
Total Fees: 0.01740011 BTC
Feerates: 453.09 > 1.74 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (746,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,532 167,532 00000000000001985fb6cdfa153c4943375994f4819b0fd46fbd11b1b1e18928 34 0.01/1.00 vMB 48
167,531 167,531 0000000000000860bb3ef48ffab30d10674b1bb33ce323f1b0459e670a5f90e8 48 0.02/1.00 vMB 132
167,530 167,530 000000000000073c428aa5f42a1329f5ea05c3ed6a82871925bef2b1e2db463d 22 0.01/1.00 vMB 0
167,529 167,529 00000000000006b710ae2e22df5af7d23cdf85a94e53eb7f4e5bb580b4f4cf67 85 0.03/1.00 vMB 140
167,528 167,528 00000000000005e128f4e765c59933531151a2df745bbcad03c2d0ec086716b4 9 0.00/1.00 vMB 30
167,527 167,527 00000000000000c64e124d3a56db95adb4da436166a9ad1280a336be24934f14 37 0.01/1.00 vMB 10
167,526 167,526 000000000000096366ae29564b8b1d5ba9efa586107869c93edd9a520ab4388e 5 0.00/1.00 vMB 3
167,525 167,525 0000000000000485fca033dcc2559edb2a8456b14fdd8aa4454fe7631b51cb28 44 0.01/1.00 vMB 123
167,524 167,524 00000000000005b05fbd2da2a324d1b79954bcccbf079bb303b99628e17f9b41 38 0.01/1.00 vMB 98
167,523 167,523 00000000000001a1cfa7c2c9ce8a1f73530e06b6ca11f87a8f1e74640b7d229f 18 0.01/1.00 vMB 43
167,522 167,522 000000000000061a908f10c758985cce663726a810b1062b66c6233d0ee858ef 20 0.01/1.00 vMB 6
167,521 167,521 00000000000007b7a77fcb2bdcbf1e23a0363d5d435fd10c7d8868aa4fad7125 69 0.02/1.00 vMB 12
167,520 167,520 000000000000005db601269fcab59fd6f1d98ea20402941b7b426a341295eaa4 61 0.04/1.00 vMB 68
167,519 167,519 00000000000002aeee6fbde5c616956f75761f5e44e678da66e0ac3696ba51bc 134 0.05/1.00 vMB 78
167,518 167,518 0000000000000a7467884121374ef09cb57e39944aa9e924261728b08efe93d6 4 0.00/1.00 vMB 86
167,517 167,517 00000000000009a03e466cda1cb5eda41aea7f9db4c4e34c8d31e8af465be0b1 1 0.00/1.00 vMB 0
167,516 167,516 0000000000000c1d0d7a957282a768914fb4e6def3ca1dcb2fa2a090ae77396c 2 0.00/1.00 vMB 0
167,515 167,515 0000000000000a72f363d52f7145122a147d529f1a0824f8dbe0edfae44b62ab 21 0.01/1.00 vMB 509
167,514 167,514 00000000000009ee9284cd7b04bf57a7c3d6f1bd9bae822a5c181d396e091829 30 0.02/1.00 vMB 133
167,513 167,513 0000000000000180d3a45b803610700e3e2384352ce144137adc40044a2eceaa 70 0.02/1.00 vMB 65
167,512 167,512 0000000000000301e3bda89753708b036a06280d1d22651a29256028ef5a9a31 36 0.02/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 780.54 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: 535.95 GB
    • Received: 5.95 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.