Loading Tool

Explorer IconExplorer

Memory Pool

87,796 transactions
32.14 vMB
0.14604444 BTC
Random Selection Loading Transactions
Max Size: 193.97/200 MB

Candidate Block

Mining Attempt b0d6c3cf0841aca635c423d965b520ff605495d712c896bb024d2248974bfd1b
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 31bb586c8d657e23217bbeed63cbf6ff37bd941900aadcfc47414123e2491c73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.05430050 BTC
Feerates: 911.92 > 5.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (450,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,523 464,523 000000000000000001ddd0d51f99c90f8c0e558fa61f4790a40e482beb58818c 1,016 1.00/1.00 vMB 147
464,522 464,522 000000000000000000da4d238166c9ea35231a6e779fb768eb56c992d0319a5f 1,941 0.99/1.00 vMB 172
464,521 464,521 000000000000000000175cf5eae9ed80a613a4f25c5449ae06db830d11839e8d 3,045 1.00/1.00 vMB 221
464,520 464,520 0000000000000000015a6b026052ca05f69e1c614b83fc9098dd0938e190f67d 2,585 1.00/1.00 vMB 210
464,519 464,519 0000000000000000020b14e15f85b5a1a430267a0891ca402a33c0421496ad56 2,392 1.00/1.00 vMB 179
464,518 464,518 0000000000000000006ec72ee186abe265b16c7273879c74ec608b157d8132d3 1,734 1.00/1.00 vMB 139
464,517 464,517 000000000000000000c1dbb3ee88b85f33e3250adb543e19b7b3affc1675b46e 2,774 1.00/1.00 vMB 241
464,516 464,516 00000000000000000218fda227d45a6527a384cd056ae2557c492c60fef68f73 1,742 1.00/1.00 vMB 136
464,515 464,515 0000000000000000013db842a3ee1004725c7ab330cf732a27a8518a3056de45 992 1.00/1.00 vMB 123
464,514 464,514 00000000000000000018614d01bacb86e188eb087f8930239301085b0c1bd2d5 1,479 1.00/1.00 vMB 109
464,513 464,513 000000000000000000a29f2a8ba9f61b45c1c29ae86efa63023b3a36f1a6b0ac 2,777 1.00/1.00 vMB 142
464,512 464,512 0000000000000000007e1deb78ce68aba9265a598f1f4411f250d80c9da380fb 2,045 1.00/1.00 vMB 170
464,511 464,511 000000000000000001bdeacf8690b4fa8777aed4db08df6a6a7e0fec1727f9fa 1,755 1.00/1.00 vMB 133
464,510 464,510 000000000000000000e4849a44b5330279138e23546f8f25a7abec4b80ef5c05 1,592 1.00/1.00 vMB 161
464,509 464,509 0000000000000000002963709ee46d98839ba652f7e82611262b6a065d3bf1ba 2,467 1.00/1.00 vMB 159
464,508 464,508 00000000000000000178af6d54c37d34ab35c74528bcd8ed0e3acbeacb6c5b28 1,976 1.00/1.00 vMB 132
464,507 464,507 000000000000000001086a1534d15ed0c1ac4549fe3d70a6be6da280544a8645 2,121 1.00/1.00 vMB 173
464,506 464,506 00000000000000000196c4255f5681a3733618fc06be78aa5a0e6f680c2e3172 1,533 1.00/1.00 vMB 139
464,505 464,505 0000000000000000009e78d6b1bae870728e2a4160a664d1ecaf93f2cdca0120 2,323 1.00/1.00 vMB 203
464,504 464,504 000000000000000001402824084f0559f5385e9c3ab5812c9c4ec358bad2f81c 2,120 1.00/1.00 vMB 144
464,503 464,503 000000000000000001d73bba97020a457a9d875bad8258fdf1bf8413f7e8ab3c 2,213 1.00/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.