Loading Tool

Explorer IconExplorer

Memory Pool

80,844 transactions
30.84 vMB
0.07557018 BTC
Random Selection Loading Transactions
Max Size: 187.67/200 MB

Candidate Block

Mining Attempt e36b5ecd0f357f6e39952314746614928385ce605f70a8ea1109b3ba03736490
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 538abac8ebd1b07e0b66cd10a254ca23a87a09f891c7a81513fc511e33bd7bc3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,932
Size: 1.00 vMB
Total Fees: 0.00926737 BTC
Feerates: 265.25 > 0.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (539,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,323 375,323 000000000000000005d04f514051dcaee980886535bd5fb01ac78e0f13cf4e8a 1,189 0.95/1.00 vMB 31
375,322 375,322 00000000000000000bbfae43eebfdfca74291d29825da1d55b892306ac8788e5 777 0.36/1.00 vMB 36
375,321 375,321 000000000000000000f6021ab36efadea0a2e12f97fa15c7b7cb2d23c6ae02a1 598 0.72/1.00 vMB 16
375,320 375,320 000000000000000007b3fe9ae57f9e8478cca3acef1020fc8c2279bbb0d66301 1,508 0.95/1.00 vMB 38
375,319 375,319 000000000000000006452b1981e509eb53e64bb1c8294fd0ac7b66d3653a6c64 887 0.35/1.00 vMB 39
375,318 375,318 000000000000000002f3161628729b57275996f0b92d77b2dafde98eb875d6a1 193 0.11/1.00 vMB 29
375,317 375,317 00000000000000000467132f0b84cb4f05dda0c386bfbe50cafb2a99c72e77a0 235 0.11/1.00 vMB 36
375,316 375,316 00000000000000000a13479baadec21ba3bcf5f215c6cf5dae7a28b531e5c0ba 98 0.08/1.00 vMB 22
375,315 375,315 00000000000000000677f22cb07096d076ed60e0a5a236bd80013d4a1bc3b4da 1,696 0.80/1.00 vMB 36
375,314 375,314 00000000000000000e172db8e0fd948d4f26eb714091dd06a1e090ce17f36dec 642 0.33/1.00 vMB 31
375,313 375,313 0000000000000000127ab5187c6eb524a5df9ccd64a561346c7e377475cf9d17 77 0.02/1.00 vMB 43
375,312 375,312 00000000000000000e2aa0d7e63f5e747b5a76fb3f6d78e8c7afeea2c61289f7 1,314 0.93/1.00 vMB 24
375,311 375,311 000000000000000011daae3e61e0641dcb2b6f9bd2ecb71cde93e0cde512252e 1,775 0.75/1.00 vMB 47
375,310 375,310 000000000000000009da0f724c230222b8e50777b2b64281063ffc4920f17bd6 1 0.00/1.00 vMB 0
375,309 375,309 0000000000000000112e572488c524cf2241c21772e6303de8662bb4e940dc50 764 0.38/1.00 vMB 38
375,308 375,308 00000000000000000dfad4915e3eb279e9deebf2280f43d33594fe0dc0ac9176 597 0.33/1.00 vMB 34
375,307 375,307 000000000000000005a61d6df663f9e1461bda6e4dc6032f717892d532ce471e 1,081 0.62/1.00 vMB 30
375,306 375,306 0000000000000000006bd328a5ab24c3d95ffaf34e5bf5231582e1ae57b022cb 1,597 0.94/1.00 vMB 29
375,305 375,305 00000000000000000643faaf8381fb857cde7ae1a135daa27db44f06d9cd208e 35 0.03/1.00 vMB 5
375,304 375,304 00000000000000000b3e40991da7bfd1a81d729dc0b1c228b09b81ea4e1c3a18 1,026 0.46/1.00 vMB 40
375,303 375,303 000000000000000004559ad1de11e95361633244a3d4949dac5e1b778ac3bab8 1,413 0.90/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.71 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: 701.16 GB
    • Received: 16.62 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.