Loading Tool

Explorer IconExplorer

Memory Pool

48,628 transactions
29.56 vMB
0.08837451 BTC
Random Selection Loading Transactions
Max Size: 157.60/200 MB

Candidate Block

Mining Attempt 515da85bb58dcbb71e98627881f3931c099a11d1754b678f6b03f2ea81480d4f
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root fd3b1b2c556193642deb523de824b3928062e69064b4a5fd6e0018b892cd455d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.02743770 BTC
Feerates: 105.02 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (347,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,713 567,713 00000000000000000025d71fda55de923f6b88631abcab6a326c8976a039dfb2 1,111 0.40/1.00 vMB 15
567,712 567,712 00000000000000000001514b6e672f308bd3c2be59aa27565594b146e29f7593 569 0.18/1.00 vMB 22
567,711 567,711 0000000000000000001c52296633576e1d4ef2873b964811a1372412eda99c2a 118 0.07/1.00 vMB 19
567,710 567,710 0000000000000000000e0f31e1a2bdcfa838138a0671724a1a7675a1b2ba5ea5 841 0.33/1.00 vMB 16
567,709 567,709 0000000000000000001946b68a3f27811a06ab7e9a2806cbac2ceea5faaf8a0b 318 0.31/1.00 vMB 5
567,708 567,708 00000000000000000014c2878133ce5dd0eaac7b4591b87712019a8db503bf1c 1,415 1.00/1.00 vMB 6
567,707 567,707 00000000000000000025e2245a9d9de1a8364acda9cbaa9b7e2a06d49534972d 2,119 1.00/1.00 vMB 7
567,706 567,706 0000000000000000002b209dfda6772a044f8cb700000c4a035e3db8beb4fbcc 2,877 1.00/1.00 vMB 19
567,705 567,705 0000000000000000001783e67d2f7cc58b47efefb350c55261984fcac82ad6c9 2,579 1.00/1.00 vMB 12
567,704 567,704 0000000000000000001989ccfbabe639e59f45bdb24a98b43c4b84cd8b67f1c1 2,434 1.00/1.00 vMB 14
567,703 567,703 0000000000000000001783fbdec28b3e9b453ff73284ed5b470272204a6b4c7d 2,353 1.00/1.00 vMB 4
567,702 567,702 00000000000000000019f19b1de6001c532906b7abcdab6891efa15035bc1da0 2,884 1.00/1.00 vMB 23
567,701 567,701 000000000000000000245a439116f55c2b7ec834169d7e1af4d44d000c448b54 2,904 1.00/1.00 vMB 9
567,700 567,700 00000000000000000000f38012875dcb5f9876643d24c163fdd73e212563908d 2,653 1.00/1.00 vMB 23
567,699 567,699 0000000000000000001413c943536c0a677e96f7ad980ef57573728ac09dc04f 2,983 1.00/1.00 vMB 14
567,698 567,698 00000000000000000009487c3a55e76ceb5f12a8224e8753c69bbe662e71eeab 2,969 1.00/1.00 vMB 11
567,697 567,697 0000000000000000000a589910eaac29e550ad4d83f3c8f7ac8ae5735564f139 2,738 1.00/1.00 vMB 13
567,696 567,696 00000000000000000022e6f26bdb1b01bfe18b3d46b903935141fd28e4330e09 2,720 1.00/1.00 vMB 14
567,695 567,695 000000000000000000223f6394d02d9b18b31cf07abd6743c0fde8a2f6089f36 2,337 1.00/1.00 vMB 18
567,694 567,694 0000000000000000000127370607b023ff505674531b43020db3c73aafbc37a5 2,626 1.00/1.00 vMB 12
567,693 567,693 0000000000000000000164b5615ff509459556bf899fd7d82dc9f53d717ab3fa 2,847 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.