Loading Tool

Explorer IconExplorer

Memory Pool

36,572 transactions
25.91 vMB
0.08657661 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 5d165e263b89052e493a2ffc5a4cf5039c1d308d2a18fb04de55d7531dd5d2bc
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root aef8621ac1a8d2a3c23935b17d054868a20276a4688fd3ac789dcebcbc3a5ee3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,769
Size: 1.00 vMB
Total Fees: 0.03902858 BTC
Feerates: 171.09 > 3.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (314,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,949 599,949 000000000000000000046bf39a86d7132f375b46ecab2144383f0e2e0b080db6 1,380 1.00/1.00 vMB 7
599,948 599,948 0000000000000000000a9d8bbc25f93fc273dbaa98c0ae9e4eb60667f2075849 2,886 1.00/1.00 vMB 14
599,947 599,947 000000000000000000009041ff779e0be3916bcde7497f7eae0bb2f4728a5cb2 2,889 1.00/1.00 vMB 24
599,946 599,946 0000000000000000000e3bbb9776b2152cfc327545efa41c6b90420362d5061c 1,816 1.00/1.00 vMB 19
599,945 599,945 00000000000000000005019fa71c00dc3d8dd4157879dc75e101953e5b02629c 3,197 1.00/1.00 vMB 30
599,944 599,944 00000000000000000000d250f131de75a0beced7ca8675a91ac87ec6bb64fa15 3,364 1.00/1.00 vMB 28
599,943 599,943 00000000000000000008d3723a70d3f4b0cb15f98e2787b114460c596734fb71 2,890 1.00/1.00 vMB 44
599,942 599,942 00000000000000000007589128dc8a24ca8d084857fa6cc6170c4e79fd5f7ba2 2,108 1.00/1.00 vMB 7
599,941 599,941 00000000000000000013a403c15c9ccd30db267935566c930b21bf6b6c437d74 3,060 1.00/1.00 vMB 15
599,940 599,940 00000000000000000014ade25470cfeca7071e42d58c2975e2b44e949c6efc3e 2,702 1.00/1.00 vMB 23
599,939 599,939 000000000000000000011c1cf2beb63f668bb4a1f599b77be2af47657d70b683 3,331 1.00/1.00 vMB 41
599,938 599,938 0000000000000000000588989f40dbbe9402bc7577009c4bb440df3de46ee0d8 3,204 1.00/1.00 vMB 24
599,937 599,937 00000000000000000007cb14c0eef06ed003a5af1db1fe60c6404dbc692b7f2e 2,195 1.00/1.00 vMB 21
599,936 599,936 0000000000000000000b7ead461747f4ff9a4cd4255d3c11653c128b384b0300 2,981 1.00/1.00 vMB 45
599,935 599,935 00000000000000000005b3b160a2c68ed882beccb615a027aae44badd61b5d46 2,395 1.00/1.00 vMB 22
599,934 599,934 00000000000000000005b35de361049c7ae614b8794234d4ffaf7356e74afb1b 1,879 1.00/1.00 vMB 15
599,933 599,933 000000000000000000132876a26b4c4ecc56ffa215bdd910149a4aa9ca9c2322 2,735 1.00/1.00 vMB 21
599,932 599,932 00000000000000000005dc3dfa302e15bcb9eba4d7e016f1d72f53672e235f8f 1,515 1.00/1.00 vMB 17
599,931 599,931 0000000000000000000d6350b69b2d05b930f6699687a425a0c556a57a3185fc 3,236 1.00/1.00 vMB 25
599,930 599,930 000000000000000000074a01c79f0cbc554abb3520824a772eb97e91436bd8fe 2,153 1.00/1.00 vMB 17
599,929 599,929 00000000000000000009da5a4a98721c6a9ada0cd0aaa7d45162f06bfe2384f2 2,681 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.