Loading Tool

Explorer IconExplorer

Memory Pool

34,948 transactions
27.90 vMB
0.05902771 BTC
Random Selection Loading Transactions
Max Size: 139.50/200 MB

Candidate Block

Mining Attempt 86ae635e6e34f50138fd2eb2cfb80b26f993ee913f85a7d73106a03fc2b27eb7
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root cc384df2ebdc31f5daa56380108edb3ebd78f56a3e22aa05ed596b08e1ae65eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,377
Size: 1.00 vMB
Total Fees: 0.00584585 BTC
Feerates: 53.37 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (332,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,654 581,654 000000000000000000144f0968975928ddbcae007215f76cb1de9224bf4b2d27 2,451 1.00/1.00 vMB 80
581,653 581,653 00000000000000000021b26df0af146877b5cb09ab6a6a31d8b89c6f53a2271b 2,152 1.00/1.00 vMB 73
581,652 581,652 0000000000000000000e78c38b1eb37a7504ecf7d4c8b746c6e8c2640fce8df6 2,242 1.00/1.00 vMB 33
581,651 581,651 00000000000000000018410c9350872cfa690deac0d7a272df162b15e5ace20b 2,228 1.00/1.00 vMB 74
581,650 581,650 00000000000000000022ea3ec4972f8037acb9c14646c2c713a33c8027970474 2,628 1.00/1.00 vMB 73
581,649 581,649 000000000000000000039461289c789d649b1c7f7ad964f962418fa3f07f42a1 1,809 1.00/1.00 vMB 85
581,648 581,648 000000000000000000256b87123973d8eb042fbae9c9376a4e69e6be59e37b8a 2,268 1.00/1.00 vMB 108
581,647 581,647 0000000000000000000b7096c0d3c3f0ec73ec5919220a80e9d0586a0a8112f2 1,490 1.00/1.00 vMB 32
581,646 581,646 0000000000000000001a087de29ea7dd31657573ffb916080d01dba814fc1e40 1,948 1.00/1.00 vMB 37
581,645 581,645 000000000000000000039a55ed40c991e13f0ad6a73652d0b18d73456a870242 1,955 1.00/1.00 vMB 87
581,644 581,644 0000000000000000001b48995f032c8bd567111de784be267d7f4351e519f6d7 2,947 1.00/1.00 vMB 43
581,643 581,643 0000000000000000001bf2a1ff86c5c0548d36a5acbdd9993cef33e5133fc84a 2,489 1.00/1.00 vMB 75
581,642 581,642 00000000000000000013b135d9f15a068d3dae54bff7485d3fbe34937edc0e88 1,318 1.00/1.00 vMB 68
581,641 581,641 0000000000000000001f12b6487b52da079115e84b1c1fe080660f54b1f5cf33 2,233 1.00/1.00 vMB 99
581,640 581,640 0000000000000000000a76b5f6dd1f6df996dcb0a9786253a7b028f5cbb34738 1,666 1.00/1.00 vMB 99
581,639 581,639 0000000000000000001dd834f474f068aaeec29dd6d3bcc7a3c755a84cd3da09 1,117 1.00/1.00 vMB 48
581,638 581,638 0000000000000000001035c9da58e17ab992fb55d67ece2d7081dea313f0c7e0 2,847 1.00/1.00 vMB 81
581,637 581,637 0000000000000000001744cb0508849ca2a21526fa78d83de92da3ca31b0fd99 2,206 1.00/1.00 vMB 56
581,636 581,636 0000000000000000000fcfaa36f4afe8882c8efb7ebf12ba3de898e042b7da9a 4,225 1.00/1.00 vMB 70
581,635 581,635 0000000000000000001c7eff84ccb48fbab2e5c1bc54b65eaeea7d7c0da18363 2,853 1.00/1.00 vMB 87
581,634 581,634 000000000000000000158e91d0619439f2a4fe00140d8523948515759ded7f13 2,743 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 781.67 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: 627.77 GB
    • Received: 11.75 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.