Loading Tool

Explorer IconExplorer

Memory Pool

39,223 transactions
27.42 vMB
0.05912458 BTC
Random Selection Loading Transactions
Max Size: 140.13/200 MB

Candidate Block

Mining Attempt ad27f168ccc88eda8596047aaa21a3b4a062a90cfcaace955a34b953b3aacd99
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 009e148f4996e7f5ec285a35edd860cc5d3ebe7320047b34283958db8f85aa45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,663
Size: 1.00 vMB
Total Fees: 0.00704680 BTC
Feerates: 71.81 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (912,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,770 1,770 000000006947fb1ec7bda93f3bdb54372faaea393807409c6c7cfa236da44c8c 1 0.00/1.00 vMB 0
1,769 1,769 00000000772003e7b81cac7d63a1195f55a321347eb0a6190140176906d64469 1 0.00/1.00 vMB 0
1,768 1,768 000000002b55f8cb48deb8d6b7dc0817df9849a7e2080d9648979f0fe45d2853 1 0.00/1.00 vMB 0
1,767 1,767 000000004a48edeb998d77a0ec1c558230878ad0fe24ba7f255d5bbc344570e0 2 0.00/1.00 vMB 0
1,766 1,766 000000008bff18478663187c769ea567d1e366b5b693b820f5a195e1f851521a 1 0.00/1.00 vMB 0
1,765 1,765 00000000f0c08a990808201c33ddfdbd066dd970d240542bb9331e43d7016bb3 1 0.00/1.00 vMB 0
1,764 1,764 0000000016d9d08f3cf31549e6e96689a9e3444e909c8682cf860f2b79dc2e39 1 0.00/1.00 vMB 0
1,763 1,763 000000003db92ea2d744dcb2a7a3b54a3d40496cced5a166ef5a1d328300dffd 1 0.00/1.00 vMB 0
1,762 1,762 000000007d95532530049dbbb1aea78bc0d0a71b8b9f07ec8871ff3faca8c28c 1 0.00/1.00 vMB 0
1,761 1,761 00000000e98eb630ca32444cb0621dea8818feea9039296ab322fc6f283f296e 1 0.00/1.00 vMB 0
1,760 1,760 000000003e029e3e141af6aa26bc2a7a212dc66af32434a7ca82bf2890183fc8 1 0.00/1.00 vMB 0
1,759 1,759 00000000d52d9d0b6fe6b9ec08096d3da59c3dcdaa2e29bef2dffdfc905f5f7a 1 0.00/1.00 vMB 0
1,758 1,758 00000000fe47c494b4ff5393c885888f6e1b134c09ab42e06d40bc795d9d9ed6 1 0.00/1.00 vMB 0
1,757 1,757 00000000f512066d0e3b2d3599420092efd44976a82cbf4d335beb947031e891 1 0.00/1.00 vMB 0
1,756 1,756 000000005ba792c43083919a3352d96da39563de6553a660b929071f90eff728 1 0.00/1.00 vMB 0
1,755 1,755 000000003a4e4b9193c3632d820ba93ec30f192c4bd0be902f6304edeeaca9a6 1 0.00/1.00 vMB 0
1,754 1,754 000000001346de321c79a533dea54f329d69acced37153324594e6b615775909 1 0.00/1.00 vMB 0
1,753 1,753 000000000c6bcf9721175a9eac5fb5ef240d9fa96b1ebb2ac30608788c055c5f 1 0.00/1.00 vMB 0
1,752 1,752 00000000f396ab6b62ba13ef214dfd15b1f17062da8d99742d63bbeeaa5a6a3a 1 0.00/1.00 vMB 0
1,751 1,751 000000005b5c1859db198e9f51966a1719e53efb00a3ae7f2d5489bb9e9db1df 1 0.00/1.00 vMB 0
1,750 1,750 000000003fb07cd6b88c2d72edacd4c9d168fa06c8c9859cd51a9eb593ff8f97 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.87 GB
    • Received: 12.08 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.