Loading Tool

Explorer IconExplorer

Memory Pool

48,479 transactions
28.27 vMB
0.09880776 BTC
Random Selection Loading Transactions
Max Size: 150.56/200 MB

Candidate Block

Mining Attempt 4d30379c259d308cd0ad0f2cf36e704a97bff00caa4ffbda066886db21bb5347
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 4e43c0849386bc6b281a3575a2d5e81d33cdab2048f5f4872651405aecc5ec4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.04162549 BTC
Feerates: 500.00 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (84,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,656 830,656 000000000000000000006e1b3539abd12a9d0ceec7b664c77452f3cd86fc24ac 2,238 1.00/1.00 vMB 19
830,655 830,655 000000000000000000023220358c22827192cccb6b045bac9ddd0c8af9a8a219 3,266 1.00/1.00 vMB 37
830,654 830,654 000000000000000000009377b9decdee1006dafba5b82b68a480cf6b4c8a3e25 336 1.00/1.00 vMB 12
830,653 830,653 000000000000000000003f46ac3507f0f9a37a2a8b6c2fbb357fd849e00c8145 1,031 1.00/1.00 vMB 14
830,652 830,652 000000000000000000027c4f50c77cd7c8e5eb2a3698ffb0efd1f6169bb8a88d 3,229 1.00/1.00 vMB 24
830,651 830,651 00000000000000000003262fe23a0ede5ffc69f8255f4545b6bd9a9a2784efce 1,079 1.00/1.00 vMB 14
830,650 830,650 00000000000000000001b84fb48a34ae1ed6081e6d64c030a9ae9eb40e577ee8 2,341 1.00/1.00 vMB 16
830,649 830,649 000000000000000000010938fbe137d85e7643759297857ac6bf296556f9b514 3,788 1.00/1.00 vMB 15
830,648 830,648 000000000000000000030638997b25b3d0034431a1bf2f231901f54ac3de9597 3,102 1.00/1.00 vMB 23
830,647 830,647 00000000000000000003339f1dc9eefb21e700122338ddfac3d7cf87e459ab9e 2,627 1.00/1.00 vMB 27
830,646 830,646 0000000000000000000212d1187070d07a82a2b8305695feffd1a4e2bd283060 1,653 1.00/1.00 vMB 17
830,645 830,645 00000000000000000001fb53fa985d3d95bbee00d862c9f71b3ad18cd2333d03 2,523 1.00/1.00 vMB 23
830,644 830,644 0000000000000000000069f2e7dfd8f327103d12cac89f0c20157bf5ca761680 2,846 1.00/1.00 vMB 30
830,643 830,643 0000000000000000000029522877a0144204c794f07f69c74dc307a13f71004b 2,408 1.00/1.00 vMB 17
830,642 830,642 00000000000000000002d1a13cd93127348291cbaeccd779bdc1311846961291 3,254 1.00/1.00 vMB 38
830,641 830,641 000000000000000000017dd458b38fcb0dee4fa9ee156b50b272029b981b22e0 1,809 1.00/1.00 vMB 18
830,640 830,640 00000000000000000000743476dec0960c906591df901471b72289f2b3d23b4f 1,294 1.00/1.00 vMB 17
830,639 830,639 00000000000000000002d28741f345b21e575ed8f1a699d84574870524ae6c58 2,519 1.00/1.00 vMB 20
830,638 830,638 00000000000000000001dbf93f08f4d2beb49225b0ec279bd9eac3cc338bd423 2,730 1.00/1.00 vMB 31
830,637 830,637 00000000000000000000904fdde8f9c9e2c138870342595f19a6d33eafeef40c 2,137 1.00/1.00 vMB 17
830,636 830,636 000000000000000000019a6da6d924bf3cdefc552063ec715f603ced922413a7 2,272 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.