Loading Tool

Explorer IconExplorer

Memory Pool

71,820 transactions
28.14 vMB
0.06515206 BTC
Random Selection Loading Transactions
Max Size: 170.25/200 MB

Candidate Block

Mining Attempt cdbd57889b71978242f50eca7929364e8b71e6b286032fa04cc25b6033cecf12
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 544c738295c587bec065ca77c89b9a1769afbc65992a7cddbf0c9b21a981d172
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,292
Size: 1.00 vMB
Total Fees: 0.00371731 BTC
Feerates: 16.61 > 0.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (789,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,938 125,938 00000000000001306f86e2853423e434b3b52e414aa3ff26c7e0ed4aac1e5f58 6 0.00/1.00 vMB 1,674
125,937 125,937 00000000000025235bf04c3df8c5d502aad0cb506411bc4054919d41b6c5a902 4 0.00/1.00 vMB 0
125,936 125,936 00000000000042b7596e831a184e31a29ad087515a711d8d58bae6831223bc7d 6 0.00/1.00 vMB 1,638
125,935 125,935 000000000000263b07f1c4865366eb9525f1f663b5b24a4d408f718db92a39e3 12 0.00/1.00 vMB 338
125,934 125,934 00000000000002de6ae03832dd4edb57f59eb62a9c76f4fc1bbc323b6edf499b 18 0.02/1.00 vMB 1,183
125,933 125,933 00000000000010057d6a23c0f85272d6c397e00fe7a294f7dfff03f46765f83c 15 0.01/1.00 vMB 497
125,932 125,932 00000000000024826b429cbad9e4809df464eacee1862a2ef9488f673d84074a 19 0.01/1.00 vMB 917
125,931 125,931 0000000000003b044cbf6ccdea904416b7236610ad6fbc3bdb91c2d975100c2c 6 0.00/1.00 vMB 711
125,930 125,930 00000000000018e3d12bc6518f5ac58c7c35ec977bd4d47f8afc3315468d3943 43 0.01/1.00 vMB 248
125,929 125,929 0000000000000e6297ca52faee4676fae575905220cd7ab619dc9eedeec3c0d3 16 0.01/1.00 vMB 643
125,928 125,928 0000000000003034778c385cc26e7b95d73d71d534b1d754540b3090579858e5 33 0.02/1.00 vMB 530
125,927 125,927 000000000000208a9226530eab2b3dc49c39054d1533f6153c164060caf4299f 7 0.00/1.00 vMB 0
125,926 125,926 000000000000096c6e94dc2803d11faf0f8f1d1ffac02fb8b9a057093ed5f27e 128 0.05/1.00 vMB 1,381
125,925 125,925 0000000000001f857e07bc9203b15a8d472c18fe977763f8e9760cbe7d861616 1 0.00/1.00 vMB 0
125,924 125,924 000000000000096f85922ab2555044f45dc01b4e0d177b1b83003341dffc0c21 28 0.01/1.00 vMB 658
125,923 125,923 00000000000040fb9caf1a9bc8b8de4b3f55bb0f31faaae7c2e69cdc4edb4804 38 0.02/1.00 vMB 580
125,922 125,922 0000000000001168d8c91b130b6e44ffc5f936d6d5c344d01756e26d3313b112 1 0.00/1.00 vMB 0
125,921 125,921 00000000000001ae61b7d58f4359c88888f7db0b423fd73da843a5d9dd1633ea 20 0.01/1.00 vMB 1,366
125,920 125,920 0000000000001e84edb57fe140ba3c23b76c1dbb2ad5ff8ce98b416e5b0583b9 12 0.00/1.00 vMB 762
125,919 125,919 0000000000000a150890dc9ab1a9a2ac2aed7d2e4266ee39a87995db22597269 50 0.02/1.00 vMB 85
125,918 125,918 00000000000007a3ba15e70cb26e79cca5023676ca2eefca6d850e39dcec9c27 16 0.01/1.00 vMB 506
Previous 10 blocks ↓
Total Size: 783.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 750.21 GB
    • Received: 18.84 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.