Loading Tool

Explorer IconExplorer

Memory Pool

73,839 transactions
27.31 vMB
0.06540427 BTC
Random Selection Loading Transactions
Max Size: 166.80/200 MB

Candidate Block

Mining Attempt 16460f73418d223ab605dff22fc3d8f73d6fa0b2e880c3c1c4e0fce0adb73026
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 025c8a9d72c7922590967bf419491eaaeca8b782c0184974d8ac6afa6e9fda1b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,461
Size: 1.00 vMB
Total Fees: 0.00705576 BTC
Feerates: 96.15 > 0.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (207,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,780 707,780 0000000000000000000a77e4b11f567b18f24d0616fda699e14903d5879b3165 1,784 1.00/1.00 vMB 7
707,779 707,779 0000000000000000000a590d4969cde3235985fb6f5e361b8e387f8200a9d2ad 1,733 1.00/1.00 vMB 7
707,778 707,778 00000000000000000008618af5c73d34d83c44c4975968f1401f9277627c52cf 907 1.00/1.00 vMB 1
707,777 707,777 00000000000000000009e2a08a78ba29b737a4d5209aa48f7993d17229b16ef7 2,185 1.00/1.00 vMB 4
707,776 707,776 000000000000000000029f6d14370c5ab101c3050c767643e3d49ac7adc15f99 1,116 1.00/1.00 vMB 5
707,775 707,775 0000000000000000000128ce58ad313270bc37f16da74b31986847c255971b62 2,891 1.00/1.00 vMB 8
707,774 707,774 0000000000000000000c91ea0a86a47d4c4028a4251dea2296d3e3c617005a29 4,604 1.00/1.00 vMB 3
707,773 707,773 0000000000000000000cc6f26c5dcec4553ca1db637eb6c2eaa848da1cfd9b76 2,681 1.00/1.00 vMB 8
707,772 707,772 0000000000000000000c1eb4dbe1aa580849c920795e1437596abf3ba0d30f07 2,878 1.00/1.00 vMB 17
707,771 707,771 0000000000000000000032488fa1207c43d5ea36629edc220b75a6d4d2c430a2 2,207 1.00/1.00 vMB 10
707,770 707,770 0000000000000000000ac09b95b3ae2b1d45cc06a0c1b46997befe6d0e5c8de4 1,730 1.00/1.00 vMB 11
707,769 707,769 0000000000000000000a40a3f6a1cd8f147da52ce9f22a882351152fb8b3f192 2,249 1.00/1.00 vMB 12
707,768 707,768 0000000000000000000c93a706e0295f1e7ea008eb7d82e007ccad209ff2ab22 2,425 1.00/1.00 vMB 5
707,767 707,767 0000000000000000000739558944d6a252040ee316243c98c0844eee6eaa8e67 1,422 1.00/1.00 vMB 9
707,766 707,766 000000000000000000041587a262061722d61632c9b6b8ca7659d3215c21524f 2,070 1.00/1.00 vMB 12
707,765 707,765 000000000000000000071f582ebd7ef2d732a1a742e2a23d0fa36bf80b388020 2,476 1.00/1.00 vMB 12
707,764 707,764 0000000000000000000a389873b25946c4b69434d9fffe169aca8f29628ed494 2,408 1.00/1.00 vMB 13
707,763 707,763 000000000000000000085b746fb87a75aaf324df743f1165de306b17a3a3f379 2,845 1.00/1.00 vMB 13
707,762 707,762 00000000000000000004c0b29c5a31d6bb89d7a2acc49cd332b9512f2dc391af 3,531 1.00/1.00 vMB 6
707,761 707,761 00000000000000000005365b68c4cb4df1689e6500e99c4c2108737ea5267e58 3,328 1.00/1.00 vMB 10
707,760 707,760 000000000000000000070a8ff31d664828138a0fc949798163317aa76e764db2 2,034 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.85 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: 712.60 GB
    • Received: 17.20 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.