Loading Tool

Explorer IconExplorer

Memory Pool

75,033 transactions
27.77 vMB
0.06940709 BTC
Random Selection Loading Transactions
Max Size: 169.25/200 MB

Candidate Block

Mining Attempt fc1bca2225de8ef0673b0a5ae751faa582ba4d7de434a6b93f507e106d862ed3
Version 20000000
Previous Block 000000000000000000013d05d8e07eeed9e42c45f154b4b1a21afed5c5408f6f
Merkle Root e84bca95b42df2ce5dd73e7354103e9bb8301b75befdde4b4d0b623fe21570f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,169
Size: 1.00 vMB
Total Fees: 0.01001292 BTC
Feerates: 128.50 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,277 (459,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,846 455,846 0000000000000000012be92b5ff3d83465a4cd5ad3d1ef1295a71497bc457ce9 2,036 1.00/1.00 vMB 168
455,845 455,845 000000000000000001da242e4cf956a3e04e0ad522a4d812f7daee10634dfe03 1,883 1.00/1.00 vMB 123
455,844 455,844 000000000000000000a89b383ecbedede4cf8e3e8f7637411a2d127afa53cb68 2,478 1.00/1.00 vMB 114
455,843 455,843 0000000000000000022279820c854fc3af0fcd83ed3085181a0ceaf5fdb19ab1 2,227 1.00/1.00 vMB 164
455,842 455,842 0000000000000000015f8517fa1d84839bec94789034ea33e42e613557a82070 1,155 1.00/1.00 vMB 164
455,841 455,841 00000000000000000021ef08863519f892ceb8967426ca47a7ff3161ce5bd300 2,145 1.00/1.00 vMB 177
455,840 455,840 00000000000000000081f8c55721cbad53e0bcc1b45af10e2509fba7f10ae1a7 2,731 1.00/1.00 vMB 115
455,839 455,839 000000000000000000f89782262b7c5ac53e559c6439465fa7de5cba453f743d 2,190 1.00/1.00 vMB 115
455,838 455,838 00000000000000000049be13ef63c1378ad1159a7a96832026a82a864e6f3a74 2,396 1.00/1.00 vMB 162
455,837 455,837 00000000000000000057564726aae82532ce02b0cbcdabfb1da6b1f01dd46b30 1,408 1.00/1.00 vMB 159
455,836 455,836 0000000000000000014bb12fa44f2d368a831bce4d91986af7135e8d547e1f45 1,692 1.00/1.00 vMB 155
455,835 455,835 000000000000000000c2c50d60ee84be9c0ad580a1949f9cfb3070b4d55f9344 2,972 1.00/1.00 vMB 238
455,834 455,834 000000000000000000f7fa4149be8c62378550991ab91e27d7466d03c5be7c5d 2,000 1.00/1.00 vMB 66
455,833 455,833 0000000000000000003ccd919d6527279d3db7feb11d4663d7fb7f57362a77e7 1,681 1.00/1.00 vMB 116
455,832 455,832 0000000000000000013f42f9dba755d137c57ddaeba526beedd193ba85ff874e 1,904 1.00/1.00 vMB 134
455,831 455,831 000000000000000001391b583d29913480b3950dcd62bf9cc0a5e277ff1733d4 1,228 1.00/1.00 vMB 94
455,830 455,830 0000000000000000002f75101d439ce6eabb5a1378923f2e22b14f9533105bae 440 1.00/1.00 vMB 59
455,829 455,829 0000000000000000018953cc99084806a91be5a46b2a9e6aead006dfd0f60458 976 1.00/1.00 vMB 107
455,828 455,828 000000000000000000750dbd73ab39104f61b3365652ec106bca408751f5249b 1,003 1.00/1.00 vMB 91
455,827 455,827 000000000000000001093b21bf90f336f6f2f9df761ead6c03d62521b7645f12 1,605 1.00/1.00 vMB 88
455,826 455,826 00000000000000000014c615b1152e0809c9052c098bde0644cf93dae5aa8233 2,248 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.