Loading Tool

Explorer IconExplorer

Memory Pool

46,170 transactions
27.79 vMB
0.08186971 BTC
Random Selection Loading Transactions
Max Size: 147.01/200 MB

Candidate Block

Mining Attempt 7298e31084c822113844b3f3a56e959c707fde3b922675d08e4700599c5a2ee2
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 13c83f09705d43585ad8d0bcfa00885d0a97beb61708c39ce00c3ac3247243cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,876
Size: 1.00 vMB
Total Fees: 0.02829849 BTC
Feerates: 192.02 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (255,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
659,296 659,296 00000000000000000005b22612da2b93a4877e24f6d303a9ef1e81227622211a 2,746 1.00/1.00 vMB 79
659,295 659,295 0000000000000000000bf3bf8a5674a440509ca03be8b483d6d1eb31530a7e3a 301 1.00/1.00 vMB 4
659,294 659,294 0000000000000000000d6ca08bb1c6e5bf6784c0d390dd5b3d7aa739441c90f0 2,696 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.22 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: 654.77 GB
    • Received: 14.19 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.