Loading Tool

Explorer IconExplorer

Memory Pool

73,691 transactions
28.75 vMB
0.06854214 BTC
Random Selection Loading Transactions
Max Size: 174.30/200 MB

Candidate Block

Mining Attempt 3b42bba64577a05106d82a04439b1aeb154e795f15d967d276fa34cd106d82e1
Version 20000000
Previous Block 00000000000000000001cbb9345b353357076d577de541b2a8fbcb1d6fb429b8
Merkle Root 693137d2e6ca67b2b769b0d1562fe7b89d0a21b22672b4ac437635af48486b9b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,938
Size: 1.00 vMB
Total Fees: 0.00510953 BTC
Feerates: 40.21 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,434 (466,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,921 448,921 00000000000000000185ef19767fa9b5d4f35cb9423e2ed9bb2ee988b3914d77 1,463 0.75/1.00 vMB 73
448,920 448,920 000000000000000001ad4aa4c3b229797a66337552f0ebed7b00bbe80f7cdd58 235 0.09/1.00 vMB 81
448,919 448,919 000000000000000001fd8d8f75fefe1e5217563b27b53504e4b4054ab19f5f4d 668 0.33/1.00 vMB 75
448,918 448,918 000000000000000000de789f721f850d43c5ba31ad947dcc2ce4a2e6e6196e4e 902 0.49/1.00 vMB 72
448,917 448,917 000000000000000001c6c0aa3a75eee4431bd9b42e8737cdf40186f4bdbcd456 1,340 0.81/1.00 vMB 77
448,916 448,916 000000000000000000b8122fa63e215dffb9b60efa2eaabcab545c509f7e3972 1,365 0.62/1.00 vMB 78
448,915 448,915 0000000000000000033e72e8883d54cdfcb438b1c69f2f16f861c8a8011de932 2,153 1.00/1.00 vMB 78
448,914 448,914 000000000000000002802ac8d02341cb38a2d0c96f78ba6e843715bb53dc0d2c 474 0.26/1.00 vMB 80
448,913 448,913 0000000000000000008134692698125b65dffe9a6ae7b952b5b69f3db7a078a3 1,895 0.96/1.00 vMB 77
448,912 448,912 000000000000000001a0d615b3ec085ae586b88da82f3c321a4c14e34ef4855b 718 0.29/1.00 vMB 82
448,911 448,911 000000000000000001fd08a44a571f903daf45d814e614a94ba4625f94a8d504 240 0.13/1.00 vMB 70
448,910 448,910 00000000000000000094b6712750ea0a8b216c4eb66da7273abf92132a05c045 471 0.22/1.00 vMB 85
448,909 448,909 0000000000000000000dbc2853f4939baad1f09d086fa68a0105d79378bf7629 1,637 0.97/1.00 vMB 42
448,908 448,908 0000000000000000015278f089845eaa41753e61a0f97c54b364325ca74a6275 1,926 1.00/1.00 vMB 77
448,907 448,907 00000000000000000299c2f1671b0d8ef8416cd0790a03d3787af5564ee833e7 1,893 1.00/1.00 vMB 85
448,906 448,906 0000000000000000029d053e0ebe6a40db0fb47c5b24e30dbd751f0d767cfcda 2,112 1.00/1.00 vMB 77
448,905 448,905 000000000000000001c023ea24fa43b3dd0f88eb8cd32122eccb06ad1afede78 1,545 1.00/1.00 vMB 72
448,904 448,904 0000000000000000011f6c7240d11932c434fc7d4222170c410b8e5e178d1b1e 2,412 1.00/1.00 vMB 93
448,903 448,903 0000000000000000024afd5e6e37b1ee82de248755141eb69fffd0be346cb346 1,902 1.00/1.00 vMB 69
448,902 448,902 000000000000000001241e0833bf5e4d76e1684032d594c22b572f9cfde90522 2,233 1.00/1.00 vMB 95
448,901 448,901 0000000000000000003f1d078396b518d8af3a41385a1d5388f50ec9cafdf7f2 1,844 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

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