Loading Tool

Explorer IconExplorer

Memory Pool

82,598 transactions
31.30 vMB
0.09003432 BTC
Random Selection Loading Transactions
Max Size: 190.30/200 MB

Candidate Block

Mining Attempt 7e8078c76c3fec961675da0269d7af6a1b2e1f6c4644338758704dbf1713e586
Version 20000000
Previous Block 0000000000000000000037d82ec9e246b9e0bee75fb1bfb30aedb46f9d11ae3c
Merkle Root 03b47a336a22a661070902272b9da3852d7ddd64a0a7492a9c9029d68c90b8a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.01926566 BTC
Feerates: 480.19 > 1.93 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,232 (255,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,982 659,982 0000000000000000000b43e8556ccadb7f4ec4b0638f88bfb7089492b49fb3ca 2,501 1.00/1.00 vMB 80
659,981 659,981 0000000000000000000698b7dde0f5693bd32d4753111f219c2ad83da12de1d2 2,197 1.00/1.00 vMB 70
659,980 659,980 0000000000000000000720e142928b90b10bb2263fc165d1b13bd84672f6ce6f 2,494 1.00/1.00 vMB 39
659,979 659,979 0000000000000000000a8f1fa505de86e20908591420f28d52963d3b86388fc0 2,742 1.00/1.00 vMB 84
659,978 659,978 00000000000000000003afa4fb157bc0639166c2f0733ad4d2c7c79ed7c62af0 2,926 1.00/1.00 vMB 127
659,977 659,977 0000000000000000000a022afc88c7cdd6411b8b2e30fd656304332d58461363 2,564 1.00/1.00 vMB 65
659,976 659,976 0000000000000000000836b44a2a858774caa3cf43b26b64bb3b3c1a9b2bb0c0 2,745 1.00/1.00 vMB 70
659,975 659,975 00000000000000000005523ad69e325ffbbbd55bd3cc2914a4626fd370e26b14 2,379 1.00/1.00 vMB 67
659,974 659,974 000000000000000000091bc53d44e43e5b7c378f38629656b4f3879c375d7006 1,469 1.00/1.00 vMB 127
659,973 659,973 0000000000000000000b0ee6eaf2f24638cabc253adc08d07f0298af35e3113f 2,220 1.00/1.00 vMB 85
659,972 659,972 0000000000000000000664d977d498d0602d134e3147352e40ab35560c996ba9 1,781 1.00/1.00 vMB 17
659,971 659,971 0000000000000000000a3d69a1073388f6ae5e19f2958ea31cf8caf1a40bffef 2,055 1.00/1.00 vMB 86
659,970 659,970 000000000000000000020e07f0dfc668593cb13cacd56a0edac01551a65f61d7 2,505 1.00/1.00 vMB 58
659,969 659,969 0000000000000000000140269403bf038fb30ffa853b55ef5f3e02acbd253227 1,736 1.00/1.00 vMB 52
659,968 659,968 0000000000000000000191195b5bad3b74f1c6fbf57474e073a101b8a8d4a1da 2,471 1.00/1.00 vMB 100
659,967 659,967 0000000000000000000232549226067b5b68a5be1340501fd1eb8eea692a72a6 2,412 1.00/1.00 vMB 14
659,966 659,966 000000000000000000032d75900193f7f40c3e531cefa51255def7a446aa4e02 2,555 1.00/1.00 vMB 52
659,965 659,965 000000000000000000071abb792825b9656f21281af57478a2675ff5c3c8b670 2,153 1.00/1.00 vMB 40
659,964 659,964 00000000000000000005cb2b95ff9348e20a3efd5342bf2214f9431e85e40545 1,886 1.00/1.00 vMB 54
659,963 659,963 000000000000000000045c89759ee81534feb1ebed359e87e45c0d678ee29f94 2,482 1.00/1.00 vMB 71
659,962 659,962 0000000000000000000a49af77c4d69840308acd0f21c297d0dec9197a0cfdf8 2,399 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.79 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: 709.84 GB
    • Received: 17.00 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.