Loading Tool

Explorer IconExplorer

Memory Pool

50,578 transactions
28.74 vMB
0.08266063 BTC
Random Selection Loading Transactions
Max Size: 153.34/200 MB

Candidate Block

Mining Attempt fdf6a39eabc21c3237d730720fe2a7bc257eea77d4a8e3ebcef4fb2242ba7f43
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root b20ae1e5740698bd1cabe07afa4ad3f1a02522cfcf4863cb47c69b336617eecc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,602
Size: 1.00 vMB
Total Fees: 0.02085312 BTC
Feerates: 151.12 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (517,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,322 397,322 000000000000000005d9e8faf746d440cb15fd59a7f49d18beafc3747d862ad5 249 0.27/1.00 vMB 19
397,321 397,321 000000000000000003509808a8dcbca8809b33ede6cb063b9a8d1f363061ef6c 1,618 0.99/1.00 vMB 29
397,320 397,320 00000000000000000559f82873cdea97c479230609bc64a901ca4dce3b531d81 1,006 0.85/1.00 vMB 26
397,319 397,319 00000000000000000196e96083f832af79a25d6ca919b0023a201cf0829f2338 1,727 0.95/1.00 vMB 33
397,318 397,318 0000000000000000064934490666d65ade0a64054ea4a774d6d1717a8ac4fc74 1,023 0.71/1.00 vMB 20
397,317 397,317 000000000000000003408b634c7fafd2672281c03067253a5751a4d57c299958 1,888 0.93/1.00 vMB 35
397,316 397,316 000000000000000004b868351fae5e5428dda7db8ded4c45e60e265ee56f1128 666 0.71/1.00 vMB 12
397,315 397,315 00000000000000000213c0717dd1277fe5b43afb8c63ec2f22a100963376403c 1,584 0.93/1.00 vMB 30
397,314 397,314 00000000000000000312c9dca3aa9f127ce5b2057e8f0edf8c2e200cd4461dda 582 0.43/1.00 vMB 24
397,313 397,313 00000000000000000456560de1a16a9d5918776a5423c1b5afaee51a211e7200 1,854 1.00/1.00 vMB 41
397,312 397,312 000000000000000004f67ff75340a70a99e2263ccd2377a5ec2cb1a303bfd4ca 1,085 1.00/1.00 vMB 17
397,311 397,311 00000000000000000255c0afc6cdfa41022fe3c79f9a26329e6b41633f93862c 2,565 1.00/1.00 vMB 43
397,310 397,310 0000000000000000058b22abb14514b301b2b3061bbfccc2ee042f19f2d6ba66 2,403 0.99/1.00 vMB 38
397,309 397,309 0000000000000000018c49ea82a65fbda20b7f2c7dc39b2e02fb7b2cac969435 1,401 1.00/1.00 vMB 23
397,308 397,308 000000000000000001b437746ddfcbf6364d5c6188ce6a50389b4a7952e878c7 2,933 0.93/1.00 vMB 51
397,307 397,307 0000000000000000027116522cc85dbd53ccd2e01b988cc7596bf11ea07ff99f 2,397 0.95/1.00 vMB 39
397,306 397,306 000000000000000001744a70c37aae3e5158a4965cbe9bba2e4efa921cf22017 1,258 0.63/1.00 vMB 34
397,305 397,305 0000000000000000026c36f780f19b2093a8fd48f79330c2bba3e169a287d9c3 500 0.44/1.00 vMB 22
397,304 397,304 0000000000000000066349e776b592b7050d23723606c0cfebcf04decd237068 2,359 0.93/1.00 vMB 45
397,303 397,303 00000000000000000706f53c9cef4bf83fb901d7fb728e4ecf1d7652d9c003e7 398 0.24/1.00 vMB 23
397,302 397,302 000000000000000006687682ca60e93dfa0f3b331682e14de2b19c59018c69c8 934 0.54/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.89 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: 645.23 GB
    • Received: 12.71 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.