Loading Tool

Explorer IconExplorer

Memory Pool

71,576 transactions
37.14 vMB
0.32270691 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt a04fca2de2304e5100e696fa31532651e84494161648d1f9dc777f5a89ba9dea
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 0ae096a5f99beb466e880ae4552ee77691654b5a6c8c1cfd0a14396642e0702a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.12786858 BTC
Feerates: 477.45 > 12.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (797,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,622 116,622 000000000000b33596d5be237833b72159122a8f4f3f52079d50ad942d5e927f 13 0.01/1.00 vMB 160
116,621 116,621 0000000000005872ef6e4212550b44b23942f074123f75622d1888274c9b3dfc 166 0.05/1.00 vMB 65
116,620 116,620 000000000000a302455e66a546bfaa42e6543f8d063123162683c21aef2b8d22 10 0.00/1.00 vMB 0
116,619 116,619 0000000000002e7734f4d1bad6afcf83b4e574d9c1625ea3ba0a970766dad876 11 0.01/1.00 vMB 1,245
116,618 116,618 0000000000008b14822797a85359e42d0c32c9f0d9aede808bb25410e5df6993 14 0.00/1.00 vMB 1,023
116,617 116,617 000000000000048f5e5f914da699a76c463631ad3d5be1f4527fea4d246922e5 21 0.01/1.00 vMB 0
116,616 116,616 000000000000acc44c2afba92c2a383e7c23db2dc27dbba53adad7d9ceeb5061 13 0.00/1.00 vMB 674
116,615 116,615 00000000000022b2384e8bcd8bee50739dd3e8666588a67d45b38816d7d8f4c3 11 0.00/1.00 vMB 352
116,614 116,614 000000000000473638edb8351524588c2826814353a13acfe7ed55eca987e922 10 0.00/1.00 vMB 0
116,613 116,613 000000000000ca0dc3abe818d456c364a01f8b5ada8eec3ad8cecd67db0d9ed8 11 0.00/1.00 vMB 661
116,612 116,612 0000000000004b7538b131fba2a9922275100925e9cd57cd517be3ba2f52ed4b 11 0.00/1.00 vMB 0
116,611 116,611 000000000000a0d563ddf2949a591384de536da09f89b9601e71489bb9c302d1 11 0.00/1.00 vMB 652
116,610 116,610 000000000000d0bea3f9a618bf8fdf9883dd43b9b7c61758178cf0937a55ba40 12 0.00/1.00 vMB 335
116,609 116,609 00000000000056177fff088c205de167e884a5e48a408cb6d1d1ceba27002a80 11 0.00/1.00 vMB 662
116,608 116,608 000000000000d7898acd0c8c1e873a837dc2d2915491fea9c37b1b0fcccb664c 10 0.00/1.00 vMB 332
116,607 116,607 0000000000004870de4502e4ba2e37ef1c359a4d13b4ac75c85df28fe0f9595b 13 0.00/1.00 vMB 841
116,606 116,606 00000000000088b45009fff04015531e1878f7451bed6627dd91ee88eef75b3c 23 0.01/1.00 vMB 511
116,605 116,605 000000000000378b0d1f2477b8cb888e3c4ccdbfd2d99878a5303cfcc4f5e25b 22 0.02/1.00 vMB 421
116,604 116,604 000000000000bfa0f24d5032e62018ec94fda909396b68442c14f012df96fbed 10 0.00/1.00 vMB 228
116,603 116,603 000000000000d7543a4539277b5321af3bffde0a781aa5ecf5c9f2fc7157812f 1 0.00/1.00 vMB 0
116,602 116,602 0000000000001ee2ee77e81890157ea11fbfb86a0ec6a1c31eac83f030eaba06 20 0.01/1.00 vMB 584
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.04 GB
    • Received: 10.29 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.