Loading Tool

Explorer IconExplorer

Memory Pool

47,078 transactions
27.90 vMB
0.12923082 BTC
Random Selection Loading Transactions
Max Size: 146.38/200 MB

Candidate Block

Mining Attempt a143379c7a3239894147ca428cafb6d49810655c382a46720c85ee6eaa7a624c
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (342,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,764 572,764 00000000000000000021797e37a6d52313623d2b7b00c49aade6277d3fe116d8 2,757 1.00/1.00 vMB 83
572,763 572,763 0000000000000000001f2f5ad619bfe897eab299e42c215414a39e1ae7fa2bdb 2,164 1.00/1.00 vMB 64
572,762 572,762 00000000000000000008320b83e26c0a25663ce3aebba3217297940b29467533 1,339 1.00/1.00 vMB 45
572,761 572,761 000000000000000000057d1456a53537cefc3e5a1aaf4896c83de93ebda5e419 2,835 1.00/1.00 vMB 72
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
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.