Loading Tool

Explorer IconExplorer

Memory Pool

73,247 transactions
27.07 vMB
0.06129681 BTC
Random Selection Loading Transactions
Max Size: 165.35/200 MB

Candidate Block

Mining Attempt e2eec66243450d4f86efd4d5caf6f5d58b857ed23e85a8dd9d522af340510aa8
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root b621c0ebeaed131c42a5d21150ea48955c1e3f6ad0053ed898bc3ae81d1520a1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.00395144 BTC
Feerates: 40.21 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (495,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,675 419,675 0000000000000000047065a0c4df5f9d55521552b88fd897e45bdfefb544c3a1 1,787 1.00/1.00 vMB 48
419,674 419,674 0000000000000000045285c4ccf936a5d036c5501bec64f3e9a66d0cac5c68a0 2,847 1.00/1.00 vMB 74
419,673 419,673 0000000000000000049febf845c96f46f58b028ed7ec012abd6cde76de727f48 2,601 1.00/1.00 vMB 60
419,672 419,672 0000000000000000050f53da4ae880d45465efd6ce777b4e5a2796b50b1f6847 46 0.01/1.00 vMB 60
419,671 419,671 0000000000000000006577f86f3b6c0142aeb1a4215f7da2d2350ac54c533d54 202 0.09/1.00 vMB 45
419,670 419,670 000000000000000002399f2297bb886793e4aa197f36fafd715827bf31e8e860 1,615 0.83/1.00 vMB 41
419,669 419,669 000000000000000003441f9bc9262a2ca669fed9cb2efc14e830d3a9bce66b6c 940 1.00/1.00 vMB 19
419,668 419,668 000000000000000003a41e88ff44fef9ef09060500ff2170ab71bc509c10958b 298 0.12/1.00 vMB 52
419,667 419,667 000000000000000001a1cc55fc3921d3a98435ea40d3b23f2b1c90ec8fa462d6 383 0.26/1.00 vMB 32
419,666 419,666 000000000000000001e3f3c87df09bd2548fed0bcd13b71e8a6cc47ee43ad2de 1,320 0.75/1.00 vMB 50
419,665 419,665 00000000000000000120f79b2c349769498eaa288840e2cfb9db5218baf9a919 1,174 0.99/1.00 vMB 24
419,664 419,664 000000000000000000620277ec678b37706329ea9c387531786fdd89167bf60b 1,110 0.44/1.00 vMB 49
419,663 419,663 0000000000000000017030d9a4c96549d15b5c9566a018a48fd36729408306b6 1,469 1.00/1.00 vMB 27
419,662 419,662 0000000000000000046a08ec32a8e45193b1d00caf567bacb9864b857a0abe31 2,195 1.00/1.00 vMB 44
419,661 419,661 000000000000000001d83c2f9eab27fd73a7e0f0fcb8faf14d05881a7c1ba2f6 519 0.77/1.00 vMB 18
419,660 419,660 0000000000000000044e352d445a1410cc8a2eb30a3d8bd61fa0646435341031 520 0.42/1.00 vMB 26
419,659 419,659 000000000000000000b90562cd9f7f0afcb037ef7f923e18621212f3f54f413a 2,541 1.00/1.00 vMB 55
419,658 419,658 000000000000000004a915c0cfc070a42c34f6f3a84bf9d3715f9e913dd07d10 1,604 1.00/1.00 vMB 33
419,657 419,657 000000000000000000ed39f4f888a6a78e032410988cf7bcdbcf45b8058cffec 2,391 1.00/1.00 vMB 52
419,656 419,656 0000000000000000020881a0cf5a444675747756584e22a793cf6eb1a5529d1c 685 0.34/1.00 vMB 45
419,655 419,655 000000000000000001789358977e4bd3093dc141ec05918d5fe2aaaa6b97cc54 439 0.21/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.