Loading Tool

Explorer IconExplorer

Memory Pool

78,237 transactions
29.31 vMB
0.07848608 BTC
Random Selection Loading Transactions
Max Size: 179.51/200 MB

Candidate Block

Mining Attempt d6cbfe96eab7593a4169afdeb39f0f3fe7d0fd24af1e05b44a0e8f0cfc2e8acd
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d0ccf152af440a1a74856ad2d16f76084f20d0e3248ced7099cdd5dfbc2324d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.01429821 BTC
Feerates: 301.25 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (364,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
550,586 550,586 000000000000000000071f11e412779055894aade931e47c3a6b3e4b63b6b000 914 0.53/1.00 vMB 8
550,585 550,585 000000000000000000236cf26c599779567747f3b88d6fc2cc15a9699c276e5b 1,689 1.00/1.00 vMB 18
550,584 550,584 0000000000000000001700422466fef1bbdf5e42c77a876729c0ad991d7ac5a9 280 0.12/1.00 vMB 15
550,583 550,583 0000000000000000000e4cfcd672a0ec3fd0c4e1e3f4dcf13e2ec4bc50e3880b 313 0.13/1.00 vMB 9
550,582 550,582 00000000000000000020a27a642f98ee91cd15ea0fd752885930fe2b77ca9f0b 546 0.25/1.00 vMB 12
550,581 550,581 00000000000000000022d58a610aefc5a296cb1ea97cfef214342d885ecc56dd 63 0.04/1.00 vMB 9
550,580 550,580 000000000000000000259864d428cc8305e60d7260b4902df21157637db5afbb 642 0.27/1.00 vMB 14
550,579 550,579 00000000000000000003405f44cf753997e4cefaee1ef9e1cb4cb8f1748f2982 990 0.77/1.00 vMB 2
550,578 550,578 0000000000000000000c1b7a87465c5b02a288272ee543b4ddffc34f47158fe7 2,782 1.00/1.00 vMB 16
550,577 550,577 0000000000000000001a3066114edd62ab166ab93a22717c9d059023f828d669 2,544 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 710.02 GB
    • Received: 17.01 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.