Loading Tool

Explorer IconExplorer

Memory Pool

41,322 transactions
32.86 vMB
0.09679590 BTC
Random Selection Loading Transactions
Max Size: 163.70/200 MB

Candidate Block

Mining Attempt 80fc4351c700b173000ed7d412df668fc7545b071e5e82bc8c50f05b9c295e52
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root fdf6efdf09677766f7a4249364c06317dbe6a6a1cc756b4e93031a7a9242259a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,552
Size: 1.00 vMB
Total Fees: 0.02694949 BTC
Feerates: 501.64 > 2.70 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (273,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,606 640,606 0000000000000000000299f51c2678d07b5faa0e03b9166bdf176611492869b3 2,132 1.00/1.00 vMB 95
640,605 640,605 000000000000000000070cabaf9365a5f76f0c07079a2ef3617217c537f771c5 2,920 1.00/1.00 vMB 131
640,604 640,604 00000000000000000005d71aae26d7e7bdb9d88bec953edc7840d4675cf54afb 2,391 1.00/1.00 vMB 133
640,603 640,603 0000000000000000000c9ee2a0a32ff2aa9766dd27d8ac8f9b88032c3ef8e634 1,955 1.00/1.00 vMB 110
640,602 640,602 0000000000000000000bf8fb7c9f490802870f6eeb3321a5740c8f998908a689 2,782 1.00/1.00 vMB 130
640,601 640,601 00000000000000000010044b43dffb8fdd2bc9888df64df7de66a6ea0f0f3e02 3,009 1.00/1.00 vMB 136
640,600 640,600 0000000000000000000a5460ce7c8b2a1b252ec498ff69f7bf776ec4d4a6397c 2,187 1.00/1.00 vMB 112
640,599 640,599 0000000000000000000d82925e77400a6898afbeaf64d3e3ca281904fc8c3c61 3,130 1.00/1.00 vMB 141
640,598 640,598 00000000000000000006348d6c8b750c9a8c17ee82eb3e36e606fb41020a2019 2,525 1.00/1.00 vMB 126
640,597 640,597 0000000000000000000759ffabc79ff1c20264dfcdb54fc158185803980eee68 2,773 1.00/1.00 vMB 114
640,596 640,596 0000000000000000000ee4c5ef912eb067c13464669d95ee2d052f16710cd5b4 2,792 1.00/1.00 vMB 126
640,595 640,595 00000000000000000001aff6756f4525dd82c9f635f645c4b53a25138e69d3f1 3,138 1.00/1.00 vMB 136
640,594 640,594 000000000000000000009424bb93309ccd8b858b30bfedfcf57666ce36cdcc39 2,834 1.00/1.00 vMB 119
640,593 640,593 000000000000000000052ab387aefb2a8cd327685b1a245254a3614dc220e738 2,948 1.00/1.00 vMB 90
640,592 640,592 000000000000000000023c1f23b7719f64dabbc3f340ba79105a6b979cac8024 2,949 1.00/1.00 vMB 130
640,591 640,591 00000000000000000009cf44f9978f48085a453dcb78a7fc3c47184d4c55f511 2,378 1.00/1.00 vMB 81
640,590 640,590 0000000000000000000985fb1ef5eb7e77ea872481df7aab4c9a26495218f53c 2,377 1.00/1.00 vMB 86
640,589 640,589 00000000000000000004a8c6d9a28ef136738e59a8451f3ea3881b0439b709f1 2,575 1.00/1.00 vMB 104
640,588 640,588 0000000000000000000929a69013889153f2caf38a79d6064bffece38068c99b 2,519 1.00/1.00 vMB 105
640,587 640,587 0000000000000000000322b2289c772b4c835761fd5b414db66bcfdfb0233c0d 2,374 1.00/1.00 vMB 115
640,586 640,586 0000000000000000000fce8e80b4aa0b5db02ba8bb0d71baa2ff15ca77ff32ba 2,995 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 624.09 GB
    • Received: 11.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.