Loading Tool

Explorer IconExplorer

Memory Pool

39,438 transactions
27.03 vMB
0.05413875 BTC
Random Selection Loading Transactions
Max Size: 141.22/200 MB

Candidate Block

Mining Attempt 1493fea5fd30f1882e2d11376d039f3497112b318ea7a7cd5a61ce6fd97dcd69
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 9f1ca7b86d67fe09eb1bb48906848dacc9405010d2c7d536c5e86a799af12089
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,062
Size: 1.00 vMB
Total Fees: 0.00416574 BTC
Feerates: 18.19 > 0.42 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (233,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,711 681,711 00000000000000000004731a1df404bffd2ff35c739f99a14cc0cd79682b4d1b 1,871 1.00/1.00 vMB 36
681,710 681,710 000000000000000000039d4681ed7e8d4b32fc4ac206468b6a3db8d0b11c643e 2,051 1.00/1.00 vMB 56
681,709 681,709 000000000000000000083c372a804b1a2eb888c11a14cd8e9c317073eeb52e6a 1,533 1.00/1.00 vMB 132
681,708 681,708 0000000000000000000b282af4ee2ea71af84422d133081b9747f390eaabf09e 2,180 1.00/1.00 vMB 154
681,707 681,707 000000000000000000042a78440e716834bfdf58bcfc1a859f413ee9b368cc97 290 1.00/1.00 vMB 6
681,706 681,706 0000000000000000000712c40be35fae5e28cd95a88af2f53492a2f6b0d9ad97 1,821 1.00/1.00 vMB 70
681,705 681,705 0000000000000000000a51b6bca2753b8d2c4a6edfd3c169789f36a159ac5ed0 834 1.00/1.00 vMB 9
681,704 681,704 00000000000000000005a67b5427bbc3dd81083d955f4141760760b5178fa594 2,593 1.00/1.00 vMB 63
681,703 681,703 000000000000000000091ba35ebe192496d6c5e12f4a5792fc330e1ed6f3e6ac 2,381 1.00/1.00 vMB 66
681,702 681,702 000000000000000000089e96a9e1fb42ec8466e8e9c4ae89b8b3bac10607f8b4 2,412 1.00/1.00 vMB 22
681,701 681,701 0000000000000000000a1d550959c0fc7a1dd335fbd71108739349d259abe9b8 2,360 1.00/1.00 vMB 107
681,700 681,700 0000000000000000000531005528a27acda27739df2fe02aede3f64d9f310821 1,611 1.00/1.00 vMB 63
681,699 681,699 00000000000000000001d6cc20e377c3558c98a5fd71e08367146d1c8c0cccea 757 1.00/1.00 vMB 22
681,698 681,698 00000000000000000004940b929479878da661a74b3db187985d2ef3c701ce24 2,326 1.00/1.00 vMB 61
681,697 681,697 000000000000000000010c2c41c96e3bdd5f59f37ab0e0ffc435ca16ea861279 253 1.00/1.00 vMB 10
681,696 681,696 0000000000000000000d90d1bb7bd3a1cbf5ab72de93b99d8d520e033c51c58e 743 1.00/1.00 vMB 15
681,695 681,695 000000000000000000083de29582aef6551cf6b49d9b5bdaac6a74a14fe91ed6 669 1.00/1.00 vMB 18
681,694 681,694 0000000000000000000a87a24df97184028f317bd986aa0fc9fc259cfa2e9162 655 1.00/1.00 vMB 18
681,693 681,693 00000000000000000007610b796f46d8fc01f4c1f97a9e6396d73cb5fe628ded 1,712 1.00/1.00 vMB 41
681,692 681,692 000000000000000000067592e9e36f52311bf2784e406de3388d06fcd2ef8851 2,388 1.00/1.00 vMB 58
681,691 681,691 000000000000000000095cc6ed78a39a26928ace76d55b35ab721fd7924b2926 971 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.15 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.92 GB
    • Received: 13.81 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.