Loading Tool

Explorer IconExplorer

Memory Pool

76,205 transactions
27.29 vMB
0.06447126 BTC
Random Selection Loading Transactions
Max Size: 167.62/200 MB

Candidate Block

Mining Attempt 1a97c570f077ac3aaa0d6943f00de7a87862a1705c9fda9912d53b93cc4541a5
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root f82e8f15ed27a55cfac354d0b5ed0940c5fcab5692eff242ea426dc7b99629c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,000
Size: 1.00 vMB
Total Fees: 0.00647371 BTC
Feerates: 59.19 > 0.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (386,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
528,865 528,865 00000000000000000013c2d4f48eb4695e70b86c81b4e89310a601a283b33cfc 2,772 1.00/1.00 vMB 43
528,864 528,864 0000000000000000001885bf0fb485d9cdb547201e7199fe75a4c5afb2d22819 314 0.12/1.00 vMB 43
528,863 528,863 000000000000000000193c50498e94672b71e44b68bf04e52af370d20879e52d 1,920 0.74/1.00 vMB 36
528,862 528,862 0000000000000000002f0826bf164cc01743e90b7c74f161f4f2378c69e1d128 1,866 0.82/1.00 vMB 39
528,861 528,861 000000000000000000009b06a4e8152ddcbe45238b1a4ac958ba84b21b49c331 1,048 0.46/1.00 vMB 17
528,860 528,860 00000000000000000006c02e5590ce9006d3fb999c595d437077dd49e0157c65 2,959 1.00/1.00 vMB 50
528,859 528,859 00000000000000000020df456ac5e84b9a3790e4f9d79db97c9b6d0519f5fa9a 1,593 0.66/1.00 vMB 42
528,858 528,858 0000000000000000003729cd5fcc449a7a956db6b92268b5c057ade21bb215e3 49 0.01/1.00 vMB 41
528,857 528,857 00000000000000000031ce5b39d5941c53f4e8d7fe614e698dcb97bc80989407 2,040 0.80/1.00 vMB 49
528,856 528,856 00000000000000000033f11b58753b93458e3eed1d2422e572c6d837985a537d 378 0.20/1.00 vMB 1
528,855 528,855 0000000000000000002ec637d03c4b1609fc34ee79da9e80ccc00a1ed5c4e8d9 1,985 1.00/1.00 vMB 28
528,854 528,854 000000000000000000120acd07ce7d8e7325b4c978b49150a07cb5575c67bb89 2,277 1.00/1.00 vMB 20
528,853 528,853 0000000000000000001989c8b11558b9f5cac6ebf904ed985d5b82d62e8ad74c 3,013 1.00/1.00 vMB 55
528,852 528,852 00000000000000000018a2944b5ed4da15b594fdd8a21edccde54679aa9b4616 2,981 1.00/1.00 vMB 45
528,851 528,851 0000000000000000000fcfaccbe6b31144ac52e601df9daf6381a8669dc7ab43 2,183 1.00/1.00 vMB 38
528,850 528,850 000000000000000000336cb3a93a6ea4924b13cb01f34a1641afea26c5f2e1d2 1,553 1.00/1.00 vMB 45
528,849 528,849 000000000000000000137f6e1ec83f3bdce4311a8ed4d134a47483ee282491a2 1,265 1.00/1.00 vMB 34
528,848 528,848 0000000000000000000b4f501c43a9991e7e04f93a533eddf7715e936fb51fd9 1,373 1.00/1.00 vMB 63
528,847 528,847 0000000000000000002c9e26325e0b4758bb3fe180489902dfe16556a292400c 496 1.00/1.00 vMB 50
528,846 528,846 0000000000000000001303c1fa72ea5dcacf92037b0e5290f8fdb469f60ebfa8 117 0.04/1.00 vMB 40
528,845 528,845 0000000000000000002b6c81207d67bac0dabc51689666b62f84a1729cfcb4a9 958 0.38/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.