Loading Tool

Explorer IconExplorer

Memory Pool

49,610 transactions
29.04 vMB
0.10192519 BTC
Random Selection Loading Transactions
Max Size: 154.08/200 MB

Candidate Block

Mining Attempt 28a150953581a941b6d91827704fcc82339feba2ce1bbec79d37f2a681763961
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 8de986f961fc9247b771c867b6952315f01246f182f1bc59c55822a67f875c3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,929
Size: 1.00 vMB
Total Fees: 0.02562314 BTC
Feerates: 70.48 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (356,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,651 558,651 000000000000000000060745d202a548619baa56822d22047ebc28c570daf1e3 1,812 1.00/1.00 vMB 11
558,650 558,650 00000000000000000007c18e50277ff565e5472d556136665e3696172a11b840 1,918 1.00/1.00 vMB 28
558,649 558,649 0000000000000000001b8bb860313ee2820053964673eff4d88725224275b1b5 2,297 1.00/1.00 vMB 24
558,648 558,648 00000000000000000010fecaf1b22e5df32d8806f86d069b06edd9117dad9f02 2,777 1.00/1.00 vMB 41
558,647 558,647 0000000000000000002d81ae0cd73fea920ff20771c8712fe77af3fda13de054 1,553 1.00/1.00 vMB 23
558,646 558,646 00000000000000000000afec1651703089c4799d7b06f991ecd302c579d013ba 1,695 1.00/1.00 vMB 25
558,645 558,645 0000000000000000001fecc2443b2cbfb69a751dc5d357c3f347e48cd535d547 1,038 1.00/1.00 vMB 55
558,644 558,644 0000000000000000001bcaf8b17fdc2b7a9322688cddc64c544ac4de41aa6f43 730 1.00/1.00 vMB 72
558,643 558,643 0000000000000000001815ca64b581c7b665e374722d0c7ac4c88317e6a1d7cd 2,739 1.00/1.00 vMB 21
558,642 558,642 0000000000000000001bc910c9639442d31e9787d22e6b4e026492b0a9444451 2,811 1.00/1.00 vMB 19
558,641 558,641 0000000000000000000190c10c59800a19077fd2551b2e81e5d19b2ff3bbe7bf 2,169 1.00/1.00 vMB 3
558,640 558,640 0000000000000000001217c7ef5f013388cc168b45c0817babe30c5235f5138a 1,658 1.00/1.00 vMB 7
558,639 558,639 000000000000000000227b3a58115330b85a8fe33b352ff36d0cce5fc85ae5f7 2,988 1.00/1.00 vMB 11
558,638 558,638 0000000000000000000f723fc87d0a9047bf4dc3bf8b27b252bdd6a38f1b94a5 3,072 1.00/1.00 vMB 22
558,637 558,637 0000000000000000001f59b5ccae6e31951c9760c77933b06f48f6db43cc1840 2,937 1.00/1.00 vMB 20
558,636 558,636 0000000000000000000394ae06c79cac7d90c7fba9fe21088f803551cb0134cb 2,854 1.00/1.00 vMB 25
558,635 558,635 0000000000000000001614a400995438e14e14ba30a4fcd324dc55ac4fa7a971 2,866 1.00/1.00 vMB 14
558,634 558,634 0000000000000000000c14b020603af7e462979a32f916466f3ba059adf5c42f 2,622 1.00/1.00 vMB 16
558,633 558,633 0000000000000000000de1c60d44cb542da406b3dce7f3b1363362528128f285 2,748 1.00/1.00 vMB 19
558,632 558,632 000000000000000000296d6490758a4a2594ea28f9b5de3a8c5181e1bc292bc7 2,478 1.00/1.00 vMB 3
558,631 558,631 0000000000000000002a9e3548fa9b9c9f2e23f978e6159a965206da6f045a19 2,530 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.