Loading Tool

Explorer IconExplorer

Memory Pool

39,317 transactions
19.62 vMB
0.05436590 BTC
Random Selection Loading Transactions
Max Size: 109.01/200 MB

Candidate Block

Mining Attempt ad3c5c411ee3c419d0a41ab5be41b417c5d467d9a93ca6c7a71377fb50e85358
Version 20000000
Previous Block 0000000000000000000127d575d890320be8b3a437df4cee5501850b9923f25b
Merkle Root 01ec679fc5c0cf1b34b5b6f38b42e3d0ec5795dee305fb1aef9bb2a9279eaa0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01621603 BTC
Feerates: 502.67 > 1.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,074 (789,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,697 124,697 00000000000015a9fd3fa79932e5fcc4276e9ce4b1cad8029706b46400b484a9 10 0.00/1.00 vMB 313
124,696 124,696 0000000000002ac6d663a1cda0cb31318bd6ece9eef68bec7e13e1598b343edf 17 0.00/1.00 vMB 1,085
124,695 124,695 00000000000067b5fa9b7056b2e201a3bdf76ca1c99a381fb7a575b0bb945449 131 0.04/1.00 vMB 1,436
124,694 124,694 0000000000000e99258224c9ac2595a5bd18014b1c2bf2429ec9f44b7b7ce69a 59 0.02/1.00 vMB 802
124,693 124,693 0000000000005274a928ed544c5c2187ed0d7fc673d6d44f730fcea5715c06ba 4 0.00/1.00 vMB 0
124,692 124,692 00000000000053d0ea1d2051a27bb3b4bdf6869c2fc344309e58291168fb9f60 7 0.00/1.00 vMB 294
124,691 124,691 0000000000004b2229f33570829f6f8c5c4d16dab0753261d5227c4387a12a4a 28 0.01/1.00 vMB 522
124,690 124,690 0000000000000d51aa2d498e2c9af0f3850aa538f1ed6b83c664b44517112b1c 25 0.01/1.00 vMB 304
124,689 124,689 0000000000002a4b30cb43bc47c9537982a6ef4bcbb60418da29cf9f99543c9c 19 0.01/1.00 vMB 0
124,688 124,688 000000000000252352431879ed1c97ea4df2f42e60ea9001bc0c169672f8f144 7 0.00/1.00 vMB 0
124,687 124,687 0000000000004c614b9a7adf7784f32406be41a187cab4de199bd70fac216339 8 0.00/1.00 vMB 498
124,686 124,686 00000000000026d0f765f278b5401bba096841810350038c1cdce29f129a6b9c 10 0.01/1.00 vMB 483
124,685 124,685 000000000000693af914947f2e31fe14dc17b4252ce4b9f5de1fa9433a7de521 13 0.00/1.00 vMB 238
124,684 124,684 0000000000003d81f1a781adacaf6e33d954e73176576d161579c1c78542a1de 8 0.00/1.00 vMB 231
124,683 124,683 0000000000004bc147efc48aa8b9a20c96d226bc62b3ca5659bdef53ede36645 35 0.02/1.00 vMB 557
124,682 124,682 000000000000679c1ce53f4ba9744ffb79e5dbb4c6d3672a2c7df0d68f214240 36 0.01/1.00 vMB 637
124,681 124,681 00000000000062076ae9ac434c6415b6a2b94cffbe5334705097ad7c61cd5aee 1 0.00/1.00 vMB 0
124,680 124,680 0000000000001775f500d2e49bb9c487b49294cc48f2ee251ab4e45c51608d43 9 0.00/1.00 vMB 507
124,679 124,679 00000000000002fb6c14344dc8f3d75d038ffb0029652e3b6b664c340b10befe 2 0.00/1.00 vMB 4,444
124,678 124,678 0000000000006065d1054cc57aba77d6d22348720f165fd2f57d5913139ee132 21 0.01/1.00 vMB 152
124,677 124,677 00000000000046c4355ad3fdf3d17b37692688a522367603e04aa22e868399a7 9 0.01/1.00 vMB 585
Previous 10 blocks ↓
Total Size: 780.72 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: 555.48 GB
    • Received: 6.89 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.