Loading Tool

Explorer IconExplorer

Memory Pool

77,386 transactions
28.81 vMB
0.07812603 BTC
Random Selection Loading Transactions
Max Size: 174.32/200 MB

Candidate Block

Mining Attempt 52b80588f930cb8347c0cb99f9b1b1c894a3857469b88a96e53b9677ba2b192c
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 35b8d9587011c43fc741bcdc86314fdd1e4247d2f0357d9b1f1e703ec000ecee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 1.00 vMB
Total Fees: 0.01813618 BTC
Feerates: 150.62 > 1.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (545,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,587 369,587 000000000000000008075cd12fde63b6b2e3d5d5888559cbd751411f97b46421 1,787 1.00/1.00 vMB 47
369,586 369,586 0000000000000000021c3d3beddee43d5f813ff5c4729f49924ddba58de84c5b 2,739 0.93/1.00 vMB 71
369,585 369,585 00000000000000000e836da8923c99a5e9b8ddbd259f4c63c763d29a8cccfd63 755 0.64/1.00 vMB 19
369,584 369,584 0000000000000000140a62c7e5860804ec103dcc747e23f230ac65395fa21e83 2,723 0.93/1.00 vMB 65
369,583 369,583 000000000000000006c70878c0df62afef0015ebcb5c482ac067a8cb32cf75ae 875 0.46/1.00 vMB 44
369,582 369,582 00000000000000000c7f365d43286a31f6da77d47a05a46c654a7fe56666eaa5 389 0.30/1.00 vMB 29
369,581 369,581 0000000000000000093993d77ec8f23f7b0a15578e13c7d3268dd9dd64d7e102 961 0.50/1.00 vMB 51
369,580 369,580 000000000000000008bafef2ff89b9bb5d967200efae709e392b842f0c70be1d 847 0.38/1.00 vMB 41
369,579 369,579 000000000000000000710f66a664a74570a186f92b81fb8b64b34bc9a20262eb 1 0.00/1.00 vMB 0
369,578 369,578 00000000000000000558ceb42c7ada17ac4e68640f84a72d9a91fdb2a8c18481 1,078 0.47/1.00 vMB 46
369,577 369,577 0000000000000000025652cce00cad13b9a15456b3985fba9633b0f7aae478ce 1,799 0.85/1.00 vMB 44
369,576 369,576 0000000000000000051e990974a870583b17a66fc51c4b75ef20221784353740 521 0.29/1.00 vMB 33
369,575 369,575 00000000000000000aa3de2528c79271e7e869311e42ab29d0e1ede44bba2146 1,210 0.83/1.00 vMB 26
369,574 369,574 00000000000000001414510eb82ea2afd7a0c5f464986bbaa763cac97ae1ca34 1,589 1.00/1.00 vMB 31
369,573 369,573 000000000000000008f5f231a78c4e6752e521be9ef8218c8c203922b2a724ad 2,873 0.93/1.00 vMB 61
369,572 369,572 00000000000000000bd790160e184c79aef1cac03c9b80ce4b26970593bec7c6 743 0.50/1.00 vMB 28
369,571 369,571 000000000000000003317e511ed3521459e0001380df40df4c7f7f5d6b602113 1,401 0.95/1.00 vMB 27
369,570 369,570 00000000000000000bd808ef63bad55747a0cb7def83141a48c9bd4c1ad0fbf1 2,578 1.00/1.00 vMB 56
369,569 369,569 000000000000000002c6d00c5799d527b281f3d7bb4dd8297e18e5bdcef76dd3 132 0.07/1.00 vMB 28
369,568 369,568 00000000000000000d5587c829508ef5b8c2cc80e1a94870285b703ab1475966 1,598 0.90/1.00 vMB 43
369,567 369,567 00000000000000000a10a5fda48e898c3d7a401fa48e623bbaadc06965a46948 54 0.03/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.66 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: 673.07 GB
    • Received: 16.37 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.