Loading Tool

Explorer IconExplorer

Memory Pool

81,374 transactions
31.98 vMB
0.08378270 BTC
Random Selection Loading Transactions
Max Size: 192.00/200 MB

Candidate Block

Mining Attempt 18564467eb73937ed1ee899dcbe241197963fe740ef741cac4702b2a5f0e2698
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root cda2521ca4b039a0071830a1ca7f9d8df1a83cb2b498e2767bb2e0364a0c04a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,252
Size: 1.00 vMB
Total Fees: 0.01337536 BTC
Feerates: 119.03 > 1.34 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (364,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,607 550,607 0000000000000000000cc99d1c3f6ee2b74e2b9a0cf0cf863f8b8ac44595bc7b 2,903 1.00/1.00 vMB 16
550,606 550,606 0000000000000000001c481b2a9afb74016158ee41185ebb2cb59a0fa37b54d6 3,079 1.00/1.00 vMB 20
550,605 550,605 00000000000000000007bf5a460eafcb7f08e8f344031af34e13c1f630203b2e 3,291 1.00/1.00 vMB 38
550,604 550,604 0000000000000000002859f9d2cf33be87557eb8bcf74fd51a73fb132b3b59ea 2,924 1.00/1.00 vMB 27
550,603 550,603 0000000000000000000b4ed2fbcdf01a91d9314a5ca8f506cc981eb8314ec475 2,758 1.00/1.00 vMB 36
550,602 550,602 000000000000000000258901ba23daf8763ebb732de934bf61524532f9990be5 2,784 1.00/1.00 vMB 25
550,601 550,601 0000000000000000001e40cbe6f4420127405f45be4470ae7e92ff2f5fdd555a 1,717 1.00/1.00 vMB 32
550,600 550,600 0000000000000000000db3c0bf755a35baf1ab3aa8e07c025e5d815259d67389 3,061 1.00/1.00 vMB 51
550,599 550,599 0000000000000000000487ae4873343756cff614a10b72723681255d361a43dd 2,409 1.00/1.00 vMB 16
550,598 550,598 0000000000000000000e5b52cc471a11c6861b129595d4d9d31ed9b6ec6775aa 2,681 1.00/1.00 vMB 9
550,597 550,597 00000000000000000023636843741e430a548e25d77e3d64b32a23b1fe1b3009 1,876 1.00/1.00 vMB 18
550,596 550,596 00000000000000000026b9492316580fa78386ab0170cfa44f72c22aa2906c79 1,638 1.00/1.00 vMB 13
550,595 550,595 0000000000000000000df7f5b8a89fca6e9a58fc4b7ba688bfe0d6d2c8ea9ff0 1,862 1.00/1.00 vMB 19
550,594 550,594 0000000000000000001d3320ca585031620a9aff3a9e06295d267840800441d0 2,203 1.00/1.00 vMB 41
550,593 550,593 0000000000000000000ac018c9a4eb8e3c1159de1c12d54e3b9e5491697e7e7b 887 1.00/1.00 vMB 62
550,592 550,592 000000000000000000102f15a9ec613e53fbfabe7f8bae69f9ead08f50479753 3,040 1.00/1.00 vMB 20
550,591 550,591 00000000000000000010ecf9d8c077ea69e5b653de77dc9c993462422ef45dff 1,358 0.55/1.00 vMB 13
550,590 550,590 00000000000000000021a831003703d2eed48d4e793e70fc3c7d0b8022de4137 682 0.40/1.00 vMB 19
550,589 550,589 0000000000000000002005163f9af2de2ae3d8271a836b22b3c5de0040e54aee 1,771 0.78/1.00 vMB 14
550,588 550,588 00000000000000000028385e4206e34ec6bdebe7809dbd64d2ce8bcedb8449e9 471 0.22/1.00 vMB 17
550,587 550,587 000000000000000000014564635cf8fd72fdb0bf58fee47e0e19368a9fb71900 1,279 0.52/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.