Loading Tool

Explorer IconExplorer

Memory Pool

74,748 transactions
28.75 vMB
0.08350819 BTC
Random Selection Loading Transactions
Max Size: 170.28/200 MB

Candidate Block

Mining Attempt 59620ab56ef52cc2fa9983264e9a018a4a53cb8d3b5aec3b7f4f1830ff4d5d43
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 7c16b1224f2a45ceb920b409f681d82644bb188c09ebf2f33c852899b65dac6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,003
Size: 1.00 vMB
Total Fees: 0.02510169 BTC
Feerates: 150.93 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (234,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,699 680,699 0000000000000000000638978c09dbbf0aff118d2eacef2f0ac492c1ed43a0d7 2,250 1.00/1.00 vMB 140
680,698 680,698 00000000000000000002cce6746f9590a96f8e971f37f088c1ad32d2d9ee2b8a 2,778 1.00/1.00 vMB 173
680,697 680,697 000000000000000000013e5b95618b2bcf9ea2758ac2ac50e15fd2e89c2ae76a 2,833 1.00/1.00 vMB 172
680,696 680,696 000000000000000000077d58853c4272d1167c7ff7a4aaab92dc8ce6ac667a35 2,474 1.00/1.00 vMB 177
680,695 680,695 0000000000000000000013bdbc031e9060ed1f45d2ef4659224a90114e6353df 1,858 1.00/1.00 vMB 189
680,694 680,694 00000000000000000009fff99cc1ec52ee5ed07981f3f07194bccad97915e909 1,211 1.00/1.00 vMB 185
680,693 680,693 0000000000000000000813307468b70e2305e3f45f423b780851478d833f990e 2,196 1.00/1.00 vMB 184
680,692 680,692 000000000000000000068fcc36c871f0adebcf7c91a5ae848427a73772eccef6 3,263 1.00/1.00 vMB 225
680,691 680,691 0000000000000000000662b3d782fe8db80927bb47ebeba21e9fc54ecbda1648 2,975 1.00/1.00 vMB 186
680,690 680,690 000000000000000000063ef6b47087278782f8fd5e5767277ddea7bc92255e39 1,546 1.00/1.00 vMB 39
680,689 680,689 000000000000000000088db33be7bc2787beddfe6fe4eb5634cec3e854d9b72f 2,475 1.00/1.00 vMB 134
680,688 680,688 000000000000000000053683c73c7b622dd2c592c4609c3a64199c2ed728f54f 2,712 1.00/1.00 vMB 155
680,687 680,687 0000000000000000000a76999d715cc0eaaef64f75ee8ea61a95dc3a3b2c27a2 2,606 1.00/1.00 vMB 70
680,686 680,686 00000000000000000007643ed71fcf50b3a2d27ca978f653771b854b8e947e08 2,682 1.00/1.00 vMB 172
680,685 680,685 0000000000000000000b1ff7370741aa8256a112a59e2803eb52db578facb672 2,736 1.00/1.00 vMB 46
680,684 680,684 0000000000000000000190aec7440f2770f2a8d5e1a7b48c84eb0900ce0b49f9 1,931 1.00/1.00 vMB 118
680,683 680,683 00000000000000000002cd2a720ae5c6a3da7736588b4b292d299a9e90b26c2c 1,620 1.00/1.00 vMB 175
680,682 680,682 00000000000000000002eed3b4012ba3e8f8e0804df3c3b6b2d116c7cc436cbd 965 1.00/1.00 vMB 112
680,681 680,681 00000000000000000001683d4727bbf93111eefa60ac43376e27918dc4a99bd0 2,546 1.00/1.00 vMB 66
680,680 680,680 0000000000000000000626c8f56ccba374eeb3504ab42275ca0f528d8bece818 2,824 1.00/1.00 vMB 96
680,679 680,679 000000000000000000089195e6369fe96aa5ece3a9edeaa2e7eee0f3a3d6c5b2 2,426 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.