Loading Tool

Explorer IconExplorer

Memory Pool

43,834 transactions
26.61 vMB
0.06608556 BTC
Random Selection Loading Transactions
Max Size: 139.75/200 MB

Candidate Block

Mining Attempt 833c29801bd1c22f6aedf4e8e5c8acc3fad725bde1964170fca37b82154915df
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root ac3e928e8fba9b7eced6025a14963d6e6d345b821be8f513341307d2c76ee4a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,655
Size: 1.00 vMB
Total Fees: 0.01717645 BTC
Feerates: 150.61 > 1.72 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (821,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,184 93,184 0000000000024b684fc6dc792fc479edd4f657c65fa9305efc405ad20ad4176b 7 0.00/1.00 vMB 0
93,183 93,183 00000000000319e088baa09eef5281cc8a10f2f37b4f80a996dfff44c745a56d 22 0.01/1.00 vMB 168
93,182 93,182 0000000000085d9868fddaf49bfdb0c9e70733b49b0f2f15e363641cddfcc6ab 1 0.00/1.00 vMB 0
93,181 93,181 000000000008573bbdc03899c98d9e074e39a1df154876f9145912ca860d65a4 3 0.00/1.00 vMB 0
93,180 93,180 000000000008946099fb8effc6824e6b559486067483136b966f3af96a820858 4 0.00/1.00 vMB 0
93,179 93,179 0000000000024e3c0a7d285d6e74ee44407cc03d38d555967ab23c6141774baa 8 0.00/1.00 vMB 546
93,178 93,178 0000000000074bb1419e6298fd4e224de0eefffd4116bc25eb9e0b2cf08efc2a 9 0.00/1.00 vMB 490
93,177 93,177 0000000000026fb9842c13063136faf485a07e8bba53310291c9d9c6fbe8133d 1 0.00/1.00 vMB 0
93,176 93,176 00000000000024aa75c19e802b13ef2ba3a82e0b9bb11278ef3e2a634ddff3c2 1 0.00/1.00 vMB 0
93,175 93,175 0000000000011baeefde1a93f867ccc4d14d0780493dcb0170bcaae3c745200e 2 0.00/1.00 vMB 0
93,174 93,174 0000000000064477ab06cad56d1cf7da09264ad58cb010aa510ab658821a81c7 4 0.00/1.00 vMB 0
93,173 93,173 0000000000084d942d410fcb38211a6bc1f7e3474400e0694a57bad157c1f380 1 0.00/1.00 vMB 0
93,172 93,172 00000000000216249e1f9b6b809869062bd5b764e4a2942b9fcc010882bdc912 6 0.00/1.00 vMB 470
93,171 93,171 0000000000029a8b0cc1dce716e8e4081e32b671226c0ce56482b8d9147ffd68 2 0.00/1.00 vMB 0
93,170 93,170 000000000004811015b1ee0aea7e5df7bb21e91130649352ad38ee2e480b0383 2 0.00/1.00 vMB 3,875
93,169 93,169 000000000003a037e4aafa9ef9f5af050181f5e4368376a2c712c2a9870b48c4 1 0.00/1.00 vMB 0
93,168 93,168 0000000000006aa703a826dcb8505c3d8dbca0e37812b9150745bacfa4b51f65 4 0.00/1.00 vMB 1,293
93,167 93,167 000000000004fc70fbae8fdd2f037aad524e41a9c39bb684d9d64a8aa9578833 6 0.00/1.00 vMB 1,133
93,166 93,166 000000000002c67448a4b2e72453c71b6cc7e3ba7f32b3cc4c59839692838098 1 0.00/1.00 vMB 0
93,165 93,165 0000000000041d89236918129da26bc20ac5275a892bb4b12d955c188d574c07 1 0.00/1.00 vMB 0
93,164 93,164 00000000000770fe6e1c4ecee258e2265a79682b655e8311409463833787af49 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.48 GB
    • Received: 12.94 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.