Loading Tool

Explorer IconExplorer

Memory Pool

78,816 transactions
28.92 vMB
0.11241603 BTC
Random Selection Loading Transactions
Max Size: 175.59/200 MB

Candidate Block

Mining Attempt 877af59df9d1d505b59df144075a98bc0fd30bc760848384bbeb6fcbd645301e
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root e6bb2f5dc0ee841e636ec09a72c4471124ebe153335c5701f505381135993f8f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,356
Size: 1.00 vMB
Total Fees: 0.04045962 BTC
Feerates: 602.26 > 4.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (599,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
315,990 315,990 00000000000000001ea4080f2e9178231cfe269c3398e415071ba524be3fe650 53 0.03/1.00 vMB 25
315,989 315,989 0000000000000000080e12ab5500f6c156e93ee36d9c5b30600c3749e1eb6236 348 0.20/1.00 vMB 22
315,988 315,988 000000000000000024a0aebdb845515161ae138373bd06cc317ee1742a9fb7dd 826 0.37/1.00 vMB 28
315,987 315,987 00000000000000000e6f8ca3a6ab98572dacd4592b9b2e806d5f5e685f8f7081 115 0.05/1.00 vMB 31
315,986 315,986 0000000000000000326b7a64c2e10863c6b7b5b316619826f910113ffcc6b016 794 0.39/1.00 vMB 26
315,985 315,985 00000000000000001a80f7d445824bb39f773e19f967af237bc2c7fe2f67d374 232 0.13/1.00 vMB 30
315,984 315,984 0000000000000000262b9ba14376ef38d962f0c3c8759497673042975bfbea86 574 0.40/1.00 vMB 26
315,983 315,983 0000000000000000208314ca8ad487907bb4b398ccfad11821863f0767c068b5 466 0.25/1.00 vMB 23
315,982 315,982 00000000000000000583d94a6360e22306333835e69592ad4a59091a8da9ea9a 249 0.14/1.00 vMB 29
315,981 315,981 000000000000000013feefae600e22955615d4a2fe5680b39145965c1bb51e8a 288 0.17/1.00 vMB 30
315,980 315,980 0000000000000000217643a3cf89567b31f0b8d131500728be7203a3a1a49d5a 865 0.49/1.00 vMB 28
315,979 315,979 000000000000000032212517573683cc7297dd1701652712545c69484a3bc678 484 0.23/1.00 vMB 30
315,978 315,978 000000000000000012b33edce001236ec38bb548272af9ba6d945738c04af370 30 0.01/1.00 vMB 34
315,977 315,977 000000000000000004e3414cffde68c761d3fbaef2e924ab9ac56c5984278039 35 0.01/1.00 vMB 42
315,976 315,976 00000000000000002ce5b15830114cf5084f5c934baa9a5e04c1c00716b115c5 1,053 0.52/1.00 vMB 30
315,975 315,975 00000000000000002cf0af37f721ab9d068ad74f0b55894baf8fb35c96c6d57e 978 0.52/1.00 vMB 27
315,974 315,974 0000000000000000020093aec3f6de686b9053e3133ab15c88a8fda894747ce8 1,067 0.62/1.00 vMB 28
315,973 315,973 00000000000000001de3e93a3b106f36e98fc652cc54a1d5ea7a0565a2fbe597 539 0.41/1.00 vMB 27
315,972 315,972 00000000000000000e101b7d8c1bf511ec5fc8e6a38ffe6bd345a6e02ef27bfb 280 0.45/1.00 vMB 14
315,971 315,971 000000000000000009aa943028a96c64fd2e0211c4366ee6feab363904090967 1,766 0.75/1.00 vMB 36
315,970 315,970 00000000000000001449445bc79cc84fa15fa0160e3100f008a5da15ea7259db 1,276 0.73/1.00 vMB 27
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.41 GB
    • Received: 17.53 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.