Loading Tool

Explorer IconExplorer

Memory Pool

76,874 transactions
28.74 vMB
0.09464209 BTC
Random Selection Loading Transactions
Max Size: 174.41/200 MB

Candidate Block

Mining Attempt dd5125fd2031d8643ae258e325d605bb7b9c4160ef4ac4a214077b3db9a4ca10
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 06b7b0dbd017d2916e615ff584990897fa5a24dfa209e27eabcdb3b08fcb1a3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,002
Size: 1.00 vMB
Total Fees: 0.02782060 BTC
Feerates: 180.82 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (318,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,955 596,955 0000000000000000000e6cc143236fadf97fe3fe8d2003746c13c9e815ea4fc2 2,708 1.00/1.00 vMB 27
596,954 596,954 00000000000000000009fe6de74fc1083c660906b987f207ec56dee11c8e5306 2,087 0.62/1.00 vMB 19
596,953 596,953 00000000000000000004af30191261f3e7ad1d21533e5ecc7fb8ef76823ebacd 159 0.04/1.00 vMB 25
596,952 596,952 000000000000000000058ce3e4c15eac566da384f6839bd79d5bc583956da70b 976 0.32/1.00 vMB 24
596,951 596,951 00000000000000000012bc2587ec979d5dc4eb7e2ff82837263d9129cd73d30c 3,208 0.99/1.00 vMB 22
596,950 596,950 0000000000000000000cd2116c0988c4be4ffef73edc7302bc70e6c417ed2477 2,638 0.90/1.00 vMB 20
596,949 596,949 0000000000000000000a46fe83a66b0de5188959499a5d28125a0490e6b609a2 1,659 0.51/1.00 vMB 24
596,948 596,948 000000000000000000139532a799bd5ca0b93a975b942934a6857cd9ae29fe60 3,176 0.98/1.00 vMB 19
596,947 596,947 00000000000000000001140994e0e22731c4938bc52542397060e02d48e9c6ba 517 0.15/1.00 vMB 22
596,946 596,946 000000000000000000012d4bbbbcf1e79d30f70dddb8b5b69538c47d135432d0 1,767 0.59/1.00 vMB 25
596,945 596,945 000000000000000000151ca46bbb45e1b695904d5b1b619a7e84c5a049eb51b7 2,530 0.72/1.00 vMB 23
596,944 596,944 000000000000000000093fb23a2db9fa5e97df0229df2863277280359cfd9dde 2,848 0.91/1.00 vMB 26
596,943 596,943 00000000000000000010770b0e6b64ca5a9de5622ba33381736d2eb304f67f63 253 0.07/1.00 vMB 11
596,942 596,942 0000000000000000000163d7b96a674733520c389f26d2f1750debf83f33c35d 2,613 0.74/1.00 vMB 20
596,941 596,941 000000000000000000146beaab99d5523ad43fcdc92e824995b915c1073e3693 2,957 1.00/1.00 vMB 25
596,940 596,940 000000000000000000089c3d98755ded0278d3ed09acb8f10d1458854672d75f 1,506 0.45/1.00 vMB 21
596,939 596,939 000000000000000000139dacb0f2b075e2a5a5b5b95e110bcc54216af64ac1c6 77 0.03/1.00 vMB 14
596,938 596,938 0000000000000000000f67c3f12b2757ebd4a561a2e49cc8257ef80965bdbdf4 1,878 0.49/1.00 vMB 20
596,937 596,937 000000000000000000045a17b77fac3c67c178362ace28b841895e6dbfce3fb6 1,712 0.53/1.00 vMB 22
596,936 596,936 0000000000000000000e172d5e4db13242105b5d14da767efb754f26f77be3dd 2,806 0.82/1.00 vMB 20
596,935 596,935 0000000000000000000719a8fbe06df5eb2a613c4df3f1b1fb8b0eedb0353f9c 2,016 0.55/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.