Loading Tool

Explorer IconExplorer

Memory Pool

37,816 transactions
27.00 vMB
0.06380054 BTC
Random Selection Loading Transactions
Max Size: 137.40/200 MB

Candidate Block

Mining Attempt 521b5f99b6b0be1b5ece4fd5edc6f44e33a59bdb2f0b2831d6c7fb20d2bf5b35
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root d50e520eadeae80d2bdcd7c1506a86de0a0417059269319c0fa2ede3282695b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,854
Size: 1.00 vMB
Total Fees: 0.01300984 BTC
Feerates: 100.28 > 1.30 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (65,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
848,776 848,776 00000000000000000002f7c7e336bfbe5eb1c0271dd2e1195e1cb064dbb7d996 3,009 1.00/1.00 vMB 16
848,775 848,775 000000000000000000033d2158a1b831615b5dde1b17016c97277c68e61c9d66 3,776 1.00/1.00 vMB 22
848,774 848,774 00000000000000000000d0890ffda642f554c0bcdc78fcdddb1f340335fd6be0 3,536 1.00/1.00 vMB 28
848,773 848,773 00000000000000000002a96694a0aacb47fa676451d959e42e4cb14312a21336 3,289 1.00/1.00 vMB 35
848,772 848,772 00000000000000000003241ef5de990ee5626e7af9ad13d6c94e3684437f6ec4 3,191 1.00/1.00 vMB 35
848,771 848,771 000000000000000000014a5db51666cf23c47c64f69bd633ed5c113c1489ceca 3,546 1.00/1.00 vMB 36
848,770 848,770 000000000000000000012700592232c90d6901f74da540ae5b7450fa34ef3807 3,017 1.00/1.00 vMB 48
848,769 848,769 00000000000000000001608d255394ce36252ed3573de43c22eefd54631b8166 3,028 1.00/1.00 vMB 48
848,768 848,768 000000000000000000004e152a6645501ec17f4ba5f59e57a0d4af19da767cab 3,387 1.00/1.00 vMB 33
848,767 848,767 000000000000000000034a02f4697c0be743abb4c9be69a3cf8f56f98cfee049 1,534 1.00/1.00 vMB 11
848,766 848,766 000000000000000000032934e7b50b9010ad86c36f44b6996211b7e1ed0b3695 4,040 1.00/1.00 vMB 14
848,765 848,765 000000000000000000003d7f8b06affa60a8e23967516674750c77e3aaaf3f8d 4,803 1.00/1.00 vMB 18
848,764 848,764 000000000000000000022b43d798b42cb141ed77952dd6190d152c93a06315ce 4,210 1.00/1.00 vMB 14
848,763 848,763 0000000000000000000250ec72d5942d38d0ac6ec73f608a6271a35af562767c 5,319 1.00/1.00 vMB 17
848,762 848,762 000000000000000000030d83c44948c03f7f1ab2f9ff5a45479d4ed1d9d4357b 5,448 1.00/1.00 vMB 21
848,761 848,761 00000000000000000000e6bcee0f1d6d227905c0778d0e40338a76d775c5f486 4,403 1.00/1.00 vMB 26
848,760 848,760 0000000000000000000133cd576ad639dc0d40dcfa5381d6aea113da6bbe2580 3,442 1.00/1.00 vMB 23
848,759 848,759 000000000000000000019c40bd216afc9ead3eec622c0f4989e8887ce4a956a9 1,553 1.00/1.00 vMB 13
848,758 848,758 000000000000000000005554e25c33ecb3223e4b4919e175b9e30a014d3d48f4 2,241 1.00/1.00 vMB 12
848,757 848,757 000000000000000000010b7c358137932611e78474fad5f36f83b50d40ab9f2f 3,683 1.00/1.00 vMB 19
848,756 848,756 000000000000000000008f886e1ca45ce6d27d0d7431ff52066564c607678ad5 3,554 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.