Loading Tool

Explorer IconExplorer

Memory Pool

39,647 transactions
26.30 vMB
0.05474973 BTC
Random Selection Loading Transactions
Max Size: 136.99/200 MB

Candidate Block

Mining Attempt 6637ae1a9bd178b2b7d4f6fadf6dbf495c3c6e494d46b4d206f29d7be229dd4c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 431b6d1e1b68a0ece202ec75065fa911cd588ca01962bb67f07ca10e46f1e6c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.00650363 BTC
Feerates: 50.27 > 0.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (580,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
334,320 334,320 00000000000000000f7faea27bdb61b53dd36a23e7f9a47858a910a172ec2bb8 100 0.07/1.00 vMB 6
334,319 334,319 00000000000000000079e50af196e4abd8d5575799e02fe54219baf9827d0c9f 742 0.43/1.00 vMB 24
334,318 334,318 000000000000000010a4db416826269d62be5c36745d4b40107578c42c7f73d4 454 0.31/1.00 vMB 24
334,317 334,317 000000000000000017a59cb676c3d3c7a78684916a99e494ff276cc590d9c832 902 0.75/1.00 vMB 16
334,316 334,316 00000000000000001129ae1e0311ace46a30eb08bc067815a2aa03197e7b78b3 536 0.75/1.00 vMB 14
334,315 334,315 00000000000000000567ca480f3d2b3c540bff027652d9f538a31d2225d9f800 1,356 0.75/1.00 vMB 24
334,314 334,314 000000000000000006b9c7ffd0e7c1b3d6cef5be5912fd1a81ac794885077582 319 0.75/1.00 vMB 12
334,313 334,313 000000000000000002bd325b4890a5f9427cb14a9605f984db02ec96a5497da3 1,574 0.75/1.00 vMB 31
334,312 334,312 000000000000000010f5baa5e341da38a74161f7aabc7033323c2739b7c6d799 638 0.75/1.00 vMB 17
334,311 334,311 000000000000000003a8d38b9fe6287a8e0b562610c06a0c1c1fa25f23b09f70 1,312 1.00/1.00 vMB 20
334,310 334,310 00000000000000000a808a4ee11e411aa7880707b31f784a3a2167e672ed8517 1,846 0.90/1.00 vMB 26
334,309 334,309 0000000000000000013256ca70d8e8ed29ce74a1b217c9178d4b78ee72d4fbff 1,144 0.35/1.00 vMB 46
334,308 334,308 000000000000000011b04ede6bb963a4f1fffa8585ac25dab1b6d6899fa93d5e 1,833 1.00/1.00 vMB 26
334,307 334,307 00000000000000000e23812be66d3bd9239d4dc97849e752a300ae07ee46d6b9 308 0.50/1.00 vMB 14
334,306 334,306 000000000000000014c8a8aa063e293c931340630be25b80aa24c44b6fc81330 242 0.35/1.00 vMB 15
334,305 334,305 000000000000000010a8652daeed4bf4cf6b22368763c4a19e5dcf00395104ee 1,475 1.00/1.00 vMB 21
334,304 334,304 000000000000000011aeb8667b1f0adb94720e965e9f886d6360fc757eebf84d 2,041 0.75/1.00 vMB 36
334,303 334,303 00000000000000000928a9276740ea0f624cab7a2ba36b8459cbc02b1bbe3eca 64 0.03/1.00 vMB 40
334,302 334,302 00000000000000000cbf690d47c551192f29c1887dce1074e452eaf350072e58 736 0.54/1.00 vMB 21
334,301 334,301 000000000000000016ef188cfbe1ab818541c2cd55d16f31cb2b023fd5f47ffd 172 0.14/1.00 vMB 19
334,300 334,300 0000000000000000164463cb40eb751e45df6b2cb9be314e9c216a50ac8a6685 366 0.22/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.23 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.02 GB
    • Received: 14.23 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.