Loading Tool

Explorer IconExplorer

Memory Pool

86,520 transactions
31.49 vMB
0.20911445 BTC
Random Selection Loading Transactions
Max Size: 191.14/200 MB

Candidate Block

Mining Attempt 201f05869ac5c1e5177f473b7fe080ada7d6a1248b7402803091d8c40f1040f9
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f5e219a2966e1a2978f3eb4b443127d450000926b131b6166409e60f0517fcd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.10566802 BTC
Feerates: 502.67 > 10.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (105,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,772 809,772 00000000000000000003a7dc8d4a94226a2fd4957ae5bb2fc77576e8422404fc 2,848 1.00/1.00 vMB 41
809,771 809,771 000000000000000000047b37f25b9a91a5087e7122427d7f1c1fc9b508d053d7 1,500 1.00/1.00 vMB 23
809,770 809,770 00000000000000000001985c02e8a0c394525a3bfb5fc825eaebf4862d854dc4 2,529 1.00/1.00 vMB 21
809,769 809,769 00000000000000000003e40817b972453cb2232a5699ebc2602f728e64d8558b 3,946 1.00/1.00 vMB 36
809,768 809,768 0000000000000000000110d2c22507d59d42b5bd542ba75a1942af71508944b7 2,702 1.00/1.00 vMB 23
809,767 809,767 00000000000000000004b85b374521ef8389073eef904d6db7c02acded041966 1,608 1.00/1.00 vMB 21
809,766 809,766 00000000000000000004917a034ffd336fbd215451eb0fd06d4feef44f563ba9 3,642 1.00/1.00 vMB 29
809,765 809,765 000000000000000000026b97ae48a0859ae7e5cc88a70c9d2a0698e2a90294a6 3,303 1.00/1.00 vMB 30
809,764 809,764 0000000000000000000172aaa933d3a936c4a48ae2879ff443c848074a7c9699 3,371 1.00/1.00 vMB 26
809,763 809,763 0000000000000000000440d41062d992b05ffb983ef29c8f17d705e3974fe640 3,099 1.00/1.00 vMB 39
809,762 809,762 00000000000000000003a016a4a7786d06f0d31e8949a1a3a1d52f9eaab27953 868 1.00/1.00 vMB 21
809,761 809,761 0000000000000000000284c230cf29252ca9836eb581ab4f5c894217215b73de 2,528 1.00/1.00 vMB 24
809,760 809,760 00000000000000000001fc5199e9d884568e963b9a6214d0c352f18a06e523d0 328 1.00/1.00 vMB 6
809,759 809,759 00000000000000000003f4cae12e256685adf9f0f3db3d0c4c497370a9346651 1,352 1.00/1.00 vMB 12
809,758 809,758 00000000000000000000c2f067c4266c2942dcad5f8967e2f5e105f5e94819c0 2,088 1.00/1.00 vMB 16
809,757 809,757 00000000000000000002501e5dbccdb236c12a18c4c9a41b5d7c2f3a3820df8c 348 1.00/1.00 vMB 7
809,756 809,756 000000000000000000036074dd0683dcdeea9ae2851c807151dfccbf83b2f15d 1,359 1.00/1.00 vMB 11
809,755 809,755 0000000000000000000058628716bb4182d18d3b25317e8240d4ad9bb45b4838 2,447 1.00/1.00 vMB 17
809,754 809,754 00000000000000000001f56df58069b1ad42dc6fb8d820aaf7c0aeb0dab5edba 3,512 1.00/1.00 vMB 35
809,753 809,753 00000000000000000003a921726a4d1ec69f4286eb56f9ea113fa16caf918928 1,305 1.00/1.00 vMB 12
809,752 809,752 00000000000000000000bbdf5f10e9dd798c4b089557195c92778956259dccc3 1,139 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.