Loading Tool

Explorer IconExplorer

Memory Pool

34,486 transactions
25.60 vMB
0.05730747 BTC
Random Selection Loading Transactions
Max Size: 129.95/200 MB

Candidate Block

Mining Attempt 98ea4f99db5cfbc7eb249d44d9161994622348c02759cba5379c74da51da0d8b
Version 20000000
Previous Block 00000000000000000002080e7528db223d32c3d8b0f23dd2551f9b2812c87816
Merkle Root 1e22fa54f6fecac6c287c7cbaafd2e04fed752d1452b6a4341b19bd9b99c434c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,860
Size: 1.00 vMB
Total Fees: 0.01071771 BTC
Feerates: 250.88 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,695 (75,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,073 839,073 0000000000000000000027746581a776f498556feeafe6ce0cf9c56c2092106c 3,181 1.00/1.00 vMB 56
839,072 839,072 000000000000000000000346486f13a72285e6af454d28ae01629a18ada1e642 2,077 1.00/1.00 vMB 49
839,071 839,071 00000000000000000000702ed90c12798261cff55f564b6403ad5fcd14452226 3,139 1.00/1.00 vMB 69
839,070 839,070 000000000000000000005c021a835d29c83cfd341acf592fcc34c61b27827e7b 3,608 1.00/1.00 vMB 90
839,069 839,069 00000000000000000001810b0b36eaf455bde1584e88a757799251f7bb597838 2,737 1.00/1.00 vMB 73
839,068 839,068 0000000000000000000073d4b8c2832e6e82569da5ee86a6575c6e1a7c9dd995 2,954 1.00/1.00 vMB 58
839,067 839,067 0000000000000000000294abf7bd92c02160c21de3e20231b49dd9b34dba815a 3,364 1.00/1.00 vMB 50
839,066 839,066 0000000000000000000219ae3c6defff5b8c96448cb4d4eff461a670c6885c4e 3,688 1.00/1.00 vMB 82
839,065 839,065 0000000000000000000199f3d63de8909290c517dab79935a68b96dc929e4cf4 3,572 1.00/1.00 vMB 70
839,064 839,064 0000000000000000000109eaf193320babec1f3c528d2079f7fc0a7b9aabf5ff 2,916 1.00/1.00 vMB 42
839,063 839,063 00000000000000000001a6f6bdfca3e48febdd2a72c6092ff3b677062a75c4b6 2,668 1.00/1.00 vMB 52
839,062 839,062 000000000000000000031d095fe035fe06ee3981b6a9c4c053389cef6295f58c 3,117 1.00/1.00 vMB 53
839,061 839,061 00000000000000000002ccc6f14cd2468d0ec3b66baded727b37359a59fa99ea 2,873 1.00/1.00 vMB 48
839,060 839,060 0000000000000000000026ba44ccaa04d826eb8254366a51d7354d5a807f4ea8 4,173 1.00/1.00 vMB 75
839,059 839,059 0000000000000000000113896a74528c3cb9ef7652b41ea71b861d02b8a8965f 3,384 1.00/1.00 vMB 57
839,058 839,058 00000000000000000002daf0a7b7484e32ccc8456f2a88b77e5edcf580289be9 4,604 1.00/1.00 vMB 84
839,057 839,057 00000000000000000000c469741f0e42306b1222ef19802d7ab0c76ee4f0d1c0 4,627 1.00/1.00 vMB 76
839,056 839,056 00000000000000000002d740a8e13a67f172e2e38d52e6f0f0453fdf574f67ea 2,521 1.00/1.00 vMB 62
839,055 839,055 0000000000000000000271afd1be2e8aad6fbe4f02dd6e4e70855376266d682a 2,741 1.00/1.00 vMB 50
839,054 839,054 00000000000000000002b1c73191823f47438a01828d0823132b51e66a305dfb 2,916 1.00/1.00 vMB 64
839,053 839,053 00000000000000000000acea2223489645db5686fe6cd4ce519e6d3e27f8ae7a 2,635 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.85 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: 638.56 GB
    • Received: 12.48 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.