Loading Tool

Explorer IconExplorer

Memory Pool

41,981 transactions
26.77 vMB
0.05680705 BTC
Random Selection Loading Transactions
Max Size: 140.52/200 MB

Candidate Block

Mining Attempt 2d3799597ca50415ffa314a01452ee916c0a79df08cdc4d0233462d31c11280d
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a3b2475c60a0582cb3141070ad2894a63331d6fe2cb8394e27a69b7f35dc4c60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,501
Size: 1.00 vMB
Total Fees: 0.00730460 BTC
Feerates: 103.41 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (255,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,317 659,317 0000000000000000000390760699d6911276abcf0ff4fc6086814a4297157714 1,475 1.00/1.00 vMB 32
659,316 659,316 000000000000000000021da3662996f7e65282fd30ef22bb04ccbb31d14eeb41 2,266 1.00/1.00 vMB 60
659,315 659,315 0000000000000000000dcd2d685a0f21d47e3bf2e312d7b942eae61acf22322c 3,191 1.00/1.00 vMB 72
659,314 659,314 000000000000000000009601d28165ce061bfc4c9b919f8c5a2d1d0ea1e18421 1,808 1.00/1.00 vMB 66
659,313 659,313 0000000000000000000be03711602d838efbd087779e9e454d6c49bb5eea5324 1,217 1.00/1.00 vMB 12
659,312 659,312 000000000000000000079a6f04391eac0e9c2a48e390631621ba1f2a0562c1a4 1,587 1.00/1.00 vMB 12
659,311 659,311 000000000000000000088cbb394f270be940da1e20d92dd471ae9310db95ac75 1,982 1.00/1.00 vMB 32
659,310 659,310 0000000000000000000967896919f259bfb09e2e86fc238ade8e818d8c201d09 2,074 1.00/1.00 vMB 51
659,309 659,309 00000000000000000002f59c727b478ebacf851a541a70672a2351f127c1ae1b 2,247 1.00/1.00 vMB 12
659,308 659,308 00000000000000000006df35eb23f23148ee8b86e96c6954ee85ea24543b0d96 2,605 1.00/1.00 vMB 8
659,307 659,307 00000000000000000000f51c40dde698ca0aa0ff60262ac161ca245389694e8b 1,866 1.00/1.00 vMB 37
659,306 659,306 0000000000000000000525c4155352712143133bda076a3af03b53c1ae28725c 1,916 1.00/1.00 vMB 13
659,305 659,305 0000000000000000000dd6fb92327c1f7b41dd3834818d4f7b082ad2dbc1a09c 1,906 1.00/1.00 vMB 24
659,304 659,304 000000000000000000061c57a2d52944c7388007358f2ed88bbc586f60190822 2,487 1.00/1.00 vMB 30
659,303 659,303 00000000000000000005103d1036d3ea8127f2d58c9c3e58a3bc755bb139681a 1,798 1.00/1.00 vMB 43
659,302 659,302 000000000000000000064e0860892450afcf4d8e1c9a93b13a3c25c1eb5eec35 2,348 1.00/1.00 vMB 77
659,301 659,301 00000000000000000001f8587a347115f6d19906226ffe7315e24344867d0c98 2,137 1.00/1.00 vMB 51
659,300 659,300 0000000000000000000dcc261a3f0e301d960db14b8e85ec450f4cae05f8aeae 2,436 1.00/1.00 vMB 57
659,299 659,299 0000000000000000000bfc167839c8ea5e84de69439eab0cece4a1ec2c475680 1,758 1.00/1.00 vMB 40
659,298 659,298 000000000000000000090919b23534f3a5f3d8bb19397612a5c9335feebefba4 2,340 1.00/1.00 vMB 61
659,297 659,297 0000000000000000000ce33e69898afad6aa04b249cd2c41fde311298f27a51f 2,003 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.