Loading Tool

Explorer IconExplorer

Memory Pool

76,381 transactions
28.33 vMB
0.09372366 BTC
Random Selection Loading Transactions
Max Size: 171.66/200 MB

Candidate Block

Mining Attempt 0025b83bfbdbd1b9ebec0d68fc4f43a0d026231b0405e15d82da92ddcc973078
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 537b842a9b264fb1d4b73a67874fb6d384a716f79a4669b05f9f66a975bc8f9c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.03115322 BTC
Feerates: 150.80 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (112,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,500 802,500 0000000000000000000321ae3220d39939f4a805e59aa84529bd2d0144fee573 1,827 1.00/1.00 vMB 13
802,499 802,499 00000000000000000003461ebe666f2690be8ce37d1c3c1adaad7f5509eaee83 2,593 1.00/1.00 vMB 13
802,498 802,498 0000000000000000000119512833d3e02b1ae0cacb8016802babe76f64583b66 1,359 1.00/1.00 vMB 25
802,497 802,497 0000000000000000000010a4202c8dd0a735be8ead78f68dc43c45ac0d8883b6 2,643 1.00/1.00 vMB 25
802,496 802,496 00000000000000000000a4bd741ac85542eff05f97f751a30f6a4c2f9243cd27 2,593 1.00/1.00 vMB 11
802,495 802,495 0000000000000000000227d3bedb0bb2a18001043a95a78bef39a5fba9d4b4c3 3,018 1.00/1.00 vMB 15
802,494 802,494 00000000000000000001dff4321289d330ddb9627d870de0812625042e0154d7 2,588 1.00/1.00 vMB 17
802,493 802,493 00000000000000000004be55dea24c21eeebc8a020a8b6ad97243727a58c58f9 2,479 1.00/1.00 vMB 16
802,492 802,492 000000000000000000016b54bde2ea8ac6b080cacec7b0d43d7099ee2fa04dc1 2,191 1.00/1.00 vMB 16
802,491 802,491 0000000000000000000183b4790c8aafb3c5adbfeb6999d0c359271a06310362 3,802 1.00/1.00 vMB 29
802,490 802,490 00000000000000000002b3d4ee4d72f844ff677c962aa2bbd4c091e04064b0bb 2,685 1.00/1.00 vMB 24
802,489 802,489 0000000000000000000434530f8314ac3a5135f3da6ade4bc02a111c9caebd12 3,705 1.00/1.00 vMB 37
802,488 802,488 00000000000000000001cc85917a37c4fb8317e696d71377d9387186ca429b03 2,370 1.00/1.00 vMB 11
802,487 802,487 0000000000000000000501051804b96fb0dc85ad762399bd7237b653bc4553b0 3,071 1.00/1.00 vMB 21
802,486 802,486 00000000000000000002c191a1203f9613ce00c6166156f29ab973c0ffee7065 3,245 1.00/1.00 vMB 24
802,485 802,485 000000000000000000002566338c5cccc28f5e178c1ba74d761de3a89b13ab97 3,461 1.00/1.00 vMB 19
802,484 802,484 0000000000000000000219d797c657f68417e7c76c5433cb5fe86c0226083400 5,706 1.00/1.00 vMB 6
802,483 802,483 00000000000000000001acdc15fc06c347d07370d96b64c81fa21b014d7b59dd 2,539 1.00/1.00 vMB 19
802,482 802,482 00000000000000000000c2d01f116157e3af71c69476716cbe66f9663a46e11b 2,222 1.00/1.00 vMB 12
802,481 802,481 00000000000000000002365d3eec2ce7bd89f68d989b99829f23bbb1f41ab3ea 3,142 1.00/1.00 vMB 15
802,480 802,480 0000000000000000000033cc54e159e7770f463f95ef9443e0c2538d77e22ef8 2,821 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.