Loading Tool

Explorer IconExplorer

Memory Pool

78,073 transactions
30.15 vMB
0.07111008 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt 51bbf53e7a5d2ee07615795e5f19defbeead2bdfba685b55433541f5c03f4050
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root bc7f8e6c909e1b9c8a79046c08457c08062de2e344f1fb1abe158d0c34d3dbab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.00705213 BTC
Feerates: 73.91 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (131,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,543 783,543 000000000000000000008db2007dfbf8edce532dc0dbd2f03c84ab123264bc74 2,424 1.00/1.00 vMB 17
783,542 783,542 0000000000000000000416fecc35e89d594390b7d10162ad870f09e2f81a36ab 3,440 1.00/1.00 vMB 10
783,541 783,541 0000000000000000000231b03b9cf614e0d4e746f8daf2f921ad336847339325 1,801 1.00/1.00 vMB 9
783,540 783,540 00000000000000000002c5db70fc6cd8705f472ae0a04117d772c2d984e5aaef 2,964 1.00/1.00 vMB 15
783,539 783,539 00000000000000000004cc8bbc917d1427f77e0f8f7d96b98d4cfde9e0c78fd1 301 1.00/1.00 vMB 14
783,538 783,538 000000000000000000036a73ed7502a1edaf93ec1cdaa8ed54958220b3ab21b7 2,984 1.00/1.00 vMB 29
783,537 783,537 0000000000000000000257a353cc75a4470060cf95b69b38c28604e4482d5b27 2,290 1.00/1.00 vMB 23
783,536 783,536 000000000000000000032c670a2c6b937139483380bdfac71e32b0e38e99f6f0 989 1.00/1.00 vMB 34
783,535 783,535 0000000000000000000325788eb34d6f35e140fe85073035779ff3b42c477a95 3,360 1.00/1.00 vMB 15
783,534 783,534 00000000000000000001af0eedbb29e3620dc4343564dce66878ad4e0db8310e 2,818 1.00/1.00 vMB 30
783,533 783,533 00000000000000000005f03fe58446eb0d0ff02f72073ce17fa25e39af41f1a6 2,970 1.00/1.00 vMB 25
783,532 783,532 00000000000000000004fabd0e8705f37358680b22c6d5b1a8d63fcd4cc24a7d 3,129 1.00/1.00 vMB 35
783,531 783,531 0000000000000000000385e9d99a472d0ec20132f13476abf7e00a341084a57d 3,375 1.00/1.00 vMB 33
783,530 783,530 00000000000000000004d4ced8dfc78f79027f4202466f9ab4340d2ad0ddfb4c 2,054 1.00/1.00 vMB 8
783,529 783,529 000000000000000000038f85f5ad20962b92c922ba1ed42d03907800a93a8ada 4,011 1.00/1.00 vMB 10
783,528 783,528 00000000000000000004ab2f7f2ab28a33b7eda273cf0be4be750621945e5311 2,538 1.00/1.00 vMB 21
783,527 783,527 0000000000000000000064ec50748aa3c9e286b57038f970d97aa16e18d734f2 3,542 1.00/1.00 vMB 28
783,526 783,526 000000000000000000024cdc88c7ca58b71c64550e5fc89866a384527357f59e 2,960 1.00/1.00 vMB 31
783,525 783,525 000000000000000000000c0f8ac9d671945946c9e3156d528a8182db196009d3 3,320 1.00/1.00 vMB 34
783,524 783,524 000000000000000000004760048a71085c7b54b7cd667df757fcd592b6b33d5b 2,929 1.00/1.00 vMB 37
783,523 783,523 00000000000000000001b1a342ab43820684fab044b4322a52369e78d045e45c 2,468 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.72 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: 707.12 GB
    • Received: 16.66 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.