Loading Tool

Explorer IconExplorer

Memory Pool

74,500 transactions
27.50 vMB
0.07120489 BTC
Random Selection Loading Transactions
Max Size: 167.81/200 MB

Candidate Block

Mining Attempt b683d56c90d22c0c4cfc596351c51684b7b268a1eff8c49baf21f69b64e68832
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root 1d2de0fe114d64fc643670f812a48e1ac4e288ba23a36e8771d7e7fed15061eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.01265911 BTC
Feerates: 301.05 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (540,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,991 374,991 000000000000000009ee96f17c11d58557c867fb0055d6d70cebcbddedf602c3 2,909 0.75/1.00 vMB 16
374,990 374,990 0000000000000000007d6360c01101f74a1c3f116b7d10af53b1f093b6f7f951 4,245 0.93/1.00 vMB 23
374,989 374,989 000000000000000008d248ec7ecbf2710da3a57341dd873b9d6c06cdcf6c8d86 2,238 0.93/1.00 vMB 16
374,988 374,988 0000000000000000002395b52c1e48f7109dffcbb561e601143bf1ccd07465c7 116 0.31/1.00 vMB 14
374,987 374,987 00000000000000000678c32b1bb2fd97ec9afb7e3873325b143ff16afd2f5b07 1,878 1.00/1.00 vMB 42
374,986 374,986 00000000000000000ba3383894ffbb60764339da5ab78bb863b1889fe5342692 1,857 0.75/1.00 vMB 10
374,985 374,985 000000000000000005fde1724212ca48d65df01ea2e4fc948ba387f82cc79583 177 0.10/1.00 vMB 27
374,984 374,984 000000000000000009f90eb5db6af8d583cfccefb8a7ebaa17bc6736ebaeb536 2,535 1.00/1.00 vMB 7
374,983 374,983 000000000000000011ef5ab47c73651285d6fc12ad0b4a5ec9f6c583de80ac98 94 0.19/1.00 vMB 5
374,982 374,982 00000000000000000be523b95ec2093799a0c2cb868f0a0650f4a15948973a44 2,342 1.00/1.00 vMB 25
374,981 374,981 00000000000000000bb5e432d8f0ef14e2eb1bb35e079888126019a7140d4d0e 1,719 0.75/1.00 vMB 47
374,980 374,980 000000000000000003356061b3fc0086cee2bad071d0608511011e47a15178dc 2,010 0.93/1.00 vMB 14
374,979 374,979 000000000000000001c6afe18721b81ed85aa922e0ea61633ed7b0d9ec42aaa5 2,723 0.93/1.00 vMB 22
374,978 374,978 000000000000000008ab451d14e62f988a492330375f1d5d177ab5197deb6c80 1,913 0.95/1.00 vMB 33
374,977 374,977 00000000000000000fa13ca8747dfb4cb1f6959ac30ba45d2dfd86f0e2d15da8 2,655 1.00/1.00 vMB 57
374,976 374,976 000000000000000008aec102f67979e6c7e14b9690fc856d3728e48f9c2a0930 1,150 0.50/1.00 vMB 40
374,975 374,975 000000000000000007c71decfe74855ad99dc2aa4a2e713165db5a8d6da5f32a 417 0.18/1.00 vMB 39
374,974 374,974 00000000000000000b48f26f72073d9d135e4ae3f3f5dccbdaaf97649903153c 4,431 0.93/1.00 vMB 9
374,973 374,973 00000000000000000e7ca7e00bd038986b2f1af0093fb660a776bd22eeb01373 2,094 0.93/1.00 vMB 41
374,972 374,972 000000000000000002e7ab6089b8feacbf7e6523e8766c1ffbc9ed242801ffec 1,764 0.93/1.00 vMB 25
374,971 374,971 0000000000000000075cf434bd5656c83a48de52799953720f7eaf334f904b8b 3,086 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.85 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.59 GB
    • Received: 17.19 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.