Loading Tool

Explorer IconExplorer

Memory Pool

75,617 transactions
28.46 vMB
0.08151569 BTC
Random Selection Loading Transactions
Max Size: 171.09/200 MB

Candidate Block

Mining Attempt 726caa04f53e38c6f6fd2cff475bd4dde6be6fe26e1ee47e1203035b0adeb397
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2cded38e0953ac4fb48a11d6c09462b49ba9cd7a9a2dd681c4ae595e727e50c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,345
Size: 1.00 vMB
Total Fees: 0.01758987 BTC
Feerates: 65.95 > 1.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (45,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,569 869,569 000000000000000000003a880715d6cfdce7ecc83eecb2b37afd8869d41bed46 4,180 1.00/1.00 vMB 11
869,568 869,568 0000000000000000000174aeb312310d6595fee3ae2d88c84200a39b13ab3616 3,631 1.00/1.00 vMB 6
869,567 869,567 00000000000000000002be15b7d7bc8f2461980d195014d3d98f06ff98a8ee40 4,231 1.00/1.00 vMB 6
869,566 869,566 00000000000000000001ea9b0064f01ce6fbed1ab94c39f4e3ae1727a2395a84 3,790 1.00/1.00 vMB 20
869,565 869,565 00000000000000000000117326c91f30bd0ca36f72ce5bdff2396f10330295ac 2,775 1.00/1.00 vMB 15
869,564 869,564 00000000000000000002aca2ddb49aae16e4fae752b7cefbf6c94362abef037c 1,741 1.00/1.00 vMB 3
869,563 869,563 00000000000000000001e270f72c40ea990245a4184053c949fb74eed153e40f 895 1.00/1.00 vMB 3
869,562 869,562 00000000000000000001842db96ee574963808828fb8bbacc7e6cc2037049d98 3,062 1.00/1.00 vMB 5
869,561 869,561 00000000000000000002b27c9e4e6bff669bb9b85913bded0493b4593e90c750 3,118 1.00/1.00 vMB 4
869,560 869,560 00000000000000000000c0403d42e5f64b2cd8d5e8c0e5720a4f48585cd27de4 1,467 1.00/1.00 vMB 5
869,559 869,559 000000000000000000017d3161eaa2a11210694fd49898a36337d327543fc888 3,358 1.00/1.00 vMB 13
869,558 869,558 00000000000000000001482db6879d2ca33933a72d09a2d091920682a6359f3e 4,671 1.00/1.00 vMB 9
869,557 869,557 000000000000000000006919b9daee3e5f4a169bc8b4395f4ed9afbdd71c581d 5,022 1.00/1.00 vMB 28
869,556 869,556 000000000000000000017846fd7bb351cb5e642ff71efa024b2c8c1c45db74b4 5,744 1.00/1.00 vMB 55
869,555 869,555 00000000000000000000c5c817f5953d59d6ac9e214d080a1786361d71df99b1 6,360 1.00/1.00 vMB 116
869,554 869,554 00000000000000000000208915a197849bd86bd3476e88e88e352b285eb6e7e8 6,718 1.00/1.00 vMB 174
869,553 869,553 000000000000000000006b7578c5dbae8f39c459d436454d97241cd8034bff9b 2,420 1.00/1.00 vMB 3
869,552 869,552 000000000000000000024d1c1ba964b0aeb8ae39e3e2497e944af1dc48706bb9 5,979 1.00/1.00 vMB 3
869,551 869,551 00000000000000000002695aaa47b30e0ef7b50c139c990355635825d47749bc 3,836 1.00/1.00 vMB 2
869,550 869,550 00000000000000000001e6ec47a33d14126c716d7802c1096dca6277872bbf51 4,723 1.00/1.00 vMB 6
869,549 869,549 000000000000000000010c629c527f439c59e9a0d677d6e573f1d84ba8b82809 4,333 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.86 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.82 GB
    • Received: 17.23 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.