Loading Tool

Explorer IconExplorer

Memory Pool

78,672 transactions
29.73 vMB
0.09978884 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt f8b321f227b2e219fc010f19c820efc177090710bde6344f7a7901c0d5d7ff26
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root f5b4b010cb416691464c32770c29726400a1fbd4c1d15da9a9f7a69d6960fcaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.03317484 BTC
Feerates: 301.35 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (364,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.