Loading Tool

Explorer IconExplorer

Memory Pool

46,743 transactions
27.36 vMB
0.08364600 BTC
Random Selection Loading Transactions
Max Size: 144.68/200 MB

Candidate Block

Mining Attempt c38889bc8ee2bafa29ff3dbbfcf26d3e47bfe728de87db22b6f4ac3658588fd9
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 2acea2008c7d48396d0c2863a4a92dd6c79ba09475a0a4a2b67975f7f2e1e289
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,826
Size: 1.00 vMB
Total Fees: 0.03162400 BTC
Feerates: 298.51 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (52,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
861,932 861,932 000000000000000000002bd2d1a44400f12648afeb2eb07f20c020f0a9dfbfac 3,609 1.00/1.00 vMB 5
861,931 861,931 0000000000000000000129ef18c38ed61ee156d830171791815a6e06a3b4b779 3,962 1.00/1.00 vMB 4
861,930 861,930 000000000000000000021b80265832ad15ea9be97a5eecb0807ceaf3ec045e1a 3,117 1.00/1.00 vMB 4
861,929 861,929 0000000000000000000216763668591ff887dcd0729f55ea98afbf67b47bfc90 3,095 1.00/1.00 vMB 6
861,928 861,928 0000000000000000000024b8c3a35cc45007ae543c888f7c6343663b72b0788f 2,525 1.00/1.00 vMB 9
861,927 861,927 00000000000000000000bcfa55ef200a027c0300f176d91d9f360162b5753265 7,355 1.00/1.00 vMB 2
861,926 861,926 0000000000000000000160ae56569d0dff843bee21a51a9574cd7086421c22d3 5,420 1.00/1.00 vMB 3
861,925 861,925 00000000000000000001d1fe76b768424fc7b47e1ec8bbcdd9a9993f8f021bfe 3,201 1.00/1.00 vMB 4
861,924 861,924 000000000000000000011dd9b59c37f06a62f30acd289c4140fdd6fb09dcfc70 2,503 1.00/1.00 vMB 5
861,923 861,923 000000000000000000027206e7c0343744a2d6ee708af85bcbfa50805310f061 3,435 1.00/1.00 vMB 6
861,922 861,922 00000000000000000000eb50772e747260109279a789dc558aa2b78905787e9a 6,560 1.00/1.00 vMB 3
861,921 861,921 00000000000000000001d3199b00ce9fb5a6738689128893a06713dbdae1edfa 7,043 1.00/1.00 vMB 2
861,920 861,920 00000000000000000002c2a3b57af0b0a49c3536bc87dd0522f8d422d5322399 7,138 1.00/1.00 vMB 2
861,919 861,919 00000000000000000002395859337e58675a7ba0bea976c42ebef3278984ecd2 2,965 1.00/1.00 vMB 5
861,918 861,918 000000000000000000025e9da73bf14afd48d41552a1227772b86f41e2c6f371 4,419 1.00/1.00 vMB 2
861,917 861,917 00000000000000000002ef08333fb11a1a87548933b2a86c772ffb2b4d9f5c92 2,795 1.00/1.00 vMB 6
861,916 861,916 0000000000000000000232b8cc019a3b6a9939d45b46288f7fcc3550896ae663 6,212 1.00/1.00 vMB 2
861,915 861,915 00000000000000000002908e2d5b2ae748d1b3593df5a15211c7e36dd1fa4ece 4,563 1.00/1.00 vMB 4
861,914 861,914 0000000000000000000041762976a0bc6aae3023968f68fcf8ca614c4d179a3f 2,971 1.00/1.00 vMB 9
861,913 861,913 00000000000000000000827054a9a661362a2a359af653245080abaf79525e9c 4,903 1.00/1.00 vMB 3
861,912 861,912 0000000000000000000267ccaa1c697e99ffa88fca4f31c68b2489596774ea0e 3,032 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.00 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: 648.92 GB
    • Received: 13.10 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.