Loading Tool

Explorer IconExplorer

Memory Pool

51,701 transactions
30.68 vMB
0.14061393 BTC
Random Selection Loading Transactions
Max Size: 163.67/200 MB

Candidate Block

Mining Attempt 6b029204dc5b3f0845ed8a1517e48a284e524c6067c3b33bbc80e16e72eaf04c
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f5f99cb635671bf8222ffba2805841e3be00a0b8bff889076f763f0306d7696a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,009
Size: 1.00 vMB
Total Fees: 0.05603019 BTC
Feerates: 179.69 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (210,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,045 704,045 0000000000000000000289675b7dc0e62b1d97281504d7d25a820cbac36d1a67 1,073 1.00/1.00 vMB 9
704,044 704,044 0000000000000000000e134bf1c4b63053a1c262e67354f9368964546d1d727d 2,537 1.00/1.00 vMB 19
704,043 704,043 0000000000000000000c158812365605863a994b8c4f553d9ff498971b84fcb2 1,648 1.00/1.00 vMB 20
704,042 704,042 000000000000000000091c35e0f69933a843fcdaca9805c0abc0011b525631db 2,778 1.00/1.00 vMB 28
704,041 704,041 0000000000000000000d3ed9984aa3b36947975ddf40e86b2303d5a022721ba6 2,890 1.00/1.00 vMB 13
704,040 704,040 000000000000000000077a6829166a2e1d6335ee94db0e0cb0b61acedca18235 1,511 1.00/1.00 vMB 12
704,039 704,039 0000000000000000000cd131a7bad6a663e51c33959f0ea8ea3404ece6c9d471 2,122 1.00/1.00 vMB 3
704,038 704,038 0000000000000000000552852c6f50bf183361b9ab9e8251d7d5ed163ba7330f 1,697 1.00/1.00 vMB 10
704,037 704,037 0000000000000000000797c507d29abab9ecbaaf8c8b653b021e2a23a1a390ea 2,448 1.00/1.00 vMB 22
704,036 704,036 000000000000000000008b0beaf8d8defd214090c98d0180c4e47022f9f154bb 1,474 1.00/1.00 vMB 21
704,035 704,035 0000000000000000000b9a58f45806ec1383e8a52c0dd5e718f29ad91d7a567d 1,978 1.00/1.00 vMB 14
704,034 704,034 0000000000000000000107c871b18ec3247887a280d4cd2c0cf413c96bb08e05 1,094 1.00/1.00 vMB 10
704,033 704,033 00000000000000000008c0af5dec647359d9bba7c5279815b0dbeec50e1d7dfd 2,750 1.00/1.00 vMB 27
704,032 704,032 00000000000000000005ceb6388c32ed5e03fb46d964a4e1f2f093da362cc36f 2,063 1.00/1.00 vMB 11
704,031 704,031 00000000000000000000d08ede2cc63c08a50e19030c5d51c03d21371b836c2b 2,078 1.00/1.00 vMB 17
704,030 704,030 0000000000000000000b8a755e44aeb6cdfb2356cbc926cfc8f23eb6ee1ccda1 1,948 1.00/1.00 vMB 15
704,029 704,029 00000000000000000007a821b1621b899063ddb60fc02405dfa380587a94260b 891 1.00/1.00 vMB 5
704,028 704,028 00000000000000000008a735fa79b23aa20a9086b76312f71676c816241cc3d3 2,021 1.00/1.00 vMB 18
704,027 704,027 0000000000000000000a29b95c13261e68a4efae03cd1142855c6ea02cdd6ab0 241 1.00/1.00 vMB 3
704,026 704,026 00000000000000000002366a73d12d1f132efeb0e29eed4b5a3bfafd23aa7358 2,068 1.00/1.00 vMB 10
704,025 704,025 00000000000000000007cc5b0f093a1e96f7cadfb5f1cb72fce77263a6491a96 2,604 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.11 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.03 GB
    • Received: 13.70 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.