Loading Tool

Explorer IconExplorer

Memory Pool

80,468 transactions
29.96 vMB
0.12079985 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt cee8c4095093e4f927ca25e4a15e7a3967efd40293f976366036858f0bd3100c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 65b9b9b30642451bd3279006d515c21233af57aecb6945336743188064f8af54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 1.00 vMB
Total Fees: 0.04995252 BTC
Feerates: 242.90 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (343,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,914 571,914 00000000000000000013669dd33465460e1541a7eb13082ade300f80c87471db 2,614 1.00/1.00 vMB 63
571,913 571,913 0000000000000000002be038bb41d55a65b31d74eeb267ab1a7e2c42bcda26f4 2,759 1.00/1.00 vMB 91
571,912 571,912 00000000000000000000c2732a9df9e7fecbe46d92cbdb3d47e4e72f7a380fe0 2,564 1.00/1.00 vMB 62
571,911 571,911 00000000000000000005d83330c0d3c7bf4df3c502cc42f03cc602340d34cb39 2,539 1.00/1.00 vMB 76
571,910 571,910 0000000000000000002aea373d173fe32ef8a8d9088076303ce3524fd8e78529 2,888 1.00/1.00 vMB 84
571,909 571,909 0000000000000000001423c54480a0c40225650a06c7e40ea2c197e4aac62542 3,048 1.00/1.00 vMB 92
571,908 571,908 000000000000000000061f9b2d181925fd26312e21e8f83fd1b9ddf6e57fc89e 3,238 1.00/1.00 vMB 65
571,907 571,907 00000000000000000009cb3c3058ff4968d393e2ab75787ceb97b7568956efcd 2,904 1.00/1.00 vMB 81
571,906 571,906 000000000000000000239ae4a9ca20a77b25702f76adf117e616bc884ce34d7b 3,055 1.00/1.00 vMB 61
571,905 571,905 0000000000000000001cac5e4e780fbe2a2b92b127978ff6d05abfee62165f15 2,968 1.00/1.00 vMB 83
571,904 571,904 0000000000000000001cd8a1fbc6d96bb2b6f6dd88762740fa781bfe04b4d9fe 3,164 1.00/1.00 vMB 70
571,903 571,903 00000000000000000025639c97bebaf7a8f99ef542f086b9b7b1dd19bbbf5e6d 3,329 1.00/1.00 vMB 69
571,902 571,902 0000000000000000000737a5b3f670c2ca4220ed3d1c53a5b1528e6ed89b706b 2,857 1.00/1.00 vMB 83
571,901 571,901 0000000000000000000f6b6ce7d3e5bb099f26f7303b67f1ca4aa7870ea34f90 3,621 1.00/1.00 vMB 58
571,900 571,900 00000000000000000006b5608a2ce4c88a259c008d175a60e9b48cec34bf8929 1,997 1.00/1.00 vMB 78
571,899 571,899 00000000000000000007abfab751cd2176d22742f7b6a4c25a4bb3fe6e2f93fc 1,466 1.00/1.00 vMB 84
571,898 571,898 0000000000000000000991cd596febbb61380812404314c2c9b314096be7509d 1,941 1.00/1.00 vMB 32
571,897 571,897 00000000000000000013d3ac7158eef71c33292cc5a6293d6d82e2e26ec17034 2,707 1.00/1.00 vMB 42
571,896 571,896 0000000000000000000506ee965143c2da5d10b55951bb94e8cdf07e6526da03 2,885 1.00/1.00 vMB 75
571,895 571,895 0000000000000000000b2be906b25af79739940d2c4610680292d512228b51c3 2,775 1.00/1.00 vMB 30
571,894 571,894 000000000000000000135f3d875617f18f5a16d695dce7d2d00a722644934747 845 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.