Loading Tool

Explorer IconExplorer

Memory Pool

44,126 transactions
28.40 vMB
0.11855636 BTC
Random Selection Loading Transactions
Max Size: 147.59/200 MB

Candidate Block

Mining Attempt 75e0cab076a00ca0c391111c7dc98b96a0baec1570f8c92e3722377eb811baa0
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 7e3c03d244a6234959b34d522771063aafd94b2ecf2cfc33e5d9b0bb3dac705b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03193062 BTC
Feerates: 39.16 > 3.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (538,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,464 376,464 0000000000000000020089a5ae62c14e54af18f30e11aca47b6d0f0986e0a016 125 0.05/1.00 vMB 37
376,463 376,463 000000000000000006df7ab5c03518a05c2e1b4088ddae9c1b6bcaaec9de19aa 452 0.25/1.00 vMB 31
376,462 376,462 0000000000000000068598601e221e0bcce9443cd12b6abe48bf18674d094564 1,355 0.66/1.00 vMB 35
376,461 376,461 00000000000000000d472f89d9e0244c6477065c56bf9a9abe0f9a1085663d1c 178 0.09/1.00 vMB 27
376,460 376,460 000000000000000007f40395e7cd9ce1152be136bf8b5cd579dda65530a90c39 508 0.32/1.00 vMB 33
376,459 376,459 000000000000000000c21331a60860e4874ca5d742b6a1b0aec5a83a76e62a8b 1,106 0.75/1.00 vMB 25
376,458 376,458 0000000000000000013742012fac5a490f9ca3ad000195f4a619f728ac54c290 1,929 0.75/1.00 vMB 48
376,457 376,457 00000000000000001181cf41616e9e873756a37e8b03953e4c6419844c132ac2 1,726 0.85/1.00 vMB 28
376,456 376,456 0000000000000000118191b724c573e976d82e90e2df42dff319458c4bcfe51d 414 0.19/1.00 vMB 39
376,455 376,455 000000000000000000e060c617871cd3eff658f86c9781c6ca5c29a28de4ea79 228 0.10/1.00 vMB 35
376,454 376,454 0000000000000000031cb8b2e85bf16910c17fc1f3699d1d9d6868d62f82b664 227 0.14/1.00 vMB 30
376,453 376,453 00000000000000000e776d83c63202fa38995806b5055976884705ad1f34b3dc 899 0.38/1.00 vMB 36
376,452 376,452 000000000000000008ba216dfe56ad97796ddc3e20f1fb1c30a9397ccf6ee88e 193 0.12/1.00 vMB 38
376,451 376,451 00000000000000001103e5dcf91f15a8543ae073a3dafdfe5d20c93ef77df0cc 1,101 0.68/1.00 vMB 23
376,450 376,450 000000000000000009e2c4d69b9020e053eb41841f2aebf807af89b573b1a5a0 1,826 1.00/1.00 vMB 43
376,449 376,449 00000000000000000af174f909f529b10460062d75f68072576fecdb7bb008a8 1,387 0.93/1.00 vMB 46
376,448 376,448 00000000000000000d2beb8d6f3938e9670ddb7f107dfa51cd886e5c26c9963d 186 0.10/1.00 vMB 29
376,447 376,447 0000000000000000060c79540ba00cae08a372ade60f068c24408801e9840032 1,166 0.57/1.00 vMB 37
376,446 376,446 00000000000000000f44adab869c67e3ff7727d16433f208a5711718c4748c4c 1,255 0.62/1.00 vMB 41
376,445 376,445 00000000000000000c91485e60e4bbf4143c7993c7d53c6e36493dde7b1b99ca 351 0.28/1.00 vMB 34
376,444 376,444 00000000000000000652c45911fdb5b8efbce13ce247d3b6b9ced3471db89844 913 0.54/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.88 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.00 GB
    • Received: 12.63 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.