Loading Tool

Explorer IconExplorer

Memory Pool

25,680 transactions
25.17 vMB
0.07931242 BTC
Random Selection Loading Transactions
Max Size: 121.44/200 MB

Candidate Block

Mining Attempt fbd726119e46ad46710711862ecb583421fb939628b5684399190926f75fc0d8
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 9adec971c08572c3529dcac740561e910fc4206f798864e30626b375387aaebc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.03248892 BTC
Feerates: 294.77 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (878,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,060 36,060 00000000961564a2a35d04f3969c462bfc575f966e96b3be9fb66da34ecefdd0 1 0.00/1.00 vMB 0
36,059 36,059 00000000566782f69e4b6b4e97124e6256383d2d29ec351f8b12f6dafe3ca2c0 1 0.00/1.00 vMB 0
36,058 36,058 00000000681cfd963bc48f766bc832dd014529807bed260dd233027ccb3224fe 1 0.00/1.00 vMB 0
36,057 36,057 00000000ba176654cda003f4a4281b3ab68c552a54b3dce7c42e9d9cb533a5e9 1 0.00/1.00 vMB 0
36,056 36,056 000000005102dc4306ce5ca6bbc123d22efd4e16c9580b8a268b37e7403ab267 1 0.00/1.00 vMB 0
36,055 36,055 000000008bf2a5315f261cb25432159a3564de838d4c613676a814e1ae76c5c3 1 0.00/1.00 vMB 0
36,054 36,054 000000005105ad18d6de4b2acd3ea4edd11abce9516851f76cc45074c6026545 1 0.00/1.00 vMB 0
36,053 36,053 0000000099bf4885ee612ec41efcf44092afa4b0825851b6a2cd5be8f39fd392 1 0.00/1.00 vMB 0
36,052 36,052 0000000098d885a9ba37ccbfe58aedf6fffa1ac182f2271a0acf05d4d893fa85 1 0.00/1.00 vMB 0
36,051 36,051 000000004dd7c63b10b06c9d8369498c55a3a12880711e764ed3970d460deca2 1 0.00/1.00 vMB 0
36,050 36,050 0000000057d826f17d451de331570adc5380d4006e5226368c3a304a44e9d2f3 1 0.00/1.00 vMB 0
36,049 36,049 000000005d1ce9a8de2a03c3469e58730f588452e3a0f159d616e57ddcc3b0f4 1 0.00/1.00 vMB 0
36,048 36,048 00000000909d1319b97e0ff36d2a7763aaf576623b1559013b62c06b1c75f974 1 0.00/1.00 vMB 0
36,047 36,047 00000000971e8cae3bb86a5297498a20888bd29f0f0429d04ce61a219a783a26 1 0.00/1.00 vMB 0
36,046 36,046 00000000c17c2ad2e9b5cfcba153680ac71d174f99f8129d825df3e0d2fef784 1 0.00/1.00 vMB 0
36,045 36,045 00000000a742cc028e419f29b839a84119b68794dbd95c880ec8b440e0e85d90 1 0.00/1.00 vMB 0
36,044 36,044 0000000069c369174b6b2f63ac80165ad894328c340f3e0084d731e3b83e7b7c 1 0.00/1.00 vMB 0
36,043 36,043 0000000070f522efb0165014e021303c47c9676338daa81adc58916413aa59a3 1 0.00/1.00 vMB 0
36,042 36,042 0000000085565531bd5a9ac9366e9b0a1aa0ae571f8ac9dd7553403cc49090ab 1 0.00/1.00 vMB 0
36,041 36,041 0000000060edb19922fedf540e3171d6aa4af26ddee058427da65eeb741dda8e 1 0.00/1.00 vMB 0
36,040 36,040 000000000dfe6428eced09a16fe0ce7b5e0901b168cf21593bde65985ee66da3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.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: 580.57 GB
    • Received: 8.98 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.