Loading Tool

Explorer IconExplorer

Memory Pool

35,566 transactions
28.72 vMB
0.11940427 BTC
Random Selection Loading Transactions
Max Size: 142.98/200 MB

Candidate Block

Mining Attempt 77605f0d460cd1d77c9e1332e48cb4215ed06c964b59135bae9af79adaa88d46
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 029a34187cefdd8757d23ce81e36a9f68108ba3109f073175e418ad052df6d0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,298
Size: 1.00 vMB
Total Fees: 0.06319602 BTC
Feerates: 101.65 > 6.33 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (562,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,462 352,462 00000000000000001608189a5c0ef1cdcf2fc0930349da5cbccdd5c63792bfd3 466 0.25/1.00 vMB 22
352,461 352,461 00000000000000000055d9c666b69effee3856f7dc4e1a99208bacaabdabce97 338 0.23/1.00 vMB 24
352,460 352,460 000000000000000015934cb1b3b01b4d181e01aefdf1a04559b28d10d3d91042 110 0.10/1.00 vMB 12
352,459 352,459 00000000000000000b3dabf9fa58af18e44f47790fbec722443401616349d007 1,076 0.69/1.00 vMB 19
352,458 352,458 0000000000000000068851e95a86b5dfbac85cd788e1ec40a74ccc4b410e9117 1,766 0.75/1.00 vMB 33
352,457 352,457 00000000000000000a8a16d0da4d516ec4e1f78dc90f6210c50eb120d1e745f6 1,011 0.50/1.00 vMB 26
352,456 352,456 00000000000000000f7fdd8d93641f7278533d33fa3514cfd7a5808a0b16f7b5 1,037 0.52/1.00 vMB 25
352,455 352,455 00000000000000000fef839bf7374062b9b82ecf6bd6148b2e8c169283311691 1,361 0.74/1.00 vMB 22
352,454 352,454 0000000000000000001840f799a582af5a6bad3b41e5b3eca13036c7870d232f 516 0.30/1.00 vMB 20
352,453 352,453 00000000000000000e19f0e2b7bdbe5dc6b5b2f45585f4e468acfcc2be2ee0e7 1,334 0.73/1.00 vMB 26
352,452 352,452 00000000000000000e9248386e2f8e73e71f2932a438f1c837f1806690caff9f 431 0.28/1.00 vMB 21
352,451 352,451 000000000000000006c3850344dd043e1cba9837347c7e7a071cbd25164b95e0 423 0.23/1.00 vMB 24
352,450 352,450 000000000000000004d3f2149f78bbae8650cfadb76aa4d51a39cdf2c47e6a9c 451 0.43/1.00 vMB 14
352,449 352,449 000000000000000014b749f273d05627b8bb504d42290c3692fb3084f0abefce 1,678 0.75/1.00 vMB 32
352,448 352,448 00000000000000000953677fd6f179faf2a41fb763d202de2878e51551cb515f 516 0.27/1.00 vMB 27
352,447 352,447 00000000000000000f6caf313fe6a2f1b8d3a53eb6de874dc38f8161542b882c 472 0.21/1.00 vMB 26
352,446 352,446 00000000000000000750db3e21a82f9c8434184085285f37f1281ba3545159d5 312 0.30/1.00 vMB 19
352,445 352,445 00000000000000000b2dc5944180d13d2a4e0e2cb91f0d349fb556ded3e9219a 64 0.04/1.00 vMB 22
352,444 352,444 00000000000000000f2adb30514b9ea048c47c4cd136c05f00e45cf1fea8f920 229 0.13/1.00 vMB 25
352,443 352,443 00000000000000000b8aed86d1b69268c843918f7acb150cee62a7afbe089c3b 173 0.08/1.00 vMB 28
352,442 352,442 00000000000000000da55f296bdd16e5cf18a02ebaf7b3871878b2f3d28b8eff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 617.26 GB
    • Received: 11.18 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.