Loading Tool

Explorer IconExplorer

Memory Pool

48,741 transactions
30.41 vMB
0.09098794 BTC
Random Selection Loading Transactions
Max Size: 162.59/200 MB

Candidate Block

Mining Attempt cd13f92752dd07ce589363d9706f92025ff7ecada8391a14094284ed3455c4ea
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root b0955a51f0b0eb7223a03049cf004b25b23d61ae5a18936ab0bf160854f000e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,246
Size: 1.00 vMB
Total Fees: 0.02923951 BTC
Feerates: 101.56 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (338,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,963 575,963 0000000000000000000a8f5aeb43bb24432bdba3f9dbb213508c7292c80ebebd 2,183 1.00/1.00 vMB 82
575,962 575,962 000000000000000000114cf14bf11d75bcc55f8bf120457da33aec6e99ba9973 2,756 1.00/1.00 vMB 90
575,961 575,961 00000000000000000009d9773f6a76815f8d25c91f646b3257748a29a1b882ab 2,946 1.00/1.00 vMB 105
575,960 575,960 00000000000000000025a43a11f54d29fa3e38ec52afbbd1e562e88c4f53bb1a 2,952 1.00/1.00 vMB 141
575,959 575,959 0000000000000000001fc20afd5dd3bd36a084f30a60d4b6db663d33c95a2d3b 1,714 1.00/1.00 vMB 25
575,958 575,958 0000000000000000002285240b933a1481528e47bc009ab50059246b3aec078f 1,873 1.00/1.00 vMB 31
575,957 575,957 00000000000000000003b1f7563f536d219d729116e39918de103277c9ed2c91 2,188 1.00/1.00 vMB 29
575,956 575,956 0000000000000000000d23d68cf70cd89b48c251186de10f344afe04e76b33e5 2,235 1.00/1.00 vMB 80
575,955 575,955 0000000000000000001e43f03c821f0d95d0ea8a2f09bf9e1a53deba0e34eb18 812 1.00/1.00 vMB 4
575,954 575,954 00000000000000000015eec2443635e3f492da10bbff51c0906f605c16ca734c 1,327 1.00/1.00 vMB 14
575,953 575,953 0000000000000000000ddc22bed2e4fcaed9eeadf83b64c8eb0153bf1a44ef3b 1,730 1.00/1.00 vMB 19
575,952 575,952 0000000000000000001cc7eb7a870af98a55f593ce0e16360d44094f056a372f 1,432 1.00/1.00 vMB 13
575,951 575,951 00000000000000000004d1fe3d5d3d0268bbf44725cca003551128c9f69e1a76 2,826 1.00/1.00 vMB 92
575,950 575,950 00000000000000000009f5b281217cabdba84f1db7d965448efa43d4216c6922 2,448 1.00/1.00 vMB 61
575,949 575,949 000000000000000000149e0bf3da4a57de19d60a9c3ffcf58042b1b37b601150 1,774 1.00/1.00 vMB 38
575,948 575,948 0000000000000000000206c77f8d92101f6ae3a466cd58997d354fd12b5c8668 1,871 1.00/1.00 vMB 57
575,947 575,947 00000000000000000005df11795f7ecbaea860dc1ef864ce33b314e0f38fa284 2,527 1.00/1.00 vMB 13
575,946 575,946 000000000000000000280f0bca0b5793fd29e28c01a13b914a0ba3e800f8e452 2,612 1.00/1.00 vMB 31
575,945 575,945 0000000000000000000cbfd685bf423b541e4be9c46459f7c456212837291d5b 2,569 1.00/1.00 vMB 80
575,944 575,944 0000000000000000001a4c9ffdf8c05d3b36517cdbf7c32eeb9fa9eadc20ee74 2,510 1.00/1.00 vMB 54
575,943 575,943 0000000000000000000c7e3cbd9fc77e5a08593d7cc246c9b6af01114a5c9c54 1,900 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.