Loading Tool

Explorer IconExplorer

Memory Pool

77,774 transactions
29.29 vMB
0.07927233 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt 8206641d5a6867e088fcb66d595786a02e63e0c66d06e87759692b1bd7ed1e04
Version 20000000
Previous Block 00000000000000000002055b4d853890d231ad2ac28db2cbc60442d9b176473a
Merkle Root 13f05c2f200473ef0c5eb5357e93db9ae592da5516528a7f12e805d10e9c6dc1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01711918 BTC
Feerates: 79.19 > 1.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,128 (300,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,176 614,176 000000000000000000018854a6f0ee54f5410e16319b337dc5741a7a92fee06a 2,763 1.00/1.00 vMB 35
614,175 614,175 0000000000000000000ef07a28e1d0997c88feb20a8c337d88eec0ca455f4335 2,435 1.00/1.00 vMB 6
614,174 614,174 00000000000000000003bac52d3261fc0c1b22f864fe9bc4456e6337ed1af46f 2,635 1.00/1.00 vMB 10
614,173 614,173 0000000000000000000210e3fa5b23125e216d3cc60999b90394ae039c52099d 2,795 1.00/1.00 vMB 29
614,172 614,172 00000000000000000005b3fa08056fead0c0e3f5031c0e016ec63d063c2c8267 2,625 1.00/1.00 vMB 34
614,171 614,171 000000000000000000090a299a5f0f578a5718e669b259ede9922068b0399c8c 2,156 1.00/1.00 vMB 25
614,170 614,170 00000000000000000000df025108191b164e3e51c1e3f257f667d34a6aa8b678 1,707 1.00/1.00 vMB 11
614,169 614,169 00000000000000000011ff1144e2013306c083216fcb51f4a1eba0969bf8b739 1,636 1.00/1.00 vMB 12
614,168 614,168 0000000000000000000411c7c5ec6c81732166f5ed4d1683faefe52e5ac5e1c1 2,338 1.00/1.00 vMB 21
614,167 614,167 0000000000000000000a8ddd8e77cb6c1c11228df38e7fe494e1f6f543bb5551 2,035 1.00/1.00 vMB 10
614,166 614,166 000000000000000000062af3e46fe183301c6176bdbf1ef1f1646448f43169bd 2,837 1.00/1.00 vMB 25
614,165 614,165 000000000000000000085920a33b3e7dce1fa7a04654443fabe0ef3ee13b9ba0 1,808 1.00/1.00 vMB 20
614,164 614,164 0000000000000000000f3b1a6469da4dfc7ea4a764d592cd8e2b00396d9372ff 2,621 1.00/1.00 vMB 18
614,163 614,163 00000000000000000007de00311432a82693a8e59c64440701208ccc86654a54 2,020 1.00/1.00 vMB 22
614,162 614,162 00000000000000000009f7b9bce489045aaa39aef643aa9c3c0831d7289a0400 2,262 1.00/1.00 vMB 24
614,161 614,161 0000000000000000000ca8a534f51c6624b48aa0845850d354361594e9afb396 2,474 1.00/1.00 vMB 29
614,160 614,160 0000000000000000001175489c9c84ecdb5e4fab188dab6b245e2c387b345104 1,224 1.00/1.00 vMB 79
614,159 614,159 0000000000000000000fd5eebe32be1f9207d5a5542ebf064c08e992118c47e7 2,503 1.00/1.00 vMB 41
614,158 614,158 0000000000000000000e97720a82258cd3c055c12b63556093606a287ec1b966 1,785 1.00/1.00 vMB 25
614,157 614,157 00000000000000000011892cb1d2bcb3db4c8d12862e4f8296949c8d07a7e95f 851 1.00/1.00 vMB 78
614,156 614,156 000000000000000000004b10993f1e7b22bb461dbe259530f39151a2da755aed 2,222 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.61 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: 671.96 GB
    • Received: 16.08 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.