Loading Tool

Explorer IconExplorer

Memory Pool

88,106 transactions
32.26 vMB
0.16942093 BTC
Random Selection Loading Transactions
Max Size: 195.37/200 MB

Candidate Block

Mining Attempt fa5e005d090a32ed75fb64b8e6e679d883cb9435b5fc861b23cd51910829ae7f
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 3b4f9dce62d6cfaba907e02a73066c076b3a7a09f616ec66e322e29acb4eae5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,537
Size: 1.00 vMB
Total Fees: 0.08182794 BTC
Feerates: 216.64 > 8.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (179,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,110 735,110 00000000000000000003d8ccc0c86e71124064057540a16a04acf533c7860595 1,494 1.00/1.00 vMB 8
735,109 735,109 0000000000000000000731ccd38a4b94a52bfae0be560193f8f0c78fce0a793a 2,548 1.00/1.00 vMB 6
735,108 735,108 00000000000000000006acd4fe463a49d57678c85060cdd076f3058837191654 1,489 1.00/1.00 vMB 21
735,107 735,107 00000000000000000003a3db59a4cf80bba7e53504f309aee77a6aef21461a66 1,100 1.00/1.00 vMB 5
735,106 735,106 00000000000000000007fcbff3e3412409bd056027dfa0cbe2e0eadc223d4982 2,223 1.00/1.00 vMB 7
735,105 735,105 000000000000000000041057eb82ed46de471a7961547ba03158c1983a09f4c6 1,437 1.00/1.00 vMB 9
735,104 735,104 00000000000000000005e7d04847cafe8b2f65eb0656f4c5158a6c2aa08e90db 1,042 1.00/1.00 vMB 2
735,103 735,103 00000000000000000007ea3fbe15f5cd5c48f0e83e48c39246b4ca348d8e72e8 1,171 1.00/1.00 vMB 6
735,102 735,102 00000000000000000007ee6f471d693c57cb261845644e0e63a7b6e77cf38dda 3,076 1.00/1.00 vMB 8
735,101 735,101 00000000000000000005809c2951b4ffb0702fe7ac50b0ea263f7cfdb70393df 1,879 1.00/1.00 vMB 12
735,100 735,100 0000000000000000000248ed6f84e36d83ed35726dfe09dcad84b5e2d7cd83e0 2,670 1.00/1.00 vMB 20
735,099 735,099 00000000000000000005d0dbea19d1d1863978ea1b88d36c4c57bd80b596aad4 2,898 1.00/1.00 vMB 21
735,098 735,098 0000000000000000000337e4a463e6854348cc09d2afe0a1435af0c320ea2eef 772 1.00/1.00 vMB 2
735,097 735,097 00000000000000000007fc6c84de77201f9bed09e541370bf5003038d23b5068 2,302 1.00/1.00 vMB 2
735,096 735,096 000000000000000000035d9c68d4a24279ffe39220a29f3d0e8b7855fe1c3f44 1,220 1.00/1.00 vMB 16
735,095 735,095 000000000000000000051a38d55a2c2b1b9579feb459b9ee90cbd62e02ecae0b 1,325 1.00/1.00 vMB 8
735,094 735,094 00000000000000000003b416652b6ddf49b7f709d7ccace5a8e0d8c0ff6c38bf 1,475 1.00/1.00 vMB 4
735,093 735,093 000000000000000000025cfd0eb09178a495989ae9dcf9096480ee163240a81d 1,449 1.00/1.00 vMB 9
735,092 735,092 000000000000000000082c767c223a6239c845ef312f0fcda7da22854617bc59 1,966 1.00/1.00 vMB 8
735,091 735,091 000000000000000000088af1fac40c0fca0cc7ab06e7ffd7c85e6ba33a03b94e 2,178 1.00/1.00 vMB 6
735,090 735,090 000000000000000000056c37e4a4942c237dddc6cacb9ab01e376fa62c6a8747 1,853 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.