Loading Tool

Explorer IconExplorer

Memory Pool

80,015 transactions
29.53 vMB
0.08839122 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt 714e8e7f0b18e81a1a5d53a76d94594b7d003d30171baee3796f8191d91e8538
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root e17bc4421ea5abd1d827c524567d665e2c84f85b5687e88c1f4bca4e7b0c06f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.02630920 BTC
Feerates: 278.95 > 2.64 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (521,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,605 393,605 0000000000000000018f491ce1b4334f8124c12d8a6f43571a5a45c733ac5eae 2,463 0.93/1.00 vMB 44
393,604 393,604 000000000000000003cd80e4ef3de07c7791df580c769385400876ee01e80500 2,317 1.00/1.00 vMB 36
393,603 393,603 000000000000000004f917d6f7881793500a5198142949dd58d399e128f9589b 2,764 1.00/1.00 vMB 42
393,602 393,602 0000000000000000060deb4bbf4ed68664e2bc833a933c959b5cc360617d202d 2,065 1.00/1.00 vMB 49
393,601 393,601 0000000000000000054454e9de7f6605d0d7a209adbedbffd0c8cf653bc9cf44 392 0.31/1.00 vMB 23
393,600 393,600 000000000000000007e2f8af1c8caa3a43f06d127f932e2df26885296bb5e3f5 2,104 0.93/1.00 vMB 38
393,599 393,599 000000000000000006d74ed637bed11e3edefa974d9c91e1d742c3227b9d4beb 481 0.91/1.00 vMB 13
393,598 393,598 00000000000000000217691eb435225d2975c9bb48baf5221477b0ec2254e410 140 0.10/1.00 vMB 22
393,597 393,597 0000000000000000051af8e50a308b354bd16ab9ad972f150062a90b59f8bbf2 2,328 0.93/1.00 vMB 52
393,596 393,596 000000000000000001151c7abf45e5b6f73e047198eb3181ad92546a3e81aee9 743 0.40/1.00 vMB 31
393,595 393,595 0000000000000000043c7fc99118ad62867c4dbc7467c2699b0986850eb542a0 1 0.00/1.00 vMB 0
393,594 393,594 0000000000000000025b3ccdb64de09a66c1f6d0e55d4c9bb55a05f99d710424 1 0.00/1.00 vMB 0
393,593 393,593 000000000000000009308f5cc851fce4a13ee4158af396907ce57c78fee88058 1,197 0.49/1.00 vMB 41
393,592 393,592 0000000000000000037203e2b9a5cf7327f3c75bbeb48430984a95e13e6b95d6 805 0.55/1.00 vMB 43
393,591 393,591 000000000000000006d84f1d3b26a7d0c8d778b4f657989236c24ad838af4212 1,519 0.87/1.00 vMB 34
393,590 393,590 000000000000000007cf7cc22506fe65a65d5411fd44dbfec7338b52ce515e5b 1,734 0.71/1.00 vMB 41
393,589 393,589 0000000000000000045246b924b43e8d0daef997d4799827560a8ced515b77ba 771 0.85/1.00 vMB 18
393,588 393,588 000000000000000007801c29fceb80a730b99ccb5b6ebdf92f896f12f0a8a0d0 1,428 0.92/1.00 vMB 33
393,587 393,587 00000000000000000676078a05b15b4a093faa31e4304759bddae418117fbede 2,205 1.00/1.00 vMB 38
393,586 393,586 00000000000000000338b27aa207372bf29439e2d6662c76d6d2615aee27942d 2,024 1.00/1.00 vMB 32
393,585 393,585 000000000000000008adaef7d1518991803908bfc10d81b2331906b58bd91e01 2,837 0.93/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.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.