Loading Tool

Explorer IconExplorer

Memory Pool

49,390 transactions
29.53 vMB
0.08320148 BTC
Random Selection Loading Transactions
Max Size: 157.92/200 MB

Candidate Block

Mining Attempt a428499997d5d50c28f91660c03037497d167d926633fd389c0b254d46412f5d
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root cc92ce7f2ccfc4e7b4452238f0e047549f19040946d6d6e2601bb57965058e6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,637
Size: 1.00 vMB
Total Fees: 0.02433814 BTC
Feerates: 132.00 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (342,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,760 572,760 000000000000000000093d4ad37cdc01a20949b260a52fbf96ba8e234c82881b 2,252 1.00/1.00 vMB 48
572,759 572,759 0000000000000000000b38dc9d0ba2a30fa73085a7d0b5c393e70bdc9f2320e5 2,970 1.00/1.00 vMB 54
572,758 572,758 0000000000000000001eefe447e775285033df0ddd40e5294ff05675deab47f4 2,649 1.00/1.00 vMB 89
572,757 572,757 0000000000000000002382c3bbacd914fb04ae6206eacdb7949e94796b3e5e99 3,012 1.00/1.00 vMB 70
572,756 572,756 000000000000000000089cfc1944d700905d4ff8fdfc18c5efd4e8565b148f86 1,684 1.00/1.00 vMB 64
572,755 572,755 0000000000000000000e6ade9e87ac924170dfacd0fd09b297e058653f0ecee7 2,602 1.00/1.00 vMB 94
572,754 572,754 00000000000000000013bb09a6e841e11a988f64af7f3b8c8c7694326462eebc 2,838 1.00/1.00 vMB 72
572,753 572,753 0000000000000000001e2250474a0e98614ceb8880c2d944ed6ab6268180452d 2,763 1.00/1.00 vMB 83
572,752 572,752 00000000000000000008f125261151e5a1812f3f34cf80f375943c687a9ba6b7 2,597 1.00/1.00 vMB 71
572,751 572,751 0000000000000000001b4b5c556e5b0fba6bb71b0da3016e91149e0b2b9dab6a 2,848 1.00/1.00 vMB 77
572,750 572,750 0000000000000000002417420084e724af21d1e5c6d92b3b9aaae418f115f429 2,626 1.00/1.00 vMB 83
572,749 572,749 0000000000000000001990058340f17bb2bd91ece75e3b4e8b2089eda8ecf644 2,386 1.00/1.00 vMB 71
572,748 572,748 000000000000000000241cd3be362ef6ad3286996db1a07002282a53f69dca2d 3,084 1.00/1.00 vMB 64
572,747 572,747 0000000000000000001a82cd1b7adc2192568b26517378ff6360fd8c38cef320 2,834 1.00/1.00 vMB 79
572,746 572,746 000000000000000000281a467a2f64f5b0283f9fd40c0bc3678776d33cf75723 3,065 1.00/1.00 vMB 90
572,745 572,745 000000000000000000074512c8c18ea52d32eb4b9f23ea35b86df9a8a99817c1 2,807 1.00/1.00 vMB 66
572,744 572,744 000000000000000000246ff0621e94edde75374548bf663e568f622b93eb46d0 3,108 1.00/1.00 vMB 63
572,743 572,743 0000000000000000001fc0eb39605675ac6b11decb952d7f86a252b56bd3f1df 3,139 1.00/1.00 vMB 80
572,742 572,742 00000000000000000008a069d0fd979f3fcc7fd1964667752efabfc61db2a813 2,836 1.00/1.00 vMB 82
572,741 572,741 00000000000000000023fbce27c03fa0228e2fc215d3f482622fdadb5c043d3c 2,371 1.00/1.00 vMB 85
572,740 572,740 0000000000000000001a7130668dcf5a68c309206ce2308cffae7628e06bdc8e 2,544 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.59 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.