Loading Tool

Explorer IconExplorer

Memory Pool

75,686 transactions
28.07 vMB
0.08666536 BTC
Random Selection Loading Transactions
Max Size: 170.44/200 MB

Candidate Block

Mining Attempt c5c8421102c74183307794030d86e835f3a4bad8f0d2c1ae4ca9c21cb10c1a4e
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root b7c62b8d3809490a60ec4b41894ab7449b57782dd789d35988f213942bbc696b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,879
Size: 1.00 vMB
Total Fees: 0.02626693 BTC
Feerates: 402.60 > 2.63 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (208,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,664 706,664 0000000000000000000ae8a8c6cfc2a298dbc57e9646246992804eae768f4836 2,642 1.00/1.00 vMB 17
706,663 706,663 000000000000000000016d84a5b60f29f1e634ed4fca024322ce50bfeffd587d 2,234 1.00/1.00 vMB 28
706,662 706,662 00000000000000000009e9218e37cee4d5196fecdbb699e9d32a824351c3590c 2,363 1.00/1.00 vMB 5
706,661 706,661 0000000000000000000b279edb99f67f6ae2735a3c0c0195567edc8634e9de7e 3,204 1.00/1.00 vMB 13
706,660 706,660 000000000000000000033e3f2de5364848d1d0a2e5e909dcb409832348709fbb 2,373 1.00/1.00 vMB 18
706,659 706,659 000000000000000000058304e20359a484a7f8252636d2d064b6a21928ed234f 2,758 1.00/1.00 vMB 7
706,658 706,658 000000000000000000007beed7f0ce59eb9984ff00c07b48b35b06969a8043e2 919 1.00/1.00 vMB 5
706,657 706,657 00000000000000000009bcc10039e7adc574d1590d9a7ce5c84853539238e821 2,923 1.00/1.00 vMB 19
706,656 706,656 00000000000000000007ce2ac291d46f88da0d3c5d56ea350d7d27d9387fe4d4 2,424 1.00/1.00 vMB 18
706,655 706,655 00000000000000000001fe7d02fb83e3a532350794a93e47b96536ded895c68b 3,034 1.00/1.00 vMB 13
706,654 706,654 0000000000000000000bac4fd23168cacb1bc7ca77194954ff9da071c6e8eb7c 148 0.05/1.00 vMB 6
706,653 706,653 0000000000000000000dfe1fbb5c2011462d7481a5e4fe529741d8cd386c66a0 1,667 0.56/1.00 vMB 11
706,652 706,652 0000000000000000000d9b00951b759ba7ffc96792cd18a963a6553e3149e78f 148 0.14/1.00 vMB 4
706,651 706,651 0000000000000000000187950b73b76dadc1637227cf44ed44b76971ccd0279e 1,593 0.86/1.00 vMB 3
706,650 706,650 00000000000000000007119e8cbaea7eb412ff20fab7313e81a808d59f507332 1,329 1.00/1.00 vMB 2
706,649 706,649 0000000000000000000019cc0127507d042d20d366883bbd92f309ba8393fb69 2,939 1.00/1.00 vMB 12
706,648 706,648 00000000000000000006cc3bd011fd6766eceb0af59d32959f2b73b359ec767f 1,518 1.00/1.00 vMB 5
706,647 706,647 00000000000000000008f4f1620d37be1ca15c3d22ecffc7f80967fbce129b96 2,524 1.00/1.00 vMB 10
706,646 706,646 0000000000000000000d60a6d0b9122a6865e5a04c0ffc3f6908f5a9f3441f84 2,263 1.00/1.00 vMB 18
706,645 706,645 00000000000000000009fb0c2b0c86fb1720c0b2b3b17c4fecdd5d69a237b593 1,696 0.52/1.00 vMB 11
706,644 706,644 00000000000000000003426a8b708bc5f447ad8ed9d500bd8bfb71313ffce5fa 2,747 0.89/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.