Loading Tool

Explorer IconExplorer

Memory Pool

50,416 transactions
30.25 vMB
0.14128394 BTC
Random Selection Loading Transactions
Max Size: 161.43/200 MB

Candidate Block

Mining Attempt 8dd4686f68eac3b7b16e7ed0d8cfdbb4030a8ad901bcce350f61b29fc670f9a9
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root d8e8e1850b254a7526934a89426296dcd03eb9a48cc6d9fa5c0be0d79405220c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.07128812 BTC
Feerates: 529.61 > 7.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (534,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,570 380,570 00000000000000000789d706e05d1c84a50601c153c9b8777fee495f3100f8d0 738 0.64/1.00 vMB 28
380,569 380,569 000000000000000005b1084c727435a6cb1ed9ae6a9df3b686e26958083eb940 280 0.12/1.00 vMB 39
380,568 380,568 000000000000000009395f606e02a4235ca30512ddc23895cdf15c16a787a906 577 0.40/1.00 vMB 28
380,567 380,567 0000000000000000004fe0cfb6ef99ac7eae4e2f5be53a843c218f0446e193f5 676 0.28/1.00 vMB 40
380,566 380,566 0000000000000000107e6ea94d28ed9a230102ddb8feeb0f29c1173ef8fb146d 192 0.25/1.00 vMB 11
380,565 380,565 00000000000000000609de60dc80dca91418ffd5bf795027a1d232045be38e38 570 0.28/1.00 vMB 35
380,564 380,564 000000000000000011e79ef808f1f6851c741746352908ded1855150ac6ac44c 612 0.30/1.00 vMB 39
380,563 380,563 000000000000000001d3cd3993f51c4f58a2e63682845c9eb110a622bad7f3ef 402 0.23/1.00 vMB 31
380,562 380,562 0000000000000000053b0fcd3c8ec940539e44f181c64c2e6a9d053e1c8985d1 1,463 0.64/1.00 vMB 36
380,561 380,561 000000000000000010abc90da5fc48777c4f8d3c63b396e7e1a820337b868bbf 405 0.25/1.00 vMB 28
380,560 380,560 0000000000000000057b7c606e67f139d3cc3d8107f743be3dc58d0d139a12ad 608 0.75/1.00 vMB 12
380,559 380,559 000000000000000007a164c2dbc3808435692f4a050679bd8106fd4e27a21b0d 2,537 0.93/1.00 vMB 52
380,558 380,558 00000000000000000cd77d6ec173fd8d1f37c910f23e1b8b2aad6be2d1fe1b51 496 0.25/1.00 vMB 31
380,557 380,557 000000000000000003eff768067d420d7bbdcb50e3d39a8cd75f3daf257c2830 1,235 0.60/1.00 vMB 38
380,556 380,556 000000000000000003c89ea381415f00a3e3d8bda658172af475dccf3df2a765 329 1.00/1.00 vMB 5
380,555 380,555 0000000000000000068ae032b5ab203b046d1530d406aa652abb924f1549509f 399 0.25/1.00 vMB 23
380,554 380,554 00000000000000000926b4aef9ab820a3327f5824d0d8a3b7e05129b3ef5aa6e 1,838 1.00/1.00 vMB 32
380,553 380,553 000000000000000005c16cd5e5d38f80771641024f3b099b8b1591a1802677bb 455 0.26/1.00 vMB 34
380,552 380,552 00000000000000000a73e2d6365d3cfb940534811890a051d7e4714bc4deec1b 446 0.64/1.00 vMB 20
380,551 380,551 0000000000000000014c0fba168c6574015f66eb7728a51b1efa258d651b0327 2,302 0.99/1.00 vMB 43
380,550 380,550 00000000000000000a673154b1358967caa59767d0290a4b5040ccf22b9a3238 1,433 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.