Loading Tool

Explorer IconExplorer

Memory Pool

79,047 transactions
29.01 vMB
0.11587743 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt c51441b9520e3fe93efa3c943a485ed73917b64a7553e3fe09a19fca17167968
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 92b876c1a74330504ea3b3493a033ac3aa0abb50e462bb94fef1b108684dcac5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.04211319 BTC
Feerates: 602.26 > 4.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (276,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,985 638,985 0000000000000000000be9535b410bbeb965843214e4850126e468d361dc1787 2,661 1.00/1.00 vMB 12
638,984 638,984 0000000000000000000b334bd114fd8b4a27295687d5be2f0614f1484f56a8ff 2,071 1.00/1.00 vMB 29
638,983 638,983 000000000000000000064adf9fac6a36dbf8ea73b85d66ff04a6b67b7a7ddd17 1,681 1.00/1.00 vMB 24
638,982 638,982 0000000000000000000b41d9433ab4179b285dd9fa0fe2efe8b54d17f066240e 2,101 0.97/1.00 vMB 8
638,981 638,981 0000000000000000000c1136059dc483b44b6d61fc8f3f9b83e3656dd2b91d7f 2,791 1.00/1.00 vMB 20
638,980 638,980 000000000000000000076f3fb1cf6fe23843cadc3a3d979b4f9ba3a8c6dedfba 1,121 0.44/1.00 vMB 16
638,979 638,979 00000000000000000009f642ec4170938d1281dcaad3284461b2cf7fb9ac788d 2,033 0.80/1.00 vMB 16
638,978 638,978 000000000000000000010be4454bef8d612fdecdca398e93311ff1bb5f9335f1 1,948 0.71/1.00 vMB 14
638,977 638,977 00000000000000000011bb3b39487483932793d5b1380d33c53a24c038c879a6 2,640 1.00/1.00 vMB 23
638,976 638,976 000000000000000000025c65c6163247d83381caf6e3162abec54f88741f0244 1,095 1.00/1.00 vMB 2
638,975 638,975 0000000000000000000a624b1c2fe1e0286c000c650ffdf203c35a58b12f7700 2,148 1.00/1.00 vMB 4
638,974 638,974 00000000000000000007af71282dbf6019221decdd081d626afb63f92fbf49f1 2,463 1.00/1.00 vMB 26
638,973 638,973 000000000000000000100659419fc4642a60c2462ab9be6e52fc58206888085c 2,459 1.00/1.00 vMB 27
638,972 638,972 0000000000000000000ed5acefe1f22d0556eb94fa49e93afc0801aa22e412d2 1,557 0.49/1.00 vMB 7
638,971 638,971 0000000000000000000b71bfafd51116a8ce091d1e8114f4e16fd946e7ed19d8 2,278 1.00/1.00 vMB 20
638,970 638,970 00000000000000000000aa19f5cf5f33985221d009c9b9a51f0077389b66fddc 2,816 1.00/1.00 vMB 24
638,969 638,969 0000000000000000000a3837257002d655c56abae78431395a2755ae669d4442 1,015 0.34/1.00 vMB 20
638,968 638,968 00000000000000000003a470fa8c679bcc2c084948e0730e7c9cd3aec5be3563 1,921 0.78/1.00 vMB 13
638,967 638,967 00000000000000000006f6c75cae86e6c3cbfc5ef951fe3da5bd1341012dada6 2,780 1.00/1.00 vMB 11
638,966 638,966 00000000000000000004b69b3def2d49c8c94cc962d44d32252db4e52fa01239 2,335 1.00/1.00 vMB 34
638,965 638,965 00000000000000000009ce73a067554c882a9f6c18517a72b1bfa9d2bc8f9d75 47 0.01/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.