Loading Tool

Explorer IconExplorer

Memory Pool

33,407 transactions
25.23 vMB
0.06486588 BTC
Random Selection Loading Transactions
Max Size: 127.94/200 MB

Candidate Block

Mining Attempt 26712a77a083beeb038faf0e48fd456a84e0c8699426d94d9602c7faa33115ce
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root c4ec615a51afd7b727369204354861851c786d843ec4b6c546bacfd80203980b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,443
Size: 1.00 vMB
Total Fees: 0.01923557 BTC
Feerates: 101.64 > 1.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (431,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,753 482,753 000000000000000001020dd12e6aeb1a1a8488ff717f68342d922599f107fb9f 2,383 1.00/1.00 vMB 68
482,752 482,752 0000000000000000011a599bd057bf4af9e8847b594c16ef6927a127d1c28808 1,866 1.00/1.00 vMB 269
482,751 482,751 00000000000000000054b58c36b896d2f7216f36e4244d4f5a13d80e94aeadd2 1,503 0.99/1.00 vMB 211
482,750 482,750 000000000000000000ee65791932c3afd9228c2140f13adbb71aa67a18ce8528 1,562 1.00/1.00 vMB 214
482,749 482,749 000000000000000000d4db6e51af8cf7e4becb99ad9baac62ba12a0cad5c0d6d 2,211 1.00/1.00 vMB 447
482,748 482,748 0000000000000000009d3a18de00c3b2af235b991f962f21a95ef749f45158ef 2,113 1.00/1.00 vMB 342
482,747 482,747 000000000000000000ee68e3e38896a2dd578fe59fc88a588440951f93f1bbe0 1,635 1.00/1.00 vMB 424
482,746 482,746 0000000000000000008177c50cc4274bbcef8116e5c4728d3f37ab7950b28d9e 2,040 0.99/1.00 vMB 148
482,745 482,745 000000000000000000c96f2626691f8dc69f35fe482b112cf1b59e4f1b8a6a04 1,822 1.00/1.00 vMB 339
482,744 482,744 0000000000000000007bd7cac85f24ac869859aa74d200d8074e08fe61b92e35 1,846 1.00/1.00 vMB 384
482,743 482,743 0000000000000000001c3a629a3e3079ebb58568104716d5ba0db573dcf34737 1,708 1.00/1.00 vMB 329
482,742 482,742 0000000000000000009dc853cbcf967776b16e57ca0edde199c045819c1ca514 2,047 1.00/1.00 vMB 361
482,741 482,741 0000000000000000009c565f2494dfc0459731db4d8833eb21231900d983b691 2,095 1.00/1.00 vMB 403
482,740 482,740 00000000000000000099f0eb6c18cacf264e6eb56e2f803f6a8fd896f7b6f647 1,851 1.00/1.00 vMB 377
482,739 482,739 000000000000000000cbf88b2c279fc83613b7772f0388ba2b2d16fea2740919 2,194 1.00/1.00 vMB 483
482,738 482,738 0000000000000000007e9e4c586439b0cdbe13b1370bdd9435d76a644d047523 922 1.00/1.00 vMB 20
482,737 482,737 000000000000000000fd0c220a0a8c3bc5a7b487e8c8de0dfa2373b12894c38e 2,014 1.00/1.00 vMB 276
482,736 482,736 00000000000000000044196865b09d16e43c24c663bb9d57f94948c12afa97e0 2,070 1.00/1.00 vMB 359
482,735 482,735 00000000000000000036424e56d6333d513e6a73c752214593efac17217efcbd 1,157 1.00/1.00 vMB 171
482,734 482,734 0000000000000000012e0d1f69ebabe95a91b121ed241f53f15ecfc10392f066 548 1.00/1.00 vMB 107
482,733 482,733 000000000000000000bace38ca197c2832898733e31d62718e66ef73523f29d3 1,160 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.