Loading Tool

Explorer IconExplorer

Memory Pool

52,641 transactions
30.21 vMB
0.09595724 BTC
Random Selection Loading Transactions
Max Size: 161.37/200 MB

Candidate Block

Mining Attempt e4b751cf89a20bc0fd1629763568a0a9cacd9b1ed0f05e75f7a7b7843073d2f7
Version 20000000
Previous Block 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c
Merkle Root 77fc66a625ef7e0e04fcf035a879cc5854fc2187a5d3c4e86a70a3fae4834d93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.02983401 BTC
Feerates: 201.13 > 2.99 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,261 (863,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,634 50,634 000000001865bb0f436e03b616beb453291be5388ba96382e73e63410307be56 3 0.00/1.00 vMB 0
50,633 50,633 000000001045b1d6287f271396eaaba85df39d247b87ca1cf0b7ed88770c8433 1 0.00/1.00 vMB 0
50,632 50,632 0000000015f9bc2d555da37d7d99b04e6048ee6a70a3b55fa782dc5abd6ecb28 1 0.00/1.00 vMB 0
50,631 50,631 00000000203afb69cc1df49b3b70aac292be31b3dc8e374097a412bd67899044 1 0.00/1.00 vMB 0
50,630 50,630 000000000419bb3196bbb62fddc13cd41ce04989d45c39ca628d39d9546b8e0f 1 0.00/1.00 vMB 0
50,629 50,629 0000000005cc816db837f11dc392370afc7e5c01160f478457398fd00fdd8cd5 1 0.00/1.00 vMB 0
50,628 50,628 0000000001c5bbe928d7e82f27e052a49c64a0cb45565150047ff857455e4f06 1 0.00/1.00 vMB 0
50,627 50,627 0000000016c7d9c6a0fb5753ec09fcf7dd6f43a4350634d8aa384fc23fcf7b4b 1 0.00/1.00 vMB 0
50,626 50,626 0000000015aee21d4abc459b7814c6d2668b5bc1f36e482fb2c604191dfc422e 1 0.00/1.00 vMB 0
50,625 50,625 00000000107eecc684c37e250b9285e955f537019a89d6eee8d1d1eb455d45ca 1 0.00/1.00 vMB 0
50,624 50,624 00000000048b265078286c1f1f07273993a8c1546d85005986222678b7079706 1 0.00/1.00 vMB 0
50,623 50,623 000000001d0baf2567c09436e841e95a2ac194e49e019f91772c108b6220a06e 1 0.00/1.00 vMB 0
50,622 50,622 000000001573f9b133a5cc7ec42f8eb65458702b06d390afc6038ddf424af14d 1 0.00/1.00 vMB 0
50,621 50,621 0000000016d4ee8399829889241763c9731b09457d4a950d9dade653f0664920 1 0.00/1.00 vMB 0
50,620 50,620 000000001052e8a48e2cc721372cdb38346adbc3f5cc35236207632d57ff4364 2 0.00/1.00 vMB 0
50,619 50,619 000000000bc6f33e393faf6b734f9b5086ba1f739780e24078ae3c74d5da7dac 2 0.00/1.00 vMB 0
50,618 50,618 000000000b1cb8bab71194cee67e23694f204084d533cad1d97b8589b2640d09 2 0.00/1.00 vMB 0
50,617 50,617 00000000126203f710e809ebad0939b82bc0bc1f77f21bb86b85d841a8848eb4 1 0.00/1.00 vMB 0
50,616 50,616 00000000037ff14d7aacb6f12d397a26ed99f09cf4fb19a46ae234ff4f03983c 1 0.00/1.00 vMB 0
50,615 50,615 00000000019b8f61b53b93bac63ac4f2442e4575312de53017799f9c4a5eef88 1 0.00/1.00 vMB 0
50,614 50,614 00000000120553a9d0152fea0f5642ce275620a71fd556e2ec48b642cdba1433 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.06 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: 577.83 GB
    • Received: 8.66 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.