Loading Tool

Explorer IconExplorer

Memory Pool

43,376 transactions
26.29 vMB
0.05519023 BTC
Random Selection Loading Transactions
Max Size: 138.39/200 MB

Candidate Block

Mining Attempt 59da86460af5c7870ec01f00ab4a8edc2222ab31ecd343814a8dd5c749b55b42
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ddf925cb399e53832006831c28ee0e65ecb3b25a144fe750c5d50363305dd8ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,829
Size: 1.00 vMB
Total Fees: 0.00720590 BTC
Feerates: 100.28 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (848,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,841 65,841 0000000004abb3cbfb11b57ec5ebfbf91be4bbf4bc044c0b3f8fbaf55336bae0 2 0.00/1.00 vMB 0
65,840 65,840 0000000000e1cb6960fab76e495724395c526e75aa899582a2dd5b6ecf8fce25 1 0.00/1.00 vMB 0
65,839 65,839 000000000331db89f134ed6d98bc3cbd923b41c193b8cd31df3a60ba0fee31ff 1 0.00/1.00 vMB 0
65,838 65,838 00000000052f71a5b3b364550658816d9036332ee7fcefc3de8a0e1291d5f80b 4 0.00/1.00 vMB 0
65,837 65,837 00000000057e78ce7243157b0a8a5c2c62bc985cfae8ac906498c29a8d964c7c 1 0.00/1.00 vMB 0
65,836 65,836 0000000009aab4bc427350624989474d9e0be32bbec038401d776cf5cb99381c 1 0.00/1.00 vMB 0
65,835 65,835 000000000628a07a4f7af4f2a5dd57e70818bdbc0a1348323e068e78c6b05d19 1 0.00/1.00 vMB 0
65,834 65,834 0000000007f4e531340d923fe2105cea7440c6bd9506c290dd8560ef90db6c22 1 0.00/1.00 vMB 0
65,833 65,833 000000000a477880b9b4d84ac59cf9799728cdd3dd4ad917a8affcca264db61f 1 0.00/1.00 vMB 0
65,832 65,832 000000000a7a97a1dbfc373244b79769604818b7815836feca9603e24a317e42 1 0.00/1.00 vMB 0
65,831 65,831 00000000061275c498ed38e716e47b4686ac0fb0f85ca8c2f9603fc06de8d210 6 0.00/1.00 vMB 0
65,830 65,830 0000000003838bc669fb9513ec609d521965e80ae35e430cfda1d8b017976de9 1 0.00/1.00 vMB 0
65,829 65,829 00000000014d66eaf24685dc5a1029aa855efac06e0892b9f89d82ca76626a42 1 0.00/1.00 vMB 0
65,828 65,828 0000000009f1d0774ed93e3b9a1e34b2cce6770061ff3a81d8295b7005173b24 1 0.00/1.00 vMB 0
65,827 65,827 00000000013546b8a73de57e66d2ebe371134e7cbb0662f3aa711ea4ba2533be 1 0.00/1.00 vMB 0
65,826 65,826 00000000098a19c88a5b12ed576bcc03cfc33bfb8bb8da7e32ad759b68081050 1 0.00/1.00 vMB 0
65,825 65,825 0000000004f63bc893935b045badb233d1e23ae3d4b7aa301a5ed31baa3467a0 3 0.00/1.00 vMB 0
65,824 65,824 0000000005d3d6b01886d4f4bd9553e17069dec74b2e1979161861cbb80e8255 4 0.00/1.00 vMB 0
65,823 65,823 00000000040d3b290e21445567699b82f8254cb88b61be987572d9a7c5d1d36a 6 0.00/1.00 vMB 0
65,822 65,822 0000000001d2b2a9e6bb696ee06ef29935890934ca4c90b1aa31504741be1297 1 0.00/1.00 vMB 0
65,821 65,821 000000000033bef3f3dd6b1a9a92a2ed109c8262395837d0a00117a2714b3948 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.