Loading Tool

Explorer IconExplorer

Memory Pool

79,543 transactions
30.36 vMB
0.08030712 BTC
Random Selection Loading Transactions
Max Size: 184.95/200 MB

Candidate Block

Mining Attempt afc311056b0e13325aae14b304cbe2fcb382ed1442a86a58e6eb843841511d60
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 54883ecc52c026afb6e8ca36f05735d1dd71f82e7879fb723515bc35911df641
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.01220844 BTC
Feerates: 150.80 > 1.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (327,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,604 587,604 000000000000000000027c1d95fd3b0514027bc94dc80c3d86096ca9a74ae555 1,991 1.00/1.00 vMB 46
587,603 587,603 0000000000000000000bbf110f1d737b4e075457fea02f9b88b44eca5a05b2be 2,506 1.00/1.00 vMB 65
587,602 587,602 0000000000000000000513891bd4b7971c75610801dbbc535e1b538bff2e307d 2,648 1.00/1.00 vMB 39
587,601 587,601 0000000000000000001daeacb407b2f6ee29170580c1baffc4de3be687dee867 3,106 1.00/1.00 vMB 92
587,600 587,600 0000000000000000001dc5972a09fde266a90c2324639de2128ad7b3aa900a09 1,078 0.34/1.00 vMB 26
587,599 587,599 0000000000000000000d56808c0f5ff48616f29bc234710c7e947f0c0df338a2 2,673 0.84/1.00 vMB 15
587,598 587,598 0000000000000000001c1c0645ff1ba57a6c1da35b0d23c9dce13fa3d2384740 2,409 1.00/1.00 vMB 39
587,597 587,597 0000000000000000000b82d5a37aac69b6b7f055445543af08799acbe4f3d732 2,573 1.00/1.00 vMB 20
587,596 587,596 000000000000000000123a6338a0e77960de85c9d4a6430391542b03cc19ce0e 2,782 1.00/1.00 vMB 14
587,595 587,595 000000000000000000103f0a0982e5d6ce52158bfbeefd67f5e43b980ad4ff6f 2,205 1.00/1.00 vMB 36
587,594 587,594 0000000000000000000b8c2bc0280ab28ae2d175756ce509146fcbf6e3257249 2,215 1.00/1.00 vMB 30
587,593 587,593 000000000000000000083052cae296b23917086282df1039f694732a62b4d313 2,532 1.00/1.00 vMB 52
587,592 587,592 0000000000000000000c2c0021bfeca4d915d007a70bc4bddd217d4f05346c22 1,176 0.54/1.00 vMB 25
587,591 587,591 0000000000000000001edd427ae2d471a0f132a9fdb8914ffb61a2faac4cdc42 2,175 1.00/1.00 vMB 24
587,590 587,590 0000000000000000001b2cedf49675cc0af9e7735c127283f7a062ece0da9f11 2,419 1.00/1.00 vMB 8
587,589 587,589 000000000000000000038d97458c6678e86ea4f4f4e62801596dbcb8719163d8 2,899 1.00/1.00 vMB 29
587,588 587,588 0000000000000000001d092900e44fce3ed4e8aa2425a37262dd8fda5fa3b60a 2,281 1.00/1.00 vMB 44
587,587 587,587 0000000000000000000b952ddbecdb4740b02f45c47642e2fc08c766b569e7da 2,545 1.00/1.00 vMB 60
587,586 587,586 0000000000000000000ddd032da936ce4628e52f053552e1cdfae865364db259 2,375 1.00/1.00 vMB 6
587,585 587,585 0000000000000000001320e897e1dbe21e1ccd8b0282449263745c7c0523b46e 2,722 1.00/1.00 vMB 22
587,584 587,584 0000000000000000000a26a976cbc819023b22fe5235b029b341f8b6e07d3e71 2,655 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.