Loading Tool

Explorer IconExplorer

Memory Pool

48,739 transactions
28.26 vMB
0.08071209 BTC
Random Selection Loading Transactions
Max Size: 150.88/200 MB

Candidate Block

Mining Attempt 607732123a547e9aeb1b96eff1c5ec482cd3fc3614c84ac6b2d9306faa25ed8d
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root dd4761fac4bed3dc2d86bb6c2f70ddf5b0e66a011dc1c6a0598990399253bd47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,149
Size: 1.00 vMB
Total Fees: 0.02683169 BTC
Feerates: 500.45 > 2.69 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (331,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,820 582,820 00000000000000000001e6a28c494bed4fc5b7aafbc0bb8639b976df324437d4 1,634 1.00/1.00 vMB 131
582,819 582,819 0000000000000000000abc6b430b56957823b33ef479606271d0d9af57aa1341 2,240 1.00/1.00 vMB 142
582,818 582,818 0000000000000000000136cdc0e5ec4b8c74e92b6b44c8f457c78ae023c2f30d 2,757 1.00/1.00 vMB 177
582,817 582,817 0000000000000000001d2eef7caebf7df8866a45dbb26bf4028943fbfc005568 2,391 1.00/1.00 vMB 162
582,816 582,816 00000000000000000010959a8c2e3d5ca0a794385516538d9827c1d037b6310c 2,758 1.00/1.00 vMB 163
582,815 582,815 000000000000000000113d6d4cb5a87e2066c40fccfe0a85423c5f0194db108f 3,312 1.00/1.00 vMB 201
582,814 582,814 00000000000000000016d448c1a2c131935a0e85196cf2976d798c5395832b03 3,032 1.00/1.00 vMB 129
582,813 582,813 00000000000000000016a2da5739c1fd0fa1d580839c8edb632800ebda2acc3b 2,195 1.00/1.00 vMB 136
582,812 582,812 0000000000000000000eaef17cad5cfb3e6ce630541cdca6caa7da2bc0afe1ff 2,590 1.00/1.00 vMB 111
582,811 582,811 00000000000000000019acc91f84948ee96f540c3144b460991a0aa9a8c2d3e1 2,642 1.00/1.00 vMB 39
582,810 582,810 00000000000000000011cc17f72dea9790b27033fe2d4fa79785b39a154ae0e3 2,280 1.00/1.00 vMB 82
582,809 582,809 0000000000000000000ee85864eb0e707e3c54d163c202292b2294fb3f901ab5 2,944 1.00/1.00 vMB 110
582,808 582,808 00000000000000000004b4bb4f3cf2c724f4c442b80bf0cbdda4e4cc9a489790 1,765 1.00/1.00 vMB 51
582,807 582,807 000000000000000000156ef7e888b151f2b6351698a1d0d442ceb7112ea927ca 2,728 1.00/1.00 vMB 84
582,806 582,806 0000000000000000001b7e97690bddc7f3bab808050ed5349eacea4f7107f84a 2,493 1.00/1.00 vMB 84
582,805 582,805 000000000000000000194f48b5f567b691835163a41ce556c4aa06efa0ae8f9e 2,728 1.00/1.00 vMB 93
582,804 582,804 0000000000000000000fe7f2288425bda18d9e62094b8bd8a52f958483bb18e8 2,419 1.00/1.00 vMB 42
582,803 582,803 000000000000000000120ac07203d6dbeacb78f63213d1032b7039a8f60f1e61 2,243 1.00/1.00 vMB 50
582,802 582,802 0000000000000000001604fc5fb2669251be44a3ace105b4a4c80d7d4a25d065 3,096 1.00/1.00 vMB 73
582,801 582,801 00000000000000000007e0cfe980d15caab6d1cc75f205c22cc777a4484cef49 2,768 1.00/1.00 vMB 134
582,800 582,800 000000000000000000175b0ff7303df315843046f0d82e9fb6101ddd0f97ad24 2,984 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.